@inquir/compute-cliv0.3.0 · Node.js 22+
Usage#
inquir apps connection-urlbash
inquir apps connection-url <database-app> [options]
Options#
| Option | Description |
|---|---|
--private | Require an available private URL in text output. |
--public | Require explicitly available public access in text output. |
--json | Print 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.