StackPanel

stackpanel debug enable

Enable debug mode with a local repository path

stackpanel debug enable

Enable debug mode to run stackpanel from source.

When enabled, all stackpanel commands will be forwarded to: go run <repo-path>/apps/stackpanel-go <args...>

This allows you to test local changes without rebuilding the binary.

Examples: stackpanel debug enable ~/projects/stackpanel stackpanel debug enable /absolute/path/to/stackpanel stackpanel debug enable . # Use current directory

Usage

stackpanel debug enable <repo-path>

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