From 650cd0b50f2ebc062e1fff1c53846f9254d28233 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 10 Oct 2019 21:27:35 -0400 Subject: [PATCH] read config setting --- _articles/miscellaneous/cli.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index 30783b42..1f3c13bd 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -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 + bw config [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.