@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir apps backups <app> createbash
inquir apps backups <app> create [options]
Options#
| Option | Description |
|---|---|
--no-wait | Return after queuing; inspect completion separately. |
--json | Print machine-readable results. |
Global flags, environments and CLI credentials ↗
Examples#
Example 1bash
inquir apps backups db create
Example 2bash
inquir apps backups db create --no-wait
Behavior#
The CLI normally follows every snapshot to completion. A timeout does not cancel the server-side copy; inspect the list afterwards.
Backups are crash-consistent snapshots, not a database-aware transaction export.