Back to Nocobase

nb plugin list

docs/docs/en/api/cli/plugin/list.md

2.1.22853 B
Original Source

nb plugin list

List installed plugins for the selected env.

Usage

bash
nb plugin list [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name; uses the current env if omitted
--yes, -ybooleanWhen an explicitly passed --env targets a different env than the current env, skip the interactive confirmation prompt

Examples

bash
nb plugin list
nb plugin list -e local
nb plugin list -e local --yes
nb plugin list -e local-docker

If you explicitly pass --env and it differs from the current env, the CLI asks for confirmation first. In non-interactive terminals or AI agent sessions, add --yes yourself or run nb env use <name> first and try again.