Versions Compared

Key

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

...

Info
titleExample - Creating service configuration in HOCON format


Code Block
languagetext
themeEclipse
$ mzsh topo set topo://services:custom/obj:example.example1 '{
template: "1/standard/basic"
config.sc-list: [sc1, sc2]
}'

 



Updating Service Configurations

...

Info
titleExample - Removing a pico configuration


Code Block
languagetext
themeEclipse
 $ mzsh topo unset topo://services:custom/obj:example


Viewing Service Configurations

Run the following command to view one or more service configurations.

...