Skip to main content

devbox services start

Starts a service or list of services. If no service is specified, starts all services + process-compose.

devbox services start [service]... [flags]
info

Note: We recommend using devbox services up if you are starting all your services and process-compose. This command lets you specify your process-compose file and whether to run process-compose in the foreground or background.

Options

OptionDescription
-e, --env stringToStringenvironment variables to set in the devbox environment (default [])
--env-file stringpath to a file containing environment variables to set in the devbox environment
-h, --helphelp for start
-q, --quietQuiet mode: Suppresses logs.

SEE ALSO