tldr/pages.it/common/bw.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
  reflect these changes

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00

25 lines
528 B
Markdown

# bw
> CLI per accedere e gestire vault Bitwarden.
> Maggiori informazioni: <https://help.bitwarden.com/article/cli/>.
- 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 directory in un vault bitwarden:
`{{echo -n '{"name":"Nome directory"}' | base64}} | bw create folder`