install command
Use the install command to install the existing multiple FoD keys to the specified system.
install command syntax
OneCli.exe multifod install <--keyfile <key_file>> <--configfile <connection_file>> [--output <folder>]
| Parameter | Required/Optional | Notes |
|---|---|---|
| --configfile | Required | Specify the configuration file for the multi task command. For the format, refer to Sample/multi_task_config.json. |
| --keyfile | Required | Specify the path and file name of the FoD key file on local system. Example: --keyfile ./test/, --keyfile key. |
Example of the install command
OneCli.exe multifod install --keyfile dir --configfile multi_task_config.json --log 5
Give documentation feedback