Matej Janezic
3077420db2
Read COMPOSE_FILE from env and use it if it is set. Default is still docker/local/docker-compose.yaml. BREAKING CHANGE: Removed docker subcommand. Added deprecation notice to compose subcommand. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
build.rs |
README.md
ahab
Installing
Clone this repo, with rust installed run this from root of the repo.
cargo install --path .
For printing of underlying commands install with debug
flag.
cargo install --path . --debug