nb env info

View detailed information for a single env, including app, database, API, and authentication configuration.

Usage

nb env info [name] [flags]

Parameters

ParameterTypeDescription
[name]stringName of the configured environment to view; uses the current env when omitted
--jsonbooleanOutput JSON
--fieldstringReturn only one field using a dot path, such as app.url, app.appPath, or api.auth.type
--show-secretsbooleanShow tokens, passwords, and other secrets in plain text

Examples

nb env info app1
nb env info app1 --json
nb env info app1 --field app.appPath
nb env info app1 --show-secrets