IOT browser scaffolding tool
First make sure you have installed the latest version of node.js (You may need to restart your computer after this step).
From NPM for use as a command line app:
npm install iots-cli -g
From NPM for programmatic use:
npm install iots-cli
iots-cli add [name] Create the configured template under [name]
iots-cli config get [name] Get [name] configuration
iots-cli config set [name] set [name] configuration
-h, --help Print usage information.
`--help options` for details on available options.
-V, --version Print version number.
-c, --config [options] set profile address
For example:
iots-cli add video --config iot.js
By loading the specified IOT JS configuration file generates the corresponding template in the video directory