A tool for runing remote server tests, build test data.
git clone https://github.com/iqianxing/fastest-cli.git
cd fastest-cli/
npm install
npm link
fastest
- fastest config 获取远程服务器Fastest命令。
- fastest remote 运行远程服务器Fastest命令。
- fastest local 运行本机Fastest命令。
获取远程服务器Fastest命令。
示例配置:
[
{
"command": "hello",
"description": "hello, world!",
"options": {
"world": {
"description": "hello, <user>",
"type": "string",
"demand": true,
"default": "world"
}
}
},
{
"command": "foo",
"description": "foo bar!",
"options": {
"bar": {
"description": "foo, <bar>",
"type": "string",
"demand": true
}
}
}
]