Commit Graph

10 Commits

Author SHA1 Message Date
e5eddb39f7 chore(release): v0.4.0 2026-02-24 08:53:28 -05:00
7912e9a516 chore(release): v0.3.2 2025-07-01 17:37:36 +02:00
568d126fc2 test: add imports to doc snippets 2025-07-01 17:36:36 +02:00
3077420db2 feat!: respect COMPOSE_FILE env and remove docker command
Read COMPOSE_FILE from env and use it if it is set. Default is still
docker/local/docker-compose.yaml.

BREAKING CHANGE: Removed docker subcommand. Added deprecation notice to
compose subcommand.
2024-10-25 09:37:13 +02:00
7bf76d3ff2 release: v0.3.0
Various qol improvements and custom CommandBuilder mark v0.3.0 release
2023-06-02 17:20:19 +02:00
55d4ae3f6f release: version 0.2.0
Command renamings and compltion generation marks v0.2.0 of `ahab`.
2023-05-27 13:32:46 +02:00
61e7556997 feat: add clap_complete for generating completion files
`ahab generate <shell>` can now be used to generte completion files for
this tool.
2023-05-27 13:28:05 +02:00
22d263dfaa release: v0.1.0
First release of `ahab` cli. All functionality from initial design is
now implemented which means we can move on to adding new stuff and
improving existing stuff.
2023-05-24 00:01:18 +02:00
4762c991a3 feat: finish docker compose cli
Implemented basic wanted functionality for docker compose subcommands.
We currently assume that docker-compose.yaml file is located in
local/docker/ folder.
2023-05-21 23:41:15 +02:00
f6e9c7953a feat: initial commit
Add initial dependencies and change gitignore
2023-05-21 22:12:45 +02:00