StackPanel

stackpanel env list

List all Stackpanel environment variables

stackpanel env list

List all environment variables used by Stackpanel.

By default, shows all variables with their current values. Use flags to filter by category, source, or show only required/missing variables.

Usage

stackpanel env list

Flags

FlagTypeDefaultDescription
--category, -cstringnoneFilter by category (core, paths, agent, aws, minio, etc.)
--missing, -mboolfalseShow only missing required variables
--required, -rboolfalseShow only required variables
--source, -sstringnoneFilter by source (nix, dynamic, devenv)
--values, -VboolfalseShow current values

Global Flags

These flags are inherited from parent commands.

FlagTypeDefaultDescription
--daemon, -dboolfalseRun in daemon mode (no TUI, for background processes)
--no-colorboolfalseDisable color output
--no-tuiboolfalseDisable interactive TUI mode
--verbose, -vboolfalseEnable verbose output

On this page