Back to Pixi

pixi upload cloudsmith

docs/reference/cli/pixi/upload/cloudsmith.md

0.71.11.1 KB
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi upload cloudsmith

Options for uploading to a Cloudsmith repository. Authentication is used from the keychain / auth-file

--8<-- "docs/reference/cli/pixi/upload/cloudsmith_extender:description"

Usage

pixi upload cloudsmith [OPTIONS] --owner <OWNER> --repo <REPO>

Options

  • <a id="arg---owner" href="#arg---owner">--owner (-o) <OWNER></a> : The owner (namespace) of the Cloudsmith repository

required: true

env: CLOUDSMITH_OWNER

  • <a id="arg---repo" href="#arg---repo">--repo (-r) <REPO></a> : The Cloudsmith repository name

required: true

env: CLOUDSMITH_REPO

  • <a id="arg---api-key" href="#arg---api-key">--api-key (-a) <API_KEY></a> : The Cloudsmith API key, if none is provided, the token is read from the keychain / auth-file

env: CLOUDSMITH_API_KEY

  • <a id="arg---url" href="#arg---url">--url (-u) <URL></a> : The URL to the Cloudsmith API server

env: CLOUDSMITH_API_URL

--8<-- "docs/reference/cli/pixi/upload/cloudsmith_extender:example"