mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
cd7f69ab11
* Add a Arukas provider * Add dependencies for the Arukas provider * Add documents for the Arukas |
||
---|---|---|
.. | ||
app_sets.go | ||
apps.go | ||
BUILDING.md | ||
circle.yml | ||
client.go | ||
container.go | ||
Dockerfile | ||
json_time.go | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
user.go | ||
Vagrantfile |
Arukas CLI
The Arukas CLI is used to manage Arukas apps from the command line.
- Website: https://arukas.io
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
- Get API key here: https://app.arukas.io/settings/api-keys
- Edit it
.env
file
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.