Skip to content
Docs

inquir codegen

Generate a client registry from local workspace assets.

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

Usage#

inquir codegenbash
inquir codegen [options]

Options#

OptionDescription
--config <path>Workspace directory or configuration file.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir codegen
Example 2bash
inquir codegen --cwd ./services/api

Behavior#

Run after adding or changing SDK assets so the generated client matches the local definitions.

Guides#