This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
balena-device/README.md

25 lines
727 B
Markdown
Raw Permalink Normal View History

# BalenaDevice
2019-10-20 23:03:52 +13:00
This package provides an API client for the on-device supervisor provided by the
Balena IoT platform. With it you can do things like restart containers, change
the device hostname and other great stuff.
## Installation
2019-10-20 23:03:52 +13:00
This package is [available in Hex](https://hex.pm/packages/balena_device), the
package can be installed by adding `balena_device` to your list of dependencies
in `mix.exs`:
```elixir
def deps do
[
{:balena_device, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/balena_device](https://hexdocs.pm/balena_device).