Go to file
Matej Janezic e7308bd5c6
feat: control default services via env vars
Read default postgres compose service name and default django compose
service name from env variables.

AHAB_POSTGRES_CONTAINER - defaults to `appserver`
AHAB_DJANGO_CONATINER - defaults to `postgresdb`

Default values are there for 100% backwards compatibility.
2024-11-27 18:13:12 +01:00
src feat: control default services via env vars 2024-11-27 18:13:12 +01:00
.gitignore feat: initial commit 2023-05-21 22:12:45 +02:00
Cargo.lock feat!: respect COMPOSE_FILE env and remove docker command 2024-10-25 09:37:13 +02:00
Cargo.toml feat!: respect COMPOSE_FILE env and remove docker command 2024-10-25 09:37:13 +02:00
LICENSE feat: add license, readme and update manifest file 2023-05-21 23:02:03 +02:00
README.md chore: update README with install info 2023-11-27 20:40:37 +01:00
build.rs feat: compile time completion generation 2023-08-09 14:45:07 +02:00

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