Skip to content

guuhuu/enapter-cli

 
 

Repository files navigation

Enapter CLI

Build Status License Release

This tool helps Enapter customers to work with devices. It useful in the following cases:

  1. Develop devices via blueprints.
  2. Update and monitor devices.

How to install

Get prebuilt binaries

Choose your platform and required release on the Releases page.

Build from source

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

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 [email protected] to get your token.

Store token into environment variable ENAPTER_API_TOKEN to use it with enapter cli tool.

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Shell 0.9%