rux list

Purpose

List packages in the manifest file

Synopsis

rux list [options]

Behavior

Lists manifest dependencies and the installed versions that satisfy them. --global lists every exact version in the user cache.

Arguments

This command accepts no operands.

Options

OptionDescription
--globalList packages in the global environment cache instead of the local manifest

Global options may appear before or after the command. See Global options.

Output and exit status

Primary results are written to stdout. Progress, warnings, and errors are written to stderr.

Success exits 0, invalid command-line usage exits 2, and compiler, validation, filesystem, network, or generation failures exit 1 unless stated otherwise above.

Examples

rux list
rux list --global

Environment variables

LOCALAPPDATA on Windows or HOME elsewhere determines the user package cache.

The global color environment behavior is described under Global options.