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 upload <FILE> [files ...] [OPTIONS]
Description
Uploads packages to your Anaconda repository. The CLI auto-detects the package type from the file when --package-type is not specified.
Arguments
Options
Examples
Upload a conda package
anaconda org upload numpy-1.21.0-py39_0.conda
Upload multiple conda packages
anaconda org upload numpy-1.21.0-py39_0.conda scipy-1.7.0-py39_0.conda
Upload with custom metadata
anaconda org upload numpy-1.21.0-py39_0.conda --summary "Numerical computing library" --private
Upload to a specific label
anaconda org upload numpy-1.21.0-py39_0.conda --label dev
Upload to a specific user or organization
anaconda org upload numpy-1.21.0-py39_0.conda --user my-org
Upload multiple files, skipping existing ones
anaconda org upload *.conda --skip-existing