Skip to content
Docs

inquir list

List local SDK assets or deployed serverless functions.

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

Usage#

inquir listbash
inquir list [options]

Options#

OptionDescription
--remote, -rList remote functions instead of local assets.
--cwd <path>Use this source/configuration directory; alias: --config.
--workspace <id|slug>Target this workspace within your credential permissions.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir list
Example 2bash
inquir list --remote --workspace shop --json

Behavior#

Container applications have their own inventory: inquir apps list.

Guides#