docs/reference/cli/pixi.md
--8<-- "docs/reference/cli/pixi_extender:description"
pixi [OPTIONS] [COMMAND]
| Command | Description |
|---|---|
add | Adds dependencies to the workspace |
auth | Login to prefix.dev or anaconda.org servers to access private channels |
clean | Cleanup the environments |
completion | Generates a completion script for a shell |
config | Configuration management |
exec | Run a command and install it in a temporary environment |
global | Subcommand for global package management actions |
info | Information about the system, workspace and environments for the current machine |
init | Creates a new workspace |
import | Imports a file into an environment in an existing workspace. |
install | Install an environment, both updating the lock file and installing the environment |
list | List the packages of the current workspace |
lock | Solve environment and update the lock file without installing the environments |
reinstall | Re-install an environment, both updating the lock file and re-installing the environment |
publish | Build a conda package and publish it to a channel. |
remove | Removes dependencies from the workspace |
run | Runs task in the pixi environment |
search | Search a conda package |
self-update | Update pixi to the latest version or a specific version |
shell | Start a shell in a pixi environment, run exit to leave the shell |
shell-hook | Print the pixi environment activation script |
task | Interact with tasks in the workspace |
tree | Show a tree of workspace dependencies |
update | The update command checks if there are newer versions of the dependencies and updates the pixi.lock file and environments accordingly |
upgrade | Checks if there are newer versions of the dependencies and upgrades them in the lock file and manifest file |
upload | Upload conda packages to various channels |
workspace | Modify the workspace configuration file through the command line |
--help (-h)</a>
: Display help information--verbose (-v)</a>
: Increase logging verbosity (-v for warnings, -vv for info, -vvv for debug, -vvvv for trace)--quiet (-q)</a>
: Decrease logging verbosity (quiet mode)--color <COLOR></a>
: Whether the log needs to be coloredenv: PIXI_COLOR
default: auto
options: always, never, auto
--no-progress</a>
: Hide all progress bars, always turned on if stderr is not a terminalenv: PIXI_NO_PROGRESS
default: false
--list</a>
: List all installed commands (built-in and extensions)--8<-- "docs/reference/cli/pixi_extender:example"