Usage
Replace FILES with the path(s) to the file(s) you want to upload (globs supported).
Replace <CHANNEL> with the target channel name.
Replace <TYPE> with the package type: conda, ipynb, gra, pypi, project, sdist, or env.
For General Artifacts (gra), <NAME> is required; <VERSION> is optional metadata.
Replace <CHANNEL> with the target channel name.
Replace <TYPE> with the package type: conda, ipynb, gra, pypi, project, sdist, or env.
For General Artifacts (gra), <NAME> is required; <VERSION> is optional metadata.
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.
Options
Option
Default
Description
FILES...Path to file(s) to upload (positional, required); globs supported
--channel, -c <CHANNEL>default channel
Target channel name (can be repeated for multiple channels)
--package-type, -t <TYPE>auto-detect
Package type
conda, ipynb, gra, pypi, project, sdist, env--name, -n <NAME>Name (required for General Artifacts)
--version <VERSION>Version (optional metadata)
--no-progressDon’t show upload progress
-h, --helpShow help for this command