nb db start

Start the built-in database container for a selected env. This command only applies to envs created with a CLI-managed built-in database.

Usage

nb db start [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name whose built-in database should start; uses the current env if omitted
--verbosebooleanShow underlying Docker command output

Examples

nb db start
nb db start --env app1
nb db start --env app1 --verbose