Back to Nocobase

nb db ps

docs/docs/en/api/cli/db/ps.md

2.1.22528 B
Original Source

nb db ps

View built-in database runtime status without starting or stopping any resources. When --env is omitted, it shows database status for all configured envs.

Usage

bash
nb db ps [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name to inspect; shows all envs if omitted

Examples

bash
nb db ps
nb db ps --env app1