Skip to content
Docs

inquir config get

Read one resolved CLI setting.

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

Usage#

inquir config getbash
inquir config get <apiUrl|workspace|token|apiKey|autoUpdate> [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 get apiUrl
Example 2bash
inquir config get autoUpdate

Behavior#

token and apiKey values are masked. autoUpdate is a global preference and defaults to true when not stored.

Guides#