Adds new host under the user account (if host limit is not reached).
Command:
java -jar cli.jar addhost --host-name=TIM-LAPTOP
Example:
java -jar opero-commandline.jar addhost --login=Natalia2 --password=zaq12wsx --server=http://192.168.0.199:45558 --host-name=Natalia2
If you have a configuration file in user's home directory, you do not need to enter the parameters: login, password, server:
java -jar opero-commandline.jar addhost --host-name=Natalia2
If you have a configuration file in a different directory than the user's home directory, then you have to enter the parameter: config, e.g.
java -jar opero-commandline.jar addhost --config=D:\CLI.conf --host-name=Natalia2
Argument | Description |
--host-name <name> | New host name. |
Comments
0 comments
Please sign in to leave a comment.