nb plugin

Manage plugins for the selected NocoBase env. npm/Git envs run plugin commands locally, Docker envs run them inside the saved app container, and HTTP envs fall back to API when available.

Usage

nb plugin <command>

Subcommands

CommandDescription
nb plugin listList installed plugins
nb plugin enableEnable one or more plugins
nb plugin disableDisable one or more plugins

Examples

nb plugin list -e local
nb plugin enable @nocobase/plugin-sample
nb plugin disable -e local @nocobase/plugin-sample