nb license plugins sync

Synchronize commercial plugins allowed by the current license.

Usage

nb license plugins sync [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name; when omitted, the current env is used
--yes, -ybooleanWhen an explicitly passed --env targets a different env than the current env, skip the interactive confirmation prompt
--dry-runbooleanPreview changes without installing, upgrading, or removing plugins
--versionstringRegistry version or dist-tag to synchronize; defaults to the current workspace version
--verbosebooleanShow detailed per-plugin sync logs
--jsonbooleanOutput JSON

Examples

nb license plugins sync
nb license plugins sync --env app1
nb license plugins sync --env app1 --yes
nb license plugins sync --env app1 --dry-run
nb license plugins sync --env app1 --json

Notes

When --version is omitted, the CLI detects the current app version automatically and uses that to decide which registry version of commercial plugins should be downloaded.

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.