Skip to content
Docs

inquir debug

Run a local SDK asset with the inspector enabled.

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

Usage#

inquir debugbash
inquir debug <asset> [options]

Options#

OptionDescription
--payload <json>Pass a JSON payload string.
--payload-file <path>Read the JSON payload from a file.
--cwd <path>Use this source/configuration directory; alias: --config.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir debug hello --payload-file ./payload.json

Behavior#

This uses the local run path with debugging enabled; it does not attach to a production container.

Guides#