Skip to content
Docs

inquir apps builds

List application image builds or cancel a queued build.

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

Usage#

inquir apps buildsbash
inquir apps builds <app> [options]

Options#

OptionDescription
--cancel <buildId>Cancel the specified queued build instead of listing history.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps builds web
Example 2bash
inquir apps builds web --cancel BUILD_ID

Behavior#

A cancellation targets the explicit build ID. Inspect its application and status before requesting it.

Guides#