feat: add link command

This commit is contained in:
2026-09-03 15:36:21 +02:00
parent 63d04a9393
commit 54395f83e4
7 changed files with 812 additions and 2 deletions

View File

@@ -18,8 +18,9 @@ Completion files are generated **during build process** in `target/*/build/*/out
## configuration
Currently `ahab` respects three environment variables.
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`