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 configGlobal 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 |
Subcommands
| Command | Description |
|---|---|
generate-example | Generate annotated config.example.nix with option descriptions |
get | Get a configuration value by dot-path |
set | Set a configuration value by dot-path |