domain create
Create new domain
os domain create
[--description <description>]
[--enable | --disable]
[--or-show]
<domain-name>
-
--description <description>
New domain description
-
--enable
Enable domain (default)
-
--disable
Disable domain
-
--or-show
Return existing domain
If the domain already exists, return the existing domain data and do not fail.
-
<domain-name>
New domain name
domain delete
Delete domain
os domain delete
<domain>
-
<domain>
Domain to delete (name or ID)
domain set
Set domain properties
os domain set
[--name <name>]
[--description <description>]
[--enable | --disable]
<domain>
-
--name <name>
New domain name
-
--description <description>
New domain description
-
--enable
Enable domain
-
--disable
Disable domain
-
<domain>
Domain to modify (name or ID)