docs/reference/cli/pixi/upload/anaconda.md
Options for uploading to a Anaconda.org server
--8<-- "docs/reference/cli/pixi/upload/anaconda_extender:description"
pixi upload anaconda [OPTIONS] --owner <OWNER>
--owner (-o) <OWNER></a>
: The owner of the distribution (e.g. conda-forge or your username)required: true
env: ANACONDA_OWNER
--channel (-c) <CHANNELS></a>
: The channel / label to upload the package to (e.g. main / rc)May be provided more than once.
env: ANACONDA_CHANNEL
--api-key (-a) <API_KEY></a>
: The Anaconda API key, if none is provided, the token is read from the keychain / auth-fileenv: ANACONDA_API_KEY
--url (-u) <URL></a>
: The URL to the Anaconda serverenv: ANACONDA_SERVER_URL
--force (-f)</a>
: Replace files on conflictenv: ANACONDA_FORCE
--8<-- "docs/reference/cli/pixi/upload/anaconda_extender:example"