tldr/pages.it/common/bw.md

25 lines
513 B
Markdown
Raw Normal View History

2019-01-25 01:58:14 +03:00
# bw
> CLI per accedere e gestire vault Bitwarden.
2019-05-14 19:25:47 +03:00
> Homepage: <https://help.bitwarden.com/article/cli/>.
2019-01-25 01:58:14 +03:00
- Esegui il login ad un account Bitwarden:
`bw login`
- Esegui il logout da un account Bitwarden:
`bw logout`
- Cerca e mostra oggetti in un vault Bitwarden:
`bw list items --search {{github}}`
- Mostra un particolare oggetto contenuto in un vault Bitwarden:
`bw get item {{github}}`
- Crea una cartella in un vault bitwarden:
`{{echo -n '{"name":"Nome cartella"}' | base64}} | bw create folder`