2026-09-03 15:58:28 +02:00
2023-05-21 22:12:45 +02:00
2026-03-02 14:50:43 +01:00
2026-03-02 14:51:03 +01:00
2026-03-02 14:51:03 +01:00
2026-09-03 15:58:28 +02:00

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 the following 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 django
  • AHAB_POSTGRES_CONTAINER: control which compose service is used for sending postgres commands - defaults to db
  • AHAB_LINK_ROOT: root of the out-of-repo store ahab link moves paths into - defaults to ${XDG_DATA_HOME:-$HOME/.local/share}/ahab
Description
No description provided
Readme MIT 334 KiB
Languages
Rust 100%