Skip to content
Docs

inquir rollback

Return a function to a successful previous deployment.

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

Usage#

inquir rollbackbash
inquir rollback <function> [deployId] [options]

Options#

OptionDescription
--env <name>Use a named CLI credential environment.
--no-logsWait without streaming deployment logs.
--ciUse CI output and report failure through the exit code.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir rollback hello
Example 2bash
inquir rollback hello DEPLOY_ID

Behavior#

Omitting the ID selects the previous successful deployment. Container applications use apps rollback.

Guides#