mirror of
https://github.com/bitwarden/help
synced 2026-01-07 19:13:59 +00:00
Promote to Master (#748)
* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
63f78e8979
commit
906e2ca0dd
@@ -2,7 +2,7 @@
|
||||
layout: article
|
||||
title: Troubleshooting Android Auto-fill
|
||||
categories: [auto-fill]
|
||||
order: 09
|
||||
order: "09"
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [android, autofill, auto-fill]
|
||||
|
||||
@@ -7,7 +7,7 @@ popular: false
|
||||
tags: [cli, captcha]
|
||||
---
|
||||
|
||||
The August 2021 release of Bitwarden (**2021-08-18**) introduced [Captcha](https://www.hcaptcha.com/about){:target="\_blank"} requirements to increase security against bot traffic. On the CLI, Captcha challenges are substituted with authentication challenges that can validated using your account's [Personal API Key]({{site.baseurl}}/article/personal-api-key) `client_secret`.
|
||||
The August 2021 release of Bitwarden (**2021-09-21**) introduced [Captcha](https://www.hcaptcha.com/about){:target="\_blank"} requirements to increase security against bot traffic. On the CLI, Captcha challenges are substituted with authentication challenges that can validated using your account's [Personal API Key]({{site.baseurl}}/article/personal-api-key) `client_secret`.
|
||||
|
||||
## Get your Personal API Key
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ categories: [getting-started]
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [cli, command, script, bash, shell, powershell, terminal]
|
||||
order: 07
|
||||
order: "07"
|
||||
---
|
||||
|
||||
The Bitwarden command-line interface (CLI) is a powerful, fully-featured tool for accessing and managing your Vault. Most features that you find in other Bitwarden client applications (Desktop, Browser Extension, etc.) are available from the CLI.
|
||||
@@ -300,7 +300,7 @@ The `get` command takes an item `id` or string for its argument. If you use a st
|
||||
bw get password Github
|
||||
```
|
||||
|
||||
{% callout note %}
|
||||
{% callout info %}
|
||||
The `get` command can **only return one result**, so you should use specific search terms. If multiple results are found, the CLI will return an error.
|
||||
{% endcallout %}
|
||||
|
||||
@@ -446,7 +446,7 @@ bw restore item 7063feab-4b10-472e-b64c-785e2b870b92
|
||||
|
||||
### send
|
||||
|
||||
The `send` command creates a [Bitwarden Send]({{site.baseurl}}/article/about-send) object for ephemeral sharing. This section will detail simple `send` operations, however Send is a highly flexible tool and we recommend referring to the dedicated article on [Send from CLI]({{site.baseurl}}/article/send-cli).
|
||||
The `send` command creates a [Bitwarden Send]({{site.baseurl}}/article/about-send/) object for ephemeral sharing. This section will detail simple `send` operations, however Send is a highly flexible tool and we recommend referring to the dedicated article on [Send from CLI]({{site.baseurl}}/article/send-cli/).
|
||||
|
||||
To create a simple text Send:
|
||||
|
||||
@@ -462,7 +462,7 @@ bw send -n "A Sensitive File" -d 14 -f /Users/my_account/Documents/sensitive_fil
|
||||
|
||||
### receive
|
||||
|
||||
The `receive` command accesses a [Bitwarden Send]({{site.baseurl}}/article/about-send) object. To receive a Send object:
|
||||
The `receive` command accesses a [Bitwarden Send]({{site.baseurl}}/article/about-send/) object. To receive a Send object:
|
||||
|
||||
```
|
||||
bw receive --password passwordforaccess https://vault.bitwarden.com/#/send/yawoill8rk6VM6zCATXv2A/9WN8wD-hzsDJjfnXLeNc2Q
|
||||
@@ -577,7 +577,7 @@ bw get item 7ac9cae8-5067-4faf-b6ab-acfd00e2c328 | jq '.login.password="newp@ssw
|
||||
|
||||
### import
|
||||
|
||||
The `import` command imports data from a prior Bitwarden export or other [supported password management application]({% link _articles/importing/import-data.md %}):
|
||||
The `import` command imports data from a prior Bitwarden export or other [supported password management application]({{site.baseurl}}/article/import-data/):
|
||||
|
||||
```
|
||||
bw import <format> <path>
|
||||
@@ -595,7 +595,7 @@ Bitwarden supports lots of formats for import, too many to list here! Use `bw im
|
||||
|
||||
### export
|
||||
|
||||
The `export` command exports Vault data as a `.json` or `.csv`, or [encrypted .json]({% link _articles/importing/encrypted-export.md %}) file:
|
||||
The `export` command exports Vault data as a `.json` or `.csv`, or [encrypted .json]({{site.baseurl}}/article/encrypted-export/) file:
|
||||
|
||||
```
|
||||
bw export [password] [--output <filePath>] [--format <format>] [--organizationid <orgid>]
|
||||
@@ -606,7 +606,7 @@ The `export` command always requires your Master Password, even with an active [
|
||||
By default, the `export` command will generate a `.csv` (equivalent to specifying `--format csv`) to the current working directory, however you can specify:
|
||||
|
||||
- `--format json` to export a `.json` file.
|
||||
- `--format encrypted_json` to export an [encrypted .json]({% link _articles/importing/encrypted-export.md %}) file.
|
||||
- `--format encrypted_json` to export an [encrypted .json]({{site.baseurl}}/article/encrypted-export/) file.
|
||||
- `--output <path>` to export to a specific location.
|
||||
- `--raw` to return the export to stdout instead of to a file.
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ To use your API Key to authenticate into the CLI, enter the following command:
|
||||
```
|
||||
bw login --apikey
|
||||
```
|
||||
which will prompt you to enter the obtained `client_id` and `client_secret` to authenticate. Once you enter these values, enter your Master Password to decrypt your Vault. For more information, see [Bitwarden command line tool (CLI)](https://bitwarden.com/help/article/cli/).
|
||||
which will prompt you to enter the obtained `client_id` and `client_secret` to authenticate. Once you enter these values, enter your Master Password to decrypt your Vault. For more information, see [Bitwarden command line tool (CLI)]({{site.baseurl}}/article/cli/).
|
||||
|
||||
### Environment Variables
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ categories: [security]
|
||||
featured: false
|
||||
popular: false
|
||||
tags: []
|
||||
order: 10
|
||||
order: "10"
|
||||
---
|
||||
|
||||
Reference the table below for a list of Bitwarden subprocessors.
|
||||
|
||||
@@ -5,7 +5,7 @@ categories: [account-management]
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [vault, sync, automatic, FAQ]
|
||||
order: 04
|
||||
order: "04"
|
||||
---
|
||||
|
||||
Adding, editing, or deleting Vault items from any Bitwarden client application will automatically push changes to your Bitwarden server, whether Cloud-hosted or self-hosted.
|
||||
@@ -81,7 +81,7 @@ Use the `sync` command to manually sync your Vault:
|
||||
bw sync
|
||||
```
|
||||
|
||||
For more information, refer to our [CLI documentation]({% link _articles/miscellaneous/cli.md %}).
|
||||
For more information, refer to our [CLI documentation]({{site.baseurl}}/article/cli/).
|
||||
{% endcapture %}
|
||||
{{ cli_sync | markdownify }}
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@ categories: [security]
|
||||
featured: false
|
||||
popular: false
|
||||
tags: [icons, website icons, privacy]
|
||||
order: 09
|
||||
order: "09"
|
||||
---
|
||||
|
||||
*Bitwarden does not collect any information when you download icons for website logins stored in your Bitwarden vault.*
|
||||
|
||||
Reference in New Issue
Block a user