Versions Compared

Key

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

...

Info
titleExample - Updating a pico object


Code Block
languagetext
themeEclipse
$ mzsh topo set topo://container:main1/pico:ec2 '{
    template:mz.standard-ec
    config {
        properties {
            ec.webserver.port: =9092
        } 
        classpath {
            jars=["lib/picostart.jar"]
		}
    }
}'


...