The Co-op Cloud command-line interface 🎩🐇 https://coopcloud.tech
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 7f5e753dfd
Re-factor version output logic and fix bug
It was showing empty strings for deployed versions it could not find.
Now, it will not change messages to output if it can not detect the
versions deployed (containers dont have the tag).
2021-03-04 13:10:00 +01:00
completion Fix `server` bash completion 2020-12-31 11:47:14 +02:00
installer Propagate new version around 2021-03-01 11:44:58 +01:00
tests Remove test commit 2021-02-09 08:35:52 +01:00
.drone.yml Add RocketChat notifications for failed builds 2021-01-29 13:44:55 +02:00
.gitignore Use docopts variables 2020-10-26 13:34:49 +02:00
CHANGELOG.md Update CHANGELOG 2021-03-02 20:34:35 +02:00
Makefile Use the One True Way for testing 2021-01-01 13:48:14 +01:00
README.md Make README less vague 2021-03-02 11:53:55 +01:00
abra Re-factor version output logic and fix bug 2021-03-04 13:10:00 +01:00
app-catalogue.sh Drop whitespace 2021-03-03 16:49:58 +01:00

README.md

abra

Build Status codecov

https://cloud.autonomic.zone

The cooperative cloud utility belt 🎩🐇

abra is a command-line tool for managing your own Co-op Cloud. It can provision new servers, create applications, deploy them, run backup and restore operations and a whole lot of other things. It is the go-to tool for day-to-day operations when managing a Co-op Cloud instance.

Documentation

docs.cloud.autonomic.zone

Install

curl https://install.abra.autonomic.zone | bash

Hack

It's written in Bash! Just open up the abra file and start hacking. Then you can run it in place with ./abra. The command-line interface is generated via docopt. If you add arguments then you need to run make docopt ro regenerate the parser.