docs/reference/cli/pixi/upload/artifactory.md
Options for uploading to an Artifactory channel
--8<-- "docs/reference/cli/pixi/upload/artifactory_extender:description"
pixi upload artifactory [OPTIONS] --url <URL> --channel <CHANNELS>
--url (-u) <URL></a>
: The URL to your Artifactory serverrequired: true
env: ARTIFACTORY_SERVER_URL
--channel (-c) <CHANNELS></a>
: The URL to your channelrequired: true
env: ARTIFACTORY_CHANNEL
--username <USERNAME></a>
: Your Artifactory username for HTTP basic authenticationenv: ARTIFACTORY_USERNAME
--password <PASSWORD></a>
: Your Artifactory password for HTTP basic authenticationenv: ARTIFACTORY_PASSWORD
--token (-t) <TOKEN></a>
: Your Artifactory token for bearer authenticationenv: ARTIFACTORY_TOKEN
Options for uploading to an Artifactory channel.
Authentication can be supplied directly with a bearer token or with an Artifactory username and password. If no credentials are supplied, they are read from the keychain / auth-file.
--8<-- "docs/reference/cli/pixi/upload/artifactory_extender:example"