docs/reference/cli/pixi/upload/cloudsmith.md
Options for uploading to a Cloudsmith repository. Authentication is used from the keychain / auth-file
--8<-- "docs/reference/cli/pixi/upload/cloudsmith_extender:description"
pixi upload cloudsmith [OPTIONS] --owner <OWNER> --repo <REPO>
--owner (-o) <OWNER></a>
: The owner (namespace) of the Cloudsmith repositoryrequired: true
env: CLOUDSMITH_OWNER
--repo (-r) <REPO></a>
: The Cloudsmith repository namerequired: true
env: CLOUDSMITH_REPO
--api-key (-a) <API_KEY></a>
: The Cloudsmith API key, if none is provided, the token is read from the keychain / auth-fileenv: CLOUDSMITH_API_KEY
--url (-u) <URL></a>
: The URL to the Cloudsmith API serverenv: CLOUDSMITH_API_URL
--8<-- "docs/reference/cli/pixi/upload/cloudsmith_extender:example"