List domains.
Syntax
domain list
List domains in the active platform.
Options
Option | Description |
---|---|
-dict
|
List all the domains for the active platform in Tcl dictionary format. Without this option, domains are listed in tabular format. |
Returns
List of domains in the active platform, or empty string if no domains exist.
Examples
platform active
platform1
domain list
Display all the domain created in platform1 in tabular format.
domain list -dict
Display all the domain created in platform1 in Tcl dictionary format.