This tool helps Enapter customers to work with devices. It useful in the following cases:
- Develop devices via blueprints.
- Update and monitor devices.
Choose your platform and required release on the Releases page.
You should have installed Go tools. Then you can build CLI via the following command:
./build.sh
Also you can pass custom output path:
./build.sh /usr/local/bin/enapter
Enapter CLI requires access token for authentication. At the moment we provide it only to selected partners. Contact us at [email protected] to get your token.
Store token into environment variable ENAPTER_API_TOKEN
to use it with enapter cli tool.