Back to Pixi

pixi global list

docs/reference/cli/pixi/global/list.md

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

pixi global list

Lists global environments with their dependencies and exposed commands. Can also display all packages within a specific global environment when using the --environment flag.

--8<-- "docs/reference/cli/pixi/global/list_extender:description"

Usage

pixi global list [OPTIONS] [REGEX]

Arguments

  • <a id="arg-<REGEX>" href="#arg-<REGEX>"><REGEX></a> : List only packages matching a regular expression. Without regex syntax it acts like a contains filter

Options

  • <a id="arg---environment" href="#arg---environment">--environment (-e) <ENVIRONMENT></a> : Allows listing all the packages installed in a specific environment, with an output similar to pixi list
  • <a id="arg---sort-by" href="#arg---sort-by">--sort-by <SORT_BY></a> : Sorting strategy for the package table of an environment

default: name

options: size, name

  • <a id="arg---json" href="#arg---json">--json</a> : Whether to output in JSON format

Config Options

  • <a id="arg---auth-file" href="#arg---auth-file">--auth-file <AUTH_FILE></a> : Path to the file containing the authentication token
  • <a id="arg---concurrent-downloads" href="#arg---concurrent-downloads">--concurrent-downloads <CONCURRENT_DOWNLOADS></a> : Max concurrent network requests, default is 50
  • <a id="arg---concurrent-solves" href="#arg---concurrent-solves">--concurrent-solves <CONCURRENT_SOLVES></a> : Max concurrent solves, default is the number of CPUs
  • <a id="arg---pinning-strategy" href="#arg---pinning-strategy">--pinning-strategy <PINNING_STRATEGY></a> : Set pinning strategy

options: semver, minor, major, latest-up, exact-version, no-pin

  • <a id="arg---pypi-keyring-provider" href="#arg---pypi-keyring-provider">--pypi-keyring-provider <PYPI_KEYRING_PROVIDER></a> : Specifies whether to use the keyring to look up credentials for PyPI

options: disabled, subprocess

  • <a id="arg---run-post-link-scripts" href="#arg---run-post-link-scripts">--run-post-link-scripts</a> : Run post-link scripts (insecure)
  • <a id="arg---no-symbolic-links" href="#arg---no-symbolic-links">--no-symbolic-links</a> : Disallow symbolic links during package installation

env: PIXI_NO_SYMBOLIC_LINKS

  • <a id="arg---no-hard-links" href="#arg---no-hard-links">--no-hard-links</a> : Disallow hard links during package installation

env: PIXI_NO_HARD_LINKS

  • <a id="arg---no-ref-links" href="#arg---no-ref-links">--no-ref-links</a> : Disallow ref links (copy-on-write) during package installation

env: PIXI_NO_REF_LINKS

  • <a id="arg---tls-no-verify" href="#arg---tls-no-verify">--tls-no-verify</a> : Do not verify the TLS certificate of the server
  • <a id="arg---tls-root-certs" href="#arg---tls-root-certs">--tls-root-certs <TLS_ROOT_CERTS></a> : Which TLS root certificates to use: 'webpki' (bundled Mozilla roots) or 'system' (system store)

env: PIXI_TLS_ROOT_CERTS

  • <a id="arg---use-environment-activation-cache" href="#arg---use-environment-activation-cache">--use-environment-activation-cache</a> : Use environment activation cache (experimental)

Description

Lists global environments with their dependencies and exposed commands. Can also display all packages within a specific global environment when using the --environment flag.

All environments:

  • Yellow: the binaries that are exposed.
  • Green: the packages that are explicit dependencies of the environment.
  • Blue: the version of the installed package.
  • Cyan: the name of the environment.

Per environment:

  • Green: packages that are explicitly installed.

--8<-- "docs/reference/cli/pixi/global/list_extender:example"