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.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -12,11 +12,11 @@ build = "build.rs"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3.0", features = ["derive"] }
|
||||
clap_complete = "4.3.0"
|
||||
anyhow = "1.0.71"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
# clap_complete = "4.5.35"
|
||||
anyhow = "1.0.91"
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.3.0", features = ["derive"] }
|
||||
clap_complete = "4.3.0"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
clap_complete = "4.5.35"
|
||||
|
||||
Reference in New Issue
Block a user