Skip to content

Commit

Permalink
chore: Add missing double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 22, 2024
1 parent aa089fa commit ecf706d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ way:
| Bitwarden | `bw` | `{{ secretJSON "get" "$ID" }}` |
| Doppler | `doppler` | `{{ secretJSON "secrets" "download" "--json" "--no-file" }}` |
| HashiCorp Vault | `vault` | `{{ secretJSON "kv" "get" "-format=json" "$ID" }}` |
| HCP Vault Secrets | `vlt` | `{{ secret "secrets" "get" "--plaintext" "$ID }}` |
| HCP Vault Secrets | `vlt` | `{{ secret "secrets" "get" "--plaintext" "$ID" }}` |
| LastPass | `lpass` | `{{ secretJSON "show" "--json" "$ID" }}` |
| KeePassXC | `keepassxc-cli` | Not possible (interactive command only) |
| Keeper | `keeper` | `{{ secretJSON "get" "--format=json" "$ID" }}` |
Expand Down

0 comments on commit ecf706d

Please sign in to comment.