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 copy <SPEC> [OPTIONS]
Description
Copies packages from one account to another. By default, packages are copied to your own account. If FILENAME is not provided, all files in the version are copied.
Arguments
Options
Examples
Copy an entire package version
anaconda org copy myusername/numpy/1.21.0
Copy a specific file
anaconda org copy myusername/numpy/1.21.0/numpy-1.21.0-py39_0.conda
Copy to a different owner
anaconda org copy myusername/numpy/1.21.0 --to-owner otherusername
Copy between labels
anaconda org copy myusername/numpy/1.21.0 --from-label dev --to-label main