Skip to content
Docs

inquir projects list

List application projects in the current workspace.

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

Usage#

inquir projects listbash
inquir projects list [options]

Options#

OptionDescription
--limit <n>Page size; defaults to 100.
--cursor <cursor>Load the next page using the returned cursor.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir projects list
Example 2bash
inquir projects list --limit 20 --json

Behavior#

Projects contain long-lived container applications. Serverless functions cannot be added to a project.

Guides#