StackPanel

stack config

Inspect the stackpanel configuration

stack config

Inspect and query the stackpanel configuration.

The configuration is evaluated from the flake output (.#stackpanelConfig) and includes all computed values from Nix modules.

Examples: stack config get # Print entire config stack config get project.name # Get the project name stack config get apps.web.port # Get a nested value stack config get devshell.env # Get an object as JSON stack config get --json apps.web # Force JSON output stack config set apps.web.name ui # Set a string value stack config set ports.base 6400 # Auto-detects as number

Usage

stack config

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

Subcommands

CommandDescription
generate-exampleGenerate annotated config.example.nix with option descriptions
getGet a configuration value by dot-path
setSet a configuration value by dot-path

On this page