mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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>
528 B
528 B
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