StackPanel

stackpanel project add

Add a project to the known projects list

stackpanel project add

Add a Stackpanel project to the known projects list.

Without arguments, adds the current directory. With a path argument, adds that directory.

The project must be a valid Stackpanel project (has .stack/config.nix or flake.nix).

Examples: stackpanel project add # Add current directory (with confirmation) stackpanel project add ~/myproject # Add specific path (with confirmation) stackpanel project add -y # Add without confirmation

Usage

stackpanel project add [path]

Flags

FlagTypeDefaultDescription
--yes, -yboolfalseSkip confirmation prompt

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