Skip to main content

Usage

anaconda repo copy <SPEC> [<SPEC> ...] [OPTIONS]

Description

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

Arguments

Options

Examples

Copy a package to another channel
anaconda repo copy mychannel::mypackage/1.0.0 --destination otherchannel
Copy a specific file
anaconda repo copy mychannel::mypackage/1.0.0/mypackage-1.0.0.tar.gz -d otherchannel
Copy multiple specs
anaconda repo copy channel1::pkg1 channel1::pkg2 -d channel2 --family conda