@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir apps backups <app> listbash
inquir apps backups <app> [list] [options]
Options#
| Option | Description |
|---|---|
--volume <name> | Filter backups to this volume. |
--limit <n> | Maximum records in a page. |
--cursor <cursor> | Fetch the next page using the returned cursor. |
--json | Print machine-readable results. |
Global flags, environments and CLI credentials ↗
Examples#
Example 1bash
inquir apps backups db list
Example 2bash
inquir apps backups db list --volume data --limit 20
Behavior#
Only a READY backup can be restored. Use the returned ID when requesting restore or deletion.