Using the cycli Utility > cycli Commands > get | show

get | show
Get the value assigned to a parameter. When no parameters are listed, the whole parameter tree is displayed. If full parameters are specified, the assigned value is displayed.
get | show parameter(s)
Example:
cli > get network hostname
anchovy
cli> show network resolv domain
When get is entered with a partial parameter, all the subtrees display. In the output, if a value is assigned, the parameter preceding the value ends with a semicolon.
Example:
cli > get network
network interface failover: no
...
If the system assigns default values, default values are shown next to the automatically added parameter name, as in the following example, which was entered on the OnBoard before any configuration has been done.
Example:
cli> get network interface eth0
network interface eth0 active: yes
Note: If you make a change but do not commit it (see commit), the configuration files are not updated. The get command shows the changes that are currently stored in the RAM memory, not the actual value stored in the affected configuration file.

Using the cycli Utility > cycli Commands > get | show