File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/bitwarden-secrets-manager Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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 ` ._
You can’t perform that action at this time.
0 commit comments