Skip to content
Docs

inquir apps domain

List, bind, verify or remove a custom application hostname.

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

Usage#

inquir apps domainbash
inquir apps domain <app> [hostname] [options]

Options#

OptionDescription
--verifyVerify ownership and DNS for the supplied hostname.
--removeRemove the supplied hostname binding.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps domain web
Example 2bash
inquir apps domain web app.example.com
Example 3bash
inquir apps domain web app.example.com --verify

Behavior#

A new custom hostname starts unverified. Publish the displayed ownership TXT and routing records before verification.

Guides#