feat: Added dynamic tab completions for the profile, providers, and the secrets in any given secret manager

This commit is contained in:
2025-09-29 16:30:16 -06:00
parent 29acad5eed
commit 9abd2f88cf
5 changed files with 117 additions and 8 deletions
+3 -1
View File
@@ -25,7 +25,7 @@ clap = { version = "4.5.47", features = [
"env",
"wrap_help",
] }
clap_complete = "4.5.57"
clap_complete = { version = "4.5.57", features = ["unstable-dynamic"] }
confy = { version = "1.0.0", default-features = false, features = [
"yaml_conf",
] }
@@ -59,6 +59,8 @@ crc32c = "0.6.8"
azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
which = "8.0.0"
once_cell = "1.21.3"
[target.'cfg(all(target_os="linux", target_env="musl"))'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }