NervesHubCore

CircleCIHex version

This is a library for interacting with a NervesHub website programmatically. See NervesHubCLI for using it with mix.

Devices do not use this library to connect to a NervesHub server. See NervesHub for the reference client.

Installation

The package can be installed by adding nerves_hub_core to your list of dependencies in mix.exs:

def deps do
  [
    {:nerves_hub_core, "~> 0.1.0"}
  ]
end

The docs can be found at HexDocs.

Environment variables

NervesHubCore may be configured using environment variables to simplify automation. Environment variables take precedence over configuration. The following variables are available:

Configuration

NervesHubCore may also be configured in the config.exs. It supports the following keys: