mirror of
https://github.com/bitwarden/help
synced 2026-01-06 18:43:39 +00:00
Miscellaneous Madness (#628)
* ADFS token signing, better screenshot * why rotate * Fix "import only from Web Vault" claims * note that data is encrypted locally when importing * clean general faqs of items addressed in other articles / + move old faq items to more relevant lists * purge faq item * Update authenticator-keys.md
This commit is contained in:
committed by
GitHub
parent
351e3a93db
commit
e3f9539947
@@ -359,6 +359,12 @@ For example:
|
||||
bw get item 7ac9cae8-5067-4faf-b6ab-acfd00e2c328 | jq '.login.password="newp@ssw0rd"' | bw encode | bw edit item 7ac9cae8-5067-4faf-b6ab-acfd00e2c328
|
||||
```
|
||||
|
||||
Or, to edit a Collection:
|
||||
|
||||
```
|
||||
bw get collection ee9f9dc2-ec29-4b7f-9afb-aac8010631a1 | jq '.name="My Collection"' | bw encode | bw edit item-collections ee9f9dc2-ec29-4b7f-9afb-aac8010631a1
|
||||
```
|
||||
|
||||
The `edit` command will perform a **replace** operation on the object. Upon success, the updated object will be returned as JSON.
|
||||
|
||||
### list
|
||||
|
||||
Reference in New Issue
Block a user