Skip to main content

Usage

anaconda repo move <SPEC> [<SPEC> ...] -d <DESTINATION> [--family <FAMILY>]
Replace <SPEC> with a package spec (for example, channel::package/version).
Replace <DESTINATION> with the destination channel name (-d).
Replace <FAMILY> with the artifact family when filtering (for example, conda).

Description

Moves packages from one channel to another. Specs use the form <channel>[/<subchannel>][::<package>[/<version>[/<filename>]]]. If filename is omitted, all files for that version are moved; if version is also omitted, all versions of the package are moved.

Options

Option
Default
Description
<SPEC>
Package spec: <channel>[/<subchannel>][::<package>[/<version>[/<filename>]]] (one or more)
-d, --destination <DEST>
Destination channel (and optional subchannel)
--family <FAMILY>
Artifact family: conda, python, cran, anaconda_project, anaconda_env, notebook, gra
-h, --help
Show help for this command

Examples

Move a package to another channel
anaconda repo move mychannel::mypackage/1.0.0 --destination otherchannel
Move a specific file
anaconda repo move mychannel::mypackage/1.0.0/mypackage-1.0.0.tar.gz --destination otherchannel