Skip to content

services start

Start all services or one named service.

Usage

openbase-coder services start [NAME]

Examples

# Start all
openbase-coder services start

# Start only Django API
openbase-coder services start django-cli