Thanks to visit codestin.com
Credit goes to docs.nocobase.com

nb plugin list

List installed plugins for the selected env.

Usage

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

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.