akv-cli 0.5.0

The Azure Key Vault CLI can be used to read secrets, pass them securely to other commands, or inject them into configuration files.
Documentation
{
  "version": "0.2",
  "language": "en",
  "useGitignore": true,
  "ignorePaths": [
    ".cspell.json",
    ".devcontainer/",
    ".github/",
    ".vscode/",
    "rust-toolchain.toml"
  ],
  "words": [
    "ciphertext",
    "clippy",
    "debuginfo",
    "deque",
    "dotenv",
    "encryptor",
    "libc",
    "lldb",
    "oaep",
    "repr",
    "rustlang",
    "rustup",
    "symm"
  ],
  "dictionaryDefinitions": [
    {
      "name": "crates",
      "words": [
        "anstream",
        "anstyle",
        "dotazure",
        "dotenvy",
        "rand_chacha",
        "reqwest",
        "prettytable",
        "serde",
        "timeago"
      ],
      "noSuggest": true
    }
  ],
  "overrides": [
    {
      "filename": "Cargo.toml",
      "dictionaries": [
        "crates"
      ]
    },
    {
      "filename": "**/*.md",
      "dictionaries": [
        "rust"
      ]
    },
    {
      "filename": "**/*.rs",
      "dictionaries": [
        "crates"
      ]
    }
  ]
}