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 listFlags
| Flag | Type | Default | Description |
|---|---|---|---|
--category, -c | string | none | Filter by category (core, paths, agent, aws, minio, etc.) |
--missing, -m | bool | false | Show only missing required variables |
--required, -r | bool | false | Show only required variables |
--source, -s | string | none | Filter by source (nix, dynamic, devenv) |
--values, -V | bool | false | Show current values |
Global Flags
These flags are inherited from parent commands.
| Flag | Type | Default | Description |
|---|---|---|---|
--daemon, -d | bool | false | Run in daemon mode (no TUI, for background processes) |
--no-color | bool | false | Disable color output |
--no-tui | bool | false | Disable interactive TUI mode |
--verbose, -v | bool | false | Enable verbose output |