Skip to content

Commit 0e65f80

Browse files
authored
Merge pull request #168 from sofmeireles/fix-missing-part-bws-fetch-docs
Fix bitwarden secrets manager fetch secrets command
2 parents e052c66 + ead5fa2 commit 0e65f80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/commands/secrets.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ Use the adapter 'bitwarden-sm':
103103

104104
```bash
105105
# Fetch all secrets that the machine account has access to
106-
kamal secrets fetch --adapter bitwarden-sm
106+
kamal secrets fetch --adapter bitwarden-sm all
107+
108+
# Fetch secrets from a project
109+
kamal secrets fetch --adapter bitwarden-sm MyProjectID/all
107110

108111
# Extract the secret
109112
kamal secrets extract REGISTRY_PASSWORD <SECRETS-FETCH-OUTPUT>

0 commit comments

Comments
 (0)