The Co-op Cloud command-line interface 🎩🐇
Go to file
3wc c00319ab01 Update CHANGELOG 2021-03-16 12:55:47 +02:00
completion Fix `server` bash completion 2020-12-31 11:47:14 +02:00
installer Handle existing files use-case for dev installer 2021-03-16 06:51:10 +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-16 12:55:47 +02:00
README.md Add newline back 2021-03-16 07:00:23 +01:00
abra Include git digest in dev `version` output 2021-03-16 12:54:42 +02:00
app-catalogue.sh Drop whitespace 2021-03-03 16:49:58 +01:00
app-version.sh Add missing quote 2021-03-16 09:24:21 +01:00
makefile Lowercase that 2021-03-15 16:54:54 +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.

Change log

See CHANGELOG.md.

Documentation

docs.cloud.autonomic.zone

Install

Install the latest stable release:

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

or the bleeding-edge development version:

curl https://install.abra.autonomic.zone | bash -s -- --dev

The source for this script is here.

Update

Run abra upgrade to automatically download and install the latest release version.

To update the development version, run abra upgrade --dev.

Hack

It's written in Bash version 4 or greater! 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.

Please remember to update the CHANGELOG when you make a change.

To deploy a new version of the installer scripts:

make release-installer