@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir statusbash
inquir status <deployId> [options]
Options#
| Option | Description |
|---|---|
--follow, -f | Stream logs until the deployment finishes. |
--ci | Use CI output and fail the command when the deployment fails. |
--env <name> | Use a named CLI credential environment. |
--json | Print 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.