vinfra domain set

Modify an existing domain:

usage: vinfra domain set [--description <description>] [--enable | --disable]
                         [--name <name>] <domain>
--description <description>
Domain description
--enable
Enable domain
--disable
Disable domain
--name <name>
Domain name
<domain>
Domain ID or name

Example:

# vinfra domain set mydomain --description "A custom domain"
+----------------+----------------------------------+
| Field          | Value                            |
+----------------+----------------------------------+
| description    | A custom domain                  |
| enabled        | True                             |
| id             | 24986479ee3246048d3ef2a065ea99f5 |
| name           | mydomain                         |
| projects_count | 0                                |
+----------------+----------------------------------+

This command adds the description for the domain mydomain.