stack services start
Start services (all if none specified)
stack 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: stack services start # Start all services stack services start postgres # Start only PostgreSQL stack services start pg redis # Start PostgreSQL and Redis
Usage
stack services start [service...]Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--no-tui | bool | false | Disable interactive TUI |
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 |