Skip to main content

jnc info

Displays information about the current system, workspace, and environments. This includes the platform, virtual packages, cache location, authentication storage path, global tool directories, workspace details, and environment configurations. When run outside a workspace, only system and global information is shown.

Usage

jnc info [OPTIONS]

Options

OptionDescription
--extendedShow additional details including cache and environment sizes.
--jsonOutput all information in JSON format.

Global Options

OptionShortDescription
--manifest-path <PATH>-mPath to pixi.toml or the workspace directory.

Output

The command displays sections depending on context: System — always shown:
  • Version, TLS backend, platform
  • Virtual packages (e.g., __glibc, __cuda)
  • Cache directory and authentication storage path
  • Config file locations
Global — always shown:
  • Binary directory, environment directory, manifest path
Workspace — shown when inside a workspace:
  • Workspace name, version, manifest file path
  • Last lock file update time
Environments — shown when inside a workspace:
  • Environment name, features, solve group
  • Dependency count and list
  • Target platforms, prefix location
  • System requirements and tasks

Examples

Show basic info:
jnc info
Show extended info with sizes:
jnc info --extended
Output as JSON for scripting:
jnc info --json