Back to Pixi

pixi upload

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

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

pixi upload

Upload conda packages to various channels

--8<-- "docs/reference/cli/pixi/upload_extender:description"

Usage

pixi upload [OPTIONS] [PACKAGE_FILES]... <COMMAND>

Subcommands

CommandDescription
quetzUpload to a Quetz server. Authentication is used from the keychain / auth-file
artifactoryOptions for uploading to an Artifactory channel
prefixOptions for uploading to a prefix.dev server. Authentication is used from the keychain / auth-file
anacondaOptions for uploading to a Anaconda.org server
cloudsmithOptions for uploading to a Cloudsmith repository. Authentication is used from the keychain / auth-file
s3Options for uploading to S3

Arguments

  • <a id="arg-PACKAGE_FILES" href="#arg-PACKAGE_FILES"><PACKAGE_FILES></a> : The package file to upload

May be provided more than once.

Options

  • <a id="arg---offline" href="#arg---offline">--offline=<OFFLINE></a> : Run without network access. Uploading always requires the network, so this makes pixi upload fail fast instead of attempting to connect. Defined here rather than through the shared config flags because UploadOpts already owns --auth-file

env: PIXI_OFFLINE

options: y, yes, t, true, on, 1, n, no, f, false, off, 0

  • <a id="arg---allow-insecure-host" href="#arg---allow-insecure-host">--allow-insecure-host <ALLOW_INSECURE_HOST></a> : List of hosts for which SSL certificate verification should be skipped

May be provided more than once.

Config Options

  • <a id="arg---no-config" href="#arg---no-config">--no-config</a> : Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loaded

env: PIXI_NO_CONFIG

default: false

  • <a id="arg---config-file" href="#arg---config-file">--config-file <PATH></a> : Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on top

env: PIXI_CONFIG_FILE

Description

Upload conda packages to various channels

Supported server types: prefix, anaconda, quetz, artifactory, s3, conda-forge

Use pixi auth login to authenticate with the server.

--8<-- "docs/reference/cli/pixi/upload_extender:example"