@iotize/cli
v1.0.0-alpha.3
Published
IoTize command line interface
Downloads
178
Readme
IoTize Device CLI
Requirements
- Node version >= 10
Installation
On Linux or Mac
npm install --global @iotize/cli
On windows 10
To use Bluetooth Low Energy (BLE) you first need to install additional packages.
Installation has been tested with node
version 10.16.0
.
Open elevevated power shell and run
npm install --global --production [email protected]
Then install CLI:
npm install -g @iotize/cli@latest
Other OS
Other OS may not support Bluetooth Low Energy (BLE). However, you can still install the CLI:
npm install -g @iotize/cli@latest