completion
installer
tests
01_environment.bats
02_abra.bats
.drone.yml
.gitignore
CHANGELOG.md
Makefile
README.md
abra
test_local: run `bats tests/`. Requires `bats`. test_docker: run docker and install bats in it. Both of these options require that your local Docker daemon is running in swarm mode. test_dind: starts a Docker daemon and runs tests in that. Requires sudo