nb app stop

Stop the NocoBase app for a selected env. npm/Git installations stop local app processes; Docker installations stop the saved app container.

Usage

nb app stop [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name to stop; uses the current env if omitted
--verbosebooleanShow underlying local or Docker command output

Examples

nb app stop
nb app stop --env local
nb app stop --env local --verbose
nb app stop --env local-docker