@north-tec/dingx-iot-cli
v1.0.2
Published
dingx-iot-cli =============
Downloads
5
Readme
dingx-iot-cli
Usage
$ npm install -g @north-tec/dingx-iot-cli
$ dingx-iot COMMAND
running command...
$ dingx-iot (-v|--version|version)
@north-tec/dingx-iot-cli/1.0.2 win32-x64 node-v14.16.0
$ dingx-iot --help [COMMAND]
USAGE
$ dingx-iot COMMAND
...
Commands
dingx-iot convert [FILE]
convert OpcuaReadVars.csv to vars.json
USAGE
$ dingx-iot convert [FILE]
OPTIONS
-d, --destination=destination export path
-h, --help show CLI help
EXAMPLES
$ dingx-iot convert .
$ dingx-iot convert -d ./export .
See code: src/commands/convert.ts
dingx-iot help [COMMAND]
display help for dingx-iot
USAGE
$ dingx-iot help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help