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:

...

Lower priority means that it can be overridden by anything with higher priority.

Overwrite option

If a command generates files, mzcli saves them to disk. Use theĀ -overwrite option to save a file to disk even if a file with the same name already exists. If the -overwrite option is not specified, and a file with the same file name exists, mzcli displays an error message and terminates without saving the file.