StackPanel

stack project

Manage Stackpanel projects

stack project

Manage Stackpanel projects across your system.

Projects are stored in ~/.config/stackpanel/stackpanel.yaml and can be accessed from any directory. Each project has a unique ID that can be used in API requests via the X-Stackpanel-Project header.

Examples: stack project list # List all known projects stack project info # Show current project info stack project default . # Set current directory as default stack project default --clear # Clear default project

Usage

stack 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

Subcommands

CommandDescription
addAdd a project to the known projects list
defaultSet or show the default project
infoShow information about a project
listList all known projects
removeRemove a project from the known projects list

On this page