Skip to content
Docs

inquir status

Inspect a function deployment or follow its build logs.

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

Usage#

inquir statusbash
inquir status <deployId> [options]

Options#

OptionDescription
--follow, -fStream logs until the deployment finishes.
--ciUse CI output and fail the command when the deployment fails.
--env <name>Use a named CLI credential environment.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir status DEPLOY_ID
Example 2bash
inquir status DEPLOY_ID --follow --ci

Behavior#

The argument is a function deployment ID, not an application name or container release ID.

Guides#