Skip to content

Commit f831f57

Browse files
committed
[CHANGE] add readme for "bitwarden-secrets-manager"
1 parent b87796d commit f831f57

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# Bitwarden Secrets Manager CLI (bws) (bitwarden-secrets-manager)
3+
4+
Installs the bitwarden secrets manager CLI (bws) and optionally configures it to use a self-hosted server.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/RouL/devcontainer-features/bitwarden-secrets-manager:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| server_base | Provides the base URL of your Bitwarden server, if you host your own server. | string | - |
19+
| server_api | Provides an API URL that differs from the default (if in doubt, leave it empty!). | string | - |
20+
| server_identity | Provides an identity URL that differs from the default (if in doubt, leave it empty!). | string | - |
21+
22+
23+
24+
---
25+
26+
_Note: This file was auto-generated from the [devcontainer-feature.json](devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)