stackpanel services
Manage development services
stackpanel services
Manage project-local development services (PostgreSQL, Redis, Minio, etc.)
Services are project-local by default, with data stored in .stack/state/services/ This allows different projects to use different versions and configurations.
Note: Caddy is a global service (shared across projects) to avoid port 443 conflicts.
Usage
stackpanel servicesAliases: svc, s
Global 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 |