terraform/vendor/github.com/arukasio/cli
Kazumichi Yamamoto cd7f69ab11 New provider arukas (#11171)
* Add a Arukas provider

* Add dependencies for the Arukas provider

* Add documents for the Arukas
2017-02-13 19:11:30 +00:00
..
BUILDING.md New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
Dockerfile New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
LICENSE.txt New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
Makefile New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
README.md New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
Vagrantfile New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
app_sets.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
apps.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
circle.yml New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
client.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
container.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
json_time.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00
user.go New provider arukas (#11171) 2017-02-13 19:11:30 +00:00

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.