|
1 day ago | |
---|---|---|
completion | 2 months ago | |
installer | 5 days ago | |
tests | 3 weeks ago | |
.drone.yml | 1 month ago | |
.gitignore | 4 months ago | |
CHANGELOG.md | 2 days ago | |
Makefile | 2 months ago | |
README.md | 2 days ago | |
abra | 1 day ago | |
app-catalogue.sh | 3 days ago |
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.
See CHANGELOG.md.
curl https://install.abra.autonomic.zone | bash
The source for this script is here.
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.