1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Pasi Niemi
fb7335b927 Enable alternative ways for settings passwords (#101)
* Enable alternative ways for settings passwords:
* the environment variable BW_PASSWORD
* prefix the command line argument with "file:" and the password will read from the first line of that file
* prefix the command line argument with "env:" and the password will be read from that environment variable

* Appveyor fixes

* Switch to using command options for password file and password env

* Lowercase options
2020-05-08 10:38:28 -04:00
Kyle Spearrin
b816ddddff only block interaction if env var set 2020-03-12 15:37:21 -04:00
Kyle Spearrin
57e49207e9 NOINTERACTION option checks 2019-10-21 16:04:33 -04:00
Kyle Spearrin
8ab36db5c6 add ids to data when erroring with multipleResults 2019-10-21 13:51:48 -04:00
Kyle Spearrin
ae37c2198b isViewOpen returns promise 2019-08-20 13:47:15 -04:00
Kyle Spearrin
a1823f9931 write failed responses to stderr 2019-06-04 21:03:15 -04:00
Kyle Spearrin
bc475a668e always show raw if requested 2019-03-19 09:07:40 -04:00
Kyle Spearrin
d4c2b20a25 shared login and logout commands 2019-03-18 10:33:29 -04:00
Kyle Spearrin
b5b4222b32 base cli program 2019-03-16 11:26:31 -04:00
Kyle Spearrin
13a160fb79 move shared CLI items to jslib 2019-03-15 22:33:19 -04:00