Commit Graph

4 Commits

Author SHA1 Message Date
Matej Janezic 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
Matej Janezic 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
Matej Janezic 83c3b05d30
feat: add license, readme and update manifest file
Added empty README
Added MIT license
Updated Cargo.toml with some general info about the project
2023-05-21 23:02:03 +02:00
Matej Janezic f6e9c7953a
feat: initial commit
Add initial dependencies and change gitignore
2023-05-21 22:12:45 +02:00