Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage
anaconda org move <SPEC> [OPTIONS]
Description
Moves packages between labels. If FILENAME is not provided, all files in the version are moved.
Arguments
Options
Examples
Move a package version between labels
anaconda org move myusername/numpy/1.21.0 --from-label main --to-label dev
Move a specific file between labels
anaconda org move myusername/numpy/1.21.0/numpy-1.21.0-py39_0.conda --from-label main --to-label dev
Move from main to a specific label
anaconda org move myusername/numpy/1.21.0 --to-label dev