The Co-op Cloud command-line interface 🎩🐇
7f5e753dfd
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). |
||
---|---|---|
completion | ||
installer | ||
tests | ||
.drone.yml | ||
.gitignore | ||
abra | ||
app-catalogue.sh | ||
CHANGELOG.md | ||
Makefile | ||
README.md |
abra
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
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.