Enapter CLI
This tool helps Enapter customers to work with devices. It useful in the following cases:
- Develop devices via blueprints.
- Update and monitor devices.
How to install
Get prebuilt binaries
Choose your platform and required release on the Releases page.
Build from source
The following command builds enapter binary:
./build.sh
Or you can pass custom output path:
./build.sh /usr/local/bin/enapter
How to use
API token
Enapter CLI requires access token for authentication. At the moment we provide it only to selected partners. Contact us at support@enapter.com to get your token.
Store token into environment variable ENAPTER_API_TOKEN
to use it with enapter cli tool.