Skip to content
Docs

inquir config show

Show resolved API, workspace and masked credentials.

@inquir/compute-cliv0.3.0 · Node.js 22+

Usage#

inquir config showbash
inquir config show [options]

Options#

OptionDescription
--env <name>Use a named CLI credential environment.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir config show
Example 2bash
inquir config show --env staging --json

Behavior#

The resolved view includes the credential file path and masks the secret value. Use config get autoUpdate for the update preference.

Guides#