mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 20:35:25 +02:00

- 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>
24 lines
528 B
Markdown
24 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`
|