@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir apps redeploybash
inquir apps redeploy <app> [options]
Options#
| Option | Description |
|---|---|
--no-promote | Create a preview without automatically replacing production. |
--no-wait | Return after queuing; inspect completion separately. |
--json | Print 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.