Skip to main content
You can manage domains with more detailed options and greater control under a Appz Project’s Domains tab from the Appz Dashboard.

Usage

terminal
appz domains ls
Using the appz domains command to list all domains under the current scope.

Extended Usage

terminal
appz domains inspect [domain]
Using the appz domains command to retrieve information about a specific domain.
terminal
appz domains add [domain] [project]
Using the appz domains command to add a domain to the current scope or an Appz Project.
terminal
appz domains rm [domain]
Using the appz domains command to remove a domain from the current scope.
terminal
appz domains buy [domain]
Using the appz domains command to buy a domain for the current scope.
terminal
appz domains move [domain] [scope-name]
Using the appz domains command to move a domain to another scope.
terminal
appz domains transfer-in [domain]
Using the appz domains command to transfer in a domain to the current scope.

Unique Options

These options are specific to the appz domains command.

Yes

terminal
appz domains rm [domain] --yes
Using the appz domains rm command with the --yes option to bypass the confirmation prompt when removing a domain.

Limit

terminal
appz domains ls --limit 100
Using the appz domains ls command with the --limit option to specify the maximum number of domains returned. The default limit is set to 20, with a maximum of 100.

Force

terminal
appz domains add my-domain.com my-project --force
Using the appz domains add command with the --force option to forcefully assign a domain to a project, removing it from any existing one.

Global Options

These general options can be applied when using the appz deploy command:
  • --cwd
  • --debug
  • --global-config
  • --help
  • --local-config
  • --no-color
  • --scope
  • --token
For detailed information on these global options and their applications, refer to the options section.