Versions Compared

Key

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

...

Rw ui textbox macro
typeinfo

mzcli Usage

Code Block
java -jar mzcli.jar [mzcli] [<username/password>] <command> [<arguments>]
       [--schema <http|https> : default http]
       [--user <username> : default mzadmin]
       [--password <pass>]
       [--host <host> : default localhost]
       [--port <port> : default 9000]
       [--profile <profile-name> : default can be specified in mzcli_configuration.xml with --set-default-profile option]
       
java -jar mzcli.jar [mzcli] --set-default-profile <default-profile-name>

java -jar mzcli.jar [mzcli] --get-default-profile

java -jar mzcli.jar [mzcli] --help
Note

Note!

If you are executing mzcli in the platform or execution context you can use the "mzcli" short command instead of "java -jar mzcli.jar".

Options

The options specified with double-dashes (--) can also be specified via:

...