...
Environment variables: MZCLI_PORT, MZCLI_HOST, MZCLI_USER, MZCLI_PASSWORD, and MZCLI_SCHEMA. The environment variables need to be set for the machine that is running the mzcli client.
A property file called mzcli.properties with these property names and default values:
mzcli.user=mzadmin
mzcli.schema=http
mzcli.port=9000
mzcli.host=localhost
mzcli searches for this file in MZ_HOME/etc (if MZ_HOME exists) or in the local folder (if MZ_HOME does not exist). If the mzcli.properties file is not present, it is created with default values.If an option is not specified, its default value is used.
A profile containing one or several installations with different options:
...
type | info |
---|
...
You can also use a simplified user/password syntax, just enter the username and password in a single parameter together with the command. When the command is executed, the command prompt is returned to the Unix shell.
...