edjx domain create
Creates a Full or CNAME domain.
Default domain type is Full
.
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
string |
Name of the domain. |
|
Yes |
string |
Description of the domain. If description contains a string of words/values, the string MUST contain open and close prenthesis (" ") around the string. |
|
No |
Sets the domain type to CNAME. |
|
|
No |
UUID |
The organization UUID to associate with the domain. Overrides the current organization. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Create a Full domain
To create a Full domain:
-
View the current organization.
edjx show selected-organization
-
Execute the create command.
edjx domain create <name> "<description>"
Create a Full domain for a specific organization
To create a Full domain for a specific organization:
-
List the organizations associated with the current user.
edjx organization list
-
Copy the UUID of the organization to associate with the domain.
-
Execute the create command, pasting the organization-UUID after the -o flag.
edjx domain create <name> "<description>" -o <organization-UUID>
Create a CNAME domain
To create a CNAME domain:
-
View the current organization.
edjx show selected-organization
-
Execute the create command.
edjx domain create <name> "<description>" --cname
Create a CNAME domain for a specific organization
To create a full domain for a specific organization:
-
List the organizations associated with the current user.
edjx organization list
-
Copy the UUID of the organization to associate with the domain.
-
Execute the create command, pasting the organization-UUID after the -o flag.
edjx domain create <name> "<description>" --cname -o <organization-UUID>