1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 01:15:42 +02:00

bw: add page (#2537)

This commit is contained in:
Nithya 2018-11-04 18:29:37 +07:00 committed by Owen Voke
parent 8aea0e5773
commit 0d17eabb7f

23
pages/common/bw.md Normal file
View file

@ -0,0 +1,23 @@
# bw
> A CLI to access and manage a Bitwarden vault.
- Log in to a Bitwarden user account:
`bw login`
- Log out of a Bitwarden user account:
`bw logout`
- Search and display items from Bitwarden vault:
`bw list items --search {{github}}`
- Display a particular item from Bitwarden vault:
`bw get item {{github}}`
- Create a folder in Bitwarden vault:
`{{echo -n '{"name":"My Folder1"}' | base64}} | bw create folder`