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 projectGlobal Flags
These flags are inherited from parent commands.
| Flag | Type | Default | Description |
|---|---|---|---|
--daemon, -d | bool | false | Run in daemon mode (no TUI, for background processes) |
--no-color | bool | false | Disable color output |
--no-tui | bool | false | Disable interactive TUI mode |
--verbose, -v | bool | false | Enable verbose output |