1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-30 08:10:34 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Kyle Spearrin
30b7b93fab
updates for encrypted export and import (#198)
* react to changes for encrypted import

* support encrypted json export

* default back to csv
2020-12-08 12:35:37 -05:00
Andreas Schneider
f2530c133e
Export to stdout (#152)
* describe file-saving and add helper to write to stdout if appropriate

* allow writing attachments to stdout

* allow writing export to stdout

* add help texts for export and get
2020-08-25 14:24:43 -04:00
Kyle Spearrin
f5426469bb only block interaction if env var set
resolves #118
2020-03-12 15:37:44 -04:00
Kyle Spearrin
e7450d27e4 prompt for unlock if can interact 2019-10-21 16:04:51 -04:00
Kyle Spearrin
93c2ce2582 allow org exports 2019-10-07 11:01:30 -04:00
Kyle Spearrin
a3ba833f0d move shared CLI items to jslib 2019-03-15 22:34:59 -04:00
Kyle Spearrin
920ce30dd0 export file format option 2018-12-17 10:36:40 -05:00
Casey Watson
4b99745114 Don't show * mask when entering password (#23)
- The * mask has the potential to leak the users password length and
should not be used.

Fixes #8
2018-08-16 16:01:25 -04:00
Kyle Spearrin
acd562e18c prelogin kdf info 2018-08-14 15:13:40 -04:00
Kyle Spearrin
f4948b099f cleanup unused imports 2018-07-05 16:21:11 -04:00
Kyle Spearrin
bfbe450256 export csv fix 2018-07-05 15:29:40 -04:00
Keith Kelly
c7160c0870 Use stderr for prompts to better allow scripting (#14)
* Update invocations of inquirer.js prompts to output prompt to stderr.

fixes #7

* Updates to use updated typings from @types/inquirer
2018-06-18 22:07:45 -04:00
Kyle Spearrin
200effe772 switch from readline sync to inquirer 2018-05-23 11:16:23 -04:00
Kyle Spearrin
df024379c8 get items attachment command 2018-05-17 13:28:22 -04:00
Kyle Spearrin
36421c9144 add export command 2018-05-17 10:58:30 -04:00