vinfra domain properties show

Show details of a domain property sheet:

usage: vinfra domain properties show --key <key> <domain>
--key <key>
Key name
<domain>
Domain name or ID

Example:

# vinfra domain properties show --key myproperty mydomain
+--------+--------------+
| Field  | Value        |
+--------+--------------+
| data   | key1: value1 |
|        | key2: value2 |
| domain | mydomain     |
| key    | myproperty   |
+--------+--------------+

This command shows the details of the property sheet with the key myproperty.