nb license status

Show commercial license status for the selected env.

Usage

nb license status [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
--doctorbooleanRun extra diagnostic checks and suggestions
--jsonbooleanOutput JSON

Examples

nb license status
nb license status --env app1
nb license status --env app1 --yes
nb license status --env app1 --doctor
nb license status --env app1 --json

Notes

The new CLI does not fully implement backend license status checks yet. The command can still return basic context and diagnostic placeholders, but not a complete license verdict.

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.