mirror of
https://github.com/bitwarden/help
synced 2026-01-06 18:43:39 +00:00
KC (#805)
* initial draft * codeblock e.g.'s * initial draft of f4e end-user doc * first round of feedback * feedback round 2 * feedback round 3 * update screenshots * safari/macos import guide sketch * adios, friendly name * cli note * fix typo * finish import from macos/safari * feedback round 4 * more feedback * updated diagrams * fix typo * linked custom fields & more release note items * new auto-fill unlock behavior for context menu & keyboard! * release notes - autofill unlock * new events * fixes to 'using sso' * updated KC screenshot & test step * KC URL * send extension & release notes * hide ios extension * updates to sso faqs * SEO desc's & tags * Key Connector > Impact on Unlock > Add a note for online dependency * clarify "account is lost" * add some references to CME * final edits * f4e * quick edit to RN
This commit is contained in:
committed by
GitHub
parent
dfa2f074e5
commit
82ecf7def2
@@ -562,7 +562,7 @@ bw confirm org-member 7063feab-4b10-472e-b64c-785e2b870b92 --organizationid 310d
|
||||
The `config` command specifies settings for the Bitwarden CLI to use:
|
||||
|
||||
```
|
||||
bw config <setting> [value]
|
||||
bw config server <setting> [value]
|
||||
```
|
||||
|
||||
A primary use of `bw config` is to [connect your CLI to a self-hosted]({{site.baseurl}}/article/change-client-environment/#cli) Bitwarden server:
|
||||
@@ -578,14 +578,21 @@ You can read the currently connected server by passing `bw config server` withou
|
||||
Users with unique setups may elect to specify the URL of each service independently using:
|
||||
|
||||
```
|
||||
bw config --web-vault <url>
|
||||
bw config --api <url>
|
||||
bw config --identity <url>
|
||||
bw config --icons <url>
|
||||
bw config --notifications <url>
|
||||
bw config --events <url>
|
||||
bw config server --web-vault <url>
|
||||
bw config server --api <url>
|
||||
bw config server --identity <url>
|
||||
bw config server --icons <url>
|
||||
bw config server --notifications <url>
|
||||
bw config server --events <url>
|
||||
bw config server --key-connector <url>
|
||||
```
|
||||
|
||||
{% callout info %}
|
||||
The `bw config server --key-connector <url>` command is required if your Organization uses [Key Connector]({{site.baseurl}}/article/about-key-connector) and you're using the `--apikey` option to login after having [removed your Master Password]({{site.baseurl}}/article/using-sso/#login-using-sso).
|
||||
|
||||
Contact an Organization Owner to get the required URL.
|
||||
{% endcallout %}
|
||||
|
||||
### sync
|
||||
|
||||
The `sync` command downloads your encrypted vault from the Bitwarden server. This command is most useful when you've changed something in your Bitwarden Vault on another client application (e.g. Web Vault, Browser Extension, Mobile App) since [logging in](#log-in) on the CLI.
|
||||
|
||||
Reference in New Issue
Block a user