63e9b772a701e990a634366c2a20da19331fd6c7
ahab
installing
You will need rust installed. Clone repo and run:
cargo install --path .
For printing of underlying commands build with debug
flag.
cargo install --path . --debug
shell completion
Completion files are generated during build process in target/*/build/*/out/*
. Depending on your shell of choice move generated file to correct place in you file system.
configuration
Currently ahab
respects three environment variables.
COMPOSE_FILE
: control which docker-compose file is used - defaults todocker/local/docker-compose.yaml
AHAB_POSTGRES_CONATINER
: control which compose service is used for sending postgres commands - defaults topostgresdb
AHAB_POSTGRES_CONATINER
: control which compose service is used for sending django commands - defaults toappserver
Description
Languages
Rust
100%