StackPanel

stack debug

Run stackpanel from source via 'go run'

stack debug

Run the stackpanel CLI from source using 'go run'.

Without subcommands (enable/disable/status), this is equivalent to: cd <repo-path>/apps/stackpanel-go && go run . [args...]

The repo path is resolved in order:

  1. STACKPANEL_DEV_REPO environment variable
  2. dev_mode.repo_path from ~/.config/stackpanel/stackpanel.yaml
  3. Auto-detected from the current working directory

Any arguments after 'debug' are forwarded to the 'go run' invocation.

Examples: stack debug # Run 'go run .' (shows help) stack debug nixify .gitignore # Run 'go run . nixify .gitignore' stack debug status # Show current debug mode settings stack debug enable ~/projects/stackpanel # Enable debug mode stack debug disable # Disable debug mode

Usage

stack debug [args...]

Aliases: dev

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
disableDisable debug mode
enableEnable debug mode with a local repository path
statusShow current debug mode settings

On this page