StackPanel

stackpanel project default

Set or show the default project

stackpanel project default

Set or show the default project.

The default project is used by the agent when no project is specified in API requests (via X-Stackpanel-Project header or 'project' query param).

Without arguments, shows the current default project. With a path argument, sets that project as the default.

Examples: stackpanel project default # Show default project stackpanel project default . # Set current directory as default stackpanel project default ~/myproject # Set specific project as default stackpanel project default --clear # Clear default project

Usage

stackpanel project default [path]

Flags

FlagTypeDefaultDescription
--clearboolfalseClear the default project

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