Usage
Description
Uploads package files or artifacts to a channel. The CLI detects package type (env, ipynb, conda, pypi, sdist, or gra) from the file when not specified. For general artifacts (gra),--name is required.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
anaconda repo upload [OPTIONS] <FILES...>
--name is required.
anaconda repo upload mypackage-1.0-py39_0.conda
anaconda repo upload mypackage-1.0-py39_0.conda --channel my-team
anaconda repo upload report.ipynb --channel notebooks
anaconda repo upload dataset.zip --package-type gra --name my-dataset --channel artifacts
Was this page helpful?