Skip to content
Docs

inquir apps

Manage long-lived container applications and their releases.

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

Usage#

inquir appsbash
inquir apps <subcommand> [options]

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps list
Example 2bash
inquir apps create web --port 3000
Example 3bash
inquir apps deploy web

Behavior#

Create the application first, then deploy a Dockerfile or image. Database templates create their first release during creation.

Guides#