Mass Deployment Tool User's Guide

15
工具的命令行界面 (CLI) 可让您使用命令提示符远程配置设备。 CLI 自动将设置文件转换为合适的格式并将它们发
送到所需的设备。随后,它会检索设置数据并验证是否正确应用设置
4.1 Mass Deployment Tool 中使用 CLI
要使用工具 CLI,必 Windows 命令提示符运行它,然后输入正确的命令和选项以执行特定指令。CLI 使用下面
的语法:
settingcmd.exe command option option
其中:
Command:执行特定任务并显示结果
Option:修改命令的操作
示例
应用设置文件:
settingcmd.exe apply --ip IP_address --file your_file_name.json
--password your_password
检索设置文件:
settingcmd.exe retrieve --ip IP_address --file your_file_name.json
--output your_file_name.edpk --password your_password
在命令行界面中,只能使用英语。
Settingcmd.exe 文件存储在 “SettingCommand” 文件夹中。
4 命令行界面 (CLI)