1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

read config setting

This commit is contained in:
Kyle Spearrin
2019-10-10 21:27:35 -04:00
parent 0f965e1f17
commit 650cd0b50f

View File

@@ -341,12 +341,16 @@ bw get template folder | jq '.name = "My Folder"' | bw encode | bw create folder
The `config` command allow you to specify settings for the CLI to use.
bw config <setting> <value>
bw config <setting> [value]
For example, if you are using a self hosted Bitwarden server you will need to change the endpoint that the CLI communicates with.
bw config server https://bitwarden.example.com
You can read the value of a configured setting by not specifying a value.
bw config server
### Update
The `update` command allows you to check if your CLI is up to date. The CLI will not automatically update. You must download new versions of the CLI manually.