You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/vendor/github.com/arukasio/cli
Kazumichi Yamamoto cd7f69ab11
New provider arukas (#11171)
9 years ago
..
BUILDING.md New provider arukas (#11171) 9 years ago
Dockerfile New provider arukas (#11171) 9 years ago
LICENSE.txt New provider arukas (#11171) 9 years ago
Makefile New provider arukas (#11171) 9 years ago
README.md New provider arukas (#11171) 9 years ago
Vagrantfile New provider arukas (#11171) 9 years ago
app_sets.go New provider arukas (#11171) 9 years ago
apps.go New provider arukas (#11171) 9 years ago
circle.yml New provider arukas (#11171) 9 years ago
client.go New provider arukas (#11171) 9 years ago
container.go New provider arukas (#11171) 9 years ago
json_time.go New provider arukas (#11171) 9 years ago
user.go New provider arukas (#11171) 9 years ago

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.