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.
This commit is contained in:
2023-05-21 23:41:15 +02:00
parent 83c3b05d30
commit 4762c991a3
5 changed files with 77 additions and 13 deletions

View File

@@ -13,4 +13,4 @@ repository = "https://github.com/janezicmatej/ahab.git"
[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
anyhow = "1.0.71"
dotenvy = "0.15.7"