Skip to content
Docs

inquir use

Choose the active workspace globally or for this local directory.

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

Usage#

inquir usebash
inquir use <workspace> [options]

Options#

OptionDescription
--localWrite the workspace link to the local inquir.config.json instead of the global default.
--env <name>Use a named CLI credential environment.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir use shop
Example 2bash
inquir use shop --local

Behavior#

This selects a workspace. To group newly created applications, use inquir projects use.

Guides#