@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir apps logsbash
inquir apps logs <app|release|build> [options]
Options#
| Option | Description |
|---|---|
--tail <n> | Initial container log lines; defaults to 200. Does not limit build logs. |
--json | Send log lines to stderr so stdout stays available for machine-readable output. |
Global flags, environments and CLI credentials ↗
Examples#
Example 1bash
inquir apps logs web --tail 100
Example 2bash
inquir apps logs BUILD_ID
Behavior#
Press Ctrl+C to stop following. Supplying a build ID selects build logs, not container output.