nb env info

Show details for a single env, including app, database, API, and authentication configuration.

Usage

nb env info [name] [flags]

Parameters

ParameterTypeDescription
[name]stringCLI env name to inspect; uses the current env if omitted
--env, -estringCLI env name to inspect; alternative to the positional argument
--jsonbooleanOutput JSON
--show-secretsbooleanShow tokens, passwords, and other secrets in plain text

If both [name] and --env are passed, they must match.

Examples

nb env info app1
nb env info app1 --json
nb env info app1 --show-secrets
nb env info --env app1