terraform/vendor/github.com/arukasio/cli
..
BUILDING.md
Dockerfile
LICENSE.txt
Makefile
README.md
Vagrantfile
app_sets.go
apps.go
circle.yml
client.go
container.go
json_time.go
user.go

README.md

Arukas CLI

Circle CI

The Arukas CLI is used to manage Arukas apps from the command line.

Binary Releases

The official binary of Arukas CLI: https://github.com/arukasio/cli/releases/

Dockerized

A dockerized version of Arukas CLI: https://hub.docker.com/r/arukasio/arukas/

Setup

You can overload and customize specific variables when running scripts.

Simply create .env with the environment variables you need, for example, ARUKAS_JSON_API_TOKEN and ARUKAS_JSON_API_SECRET

# .env
ARUKAS_JSON_API_TOKEN=YOUR_API_TOKEN
ARUKAS_JSON_API_SECRET=YOUR_API_SECRET

You can look at .env.sample for other variables used by this application.

License

This project is licensed under the terms of the MIT license.