Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

View existing configurations or specific attributes by opening the file pico.conf or use the mzsh topo set command.

Viewing Pico Configurations

Run the following command to view one or more pico configurations:

...

Info
titleExample. Viewing all pico configurations using a regular expression


Code Block
languagetext
$ mzsh topo get topo://container:main1/pico:.*


Viewing Pico Attributes

Pico Level Attributes

Run the following command to view a specific attribute in a pico configuration:

...

Info
titleExample - Viewing a specific attribute of multiple pico configurations


Code Block
languagetext
$ mzsh topo get --format data-only topo://container:main1/pico:.*/val:config.properties.ec.httpd.port


Container Level Attributes

Run the following command to view an attribute on container level:

Code Block
languagetext
themeEclipse
$ mzsh topo get topo://container:<container>/val:common.<attribute>

Cell Level Attributes

Run the following command to view an attribute on cell level:

...