Skip to content
Docs

inquir apps connection-url

Print an application database connection URL.

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

Usage#

inquir apps connection-urlbash
inquir apps connection-url <database-app> [options]

Options#

OptionDescription
--privateRequire an available private URL in text output.
--publicRequire explicitly available public access in text output.
--jsonPrint the full endpoint response, including available credentials; visibility flags do not filter JSON.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps connection-url db --private

Behavior#

The printed URL contains database credentials. Use apps connect when another application needs access.

Text output prefers private connectivity and otherwise falls back to public. Private names resolve inside the workspace network; public TCP exposure does not add database TLS.

Guides#