StackPanel

stackpanel commands

List or run devshell commands

stackpanel commands

List or run commands defined in the Nix devshell configuration.

Without arguments, lists all available commands. With a command name, runs that command with any additional arguments.

Examples: stackpanel commands # List all commands stackpanel commands secrets:list # Run the secrets:list command stackpanel commands secrets:list --help # Show help for secrets:list stackpanel run generate-types # Run generate-types (using alias) stackpanel cmd build --release # Run build with --release flag

Usage

stackpanel commands [command-name] [args...]

Aliases: cmd, run

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
listList all available commands

On this page