Skip to content

Commit ead5fa2

Browse files
committed
fix bws fetch secrets command
1 parent 7bb9a88 commit ead5fa2

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)