StackPanel

stackpanel services start

Start services (all if none specified)

stackpanel services start

Start development svc.

If no services are specified, starts all configured svc. If a service is already running, it will be reattached.

Examples: stackpanel services start # Start all services stackpanel services start postgres # Start only PostgreSQL stackpanel services start pg redis # Start PostgreSQL and Redis

Usage

stackpanel services start [service...]

Flags

FlagTypeDefaultDescription
--no-tuiboolfalseDisable interactive TUI

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