Go to file
Matej Janezic 568d126fc2
test: add imports to doc snippets
2025-07-01 17:36:36 +02:00
src test: add imports to doc snippets 2025-07-01 17:36:36 +02:00
.gitignore feat: initial commit 2023-05-21 22:12:45 +02:00
Cargo.lock test: add imports to doc snippets 2025-07-01 17:36:36 +02:00
Cargo.toml chore(release): v0.3.1 2025-02-12 16:53:28 +01:00
LICENSE feat: add license, readme and update manifest file 2023-05-21 23:02:03 +02:00
README.md chore: correctly document env variables in README 2025-02-12 16:52:09 +01:00
build.rs feat: compile time completion generation 2023-08-09 14:45:07 +02:00

README.md

ahab

installing

You will need rust installed. Clone repo and run:

cargo install --path .

To print 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 to docker/local/docker-compose.yaml
  • AHAB_DJANGO_CONTAINER: control which compose service is used for sending django commands - defaults to appserver
  • AHAB_POSTGRES_CONTAINER: control which compose service is used for sending postgres commands - defaults to postgresdb