You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run commands on specific target, you execute commands like:
zs-client.sh --target= <--params 1,2,3>
or
zs-client.sh <--params 1,2,3> --target=
To quickly work with direct command + params patterns on a single target at a time,
a command like 'setTarget ' can be used, which will set the default target for all consequent commands.
Notes:
Using --target in a command will override default / pre-set target.
If default target should be unset, just run 'zs-client setTarget' or 'zs-client setTarget=' to unset.
When a default target is set, zs-client will show the used target on every execution, with full target details, so there is no question where the command is going to be executed, i.e.:
Using Target: 'My Cluster' => http://my-cluster.com:10081
The text was updated successfully, but these errors were encountered:
When you run commands on specific target, you execute commands like:
zs-client.sh --target= <--params 1,2,3>
or
zs-client.sh <--params 1,2,3> --target=
To quickly work with direct command + params patterns on a single target at a time,
a command like 'setTarget ' can be used, which will set the default target for all consequent commands.
Notes:
Using Target: 'My Cluster' => http://my-cluster.com:10081
The text was updated successfully, but these errors were encountered: