Skip to content
Docs

inquir apps redeploy

Recreate production using the application’s saved settings.

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

Usage#

inquir apps redeploybash
inquir apps redeploy <app> [options]

Options#

OptionDescription
--no-promoteCreate a preview without automatically replacing production.
--no-waitReturn after queuing; inspect completion separately.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps redeploy web
Example 2bash
inquir apps redeploy web --no-promote

Behavior#

Reuses production’s build or pulls its image reference again and promotes when healthy by default. Use after apps update or apps connect.

Applications with writable volumes are recreated with downtime during the swap.

Guides#