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

62 Commits

Author SHA1 Message Date
Kyle Spearrin
7edb59324d exit immediately option 2018-07-25 10:08:25 -04:00
Kyle Spearrin
6fbcfcad7b set exit code instead of exiting 2018-06-20 14:42:21 -04:00
Kyle Spearrin
2418e200ed Revert "Remove calls to process.exit() which forces async calls to exit early (#15)"
This reverts commit 87be2e86fa.
2018-06-20 14:41:00 -04:00
Keith Kelly
87be2e86fa Remove calls to process.exit() which forces async calls to exit early (#15)
* Update invocations of inquirer.js prompts to output prompt to stderr.

fixes #7

* Updates to use updated typings from @types/inquirer

* Removes extraneous async / await from writeLn
2018-06-20 14:37:03 -04:00
Kyle Spearrin
47864c4c39 use hasKey helper 2018-06-13 17:20:09 -04:00
Kyle Spearrin
8207e703ac remove self updates 2018-05-23 09:02:47 -04:00
Kyle Spearrin
0b06802a3d self updates are not available for windows 2018-05-22 22:22:08 -04:00
Kyle Spearrin
276affd8eb update self 2018-05-22 17:36:54 -04:00
Kyle Spearrin
9233d78c2f update command 2018-05-22 14:49:20 -04:00
Kyle Spearrin
0aa0d89396 notnull 2018-05-21 09:14:58 -04:00
Kyle Spearrin
2e8d0aaf53 list and get organizations 2018-05-18 15:26:59 -04:00
Kyle Spearrin
24f01b4006 --response option 2018-05-18 11:34:14 -04:00
Kyle Spearrin
80eb38c915 update help docs descriptions 2018-05-18 11:24:49 -04:00
Kyle Spearrin
649bc20430 new line at end of help 2018-05-18 11:14:47 -04:00
Kyle Spearrin
24cb2b0cdb write final line with new line on non-windows 2018-05-18 11:07:38 -04:00
Kyle Spearrin
f62f181136 pass in new dependencies 2018-05-18 10:58:30 -04:00
Kyle Spearrin
e671375749 session key 2018-05-17 16:40:43 -04:00
Kyle Spearrin
7d227a4b85 id desc 2018-05-17 16:21:12 -04:00
Kyle Spearrin
c0422ec77f restructure attachment commands 2018-05-17 15:55:44 -04:00
Kyle Spearrin
0a518a96b1 create attachment command 2018-05-17 15:33:36 -04:00
Kyle Spearrin
7abc87992a delete attachment from item 2018-05-17 13:43:53 -04:00
Kyle Spearrin
df024379c8 get items attachment command 2018-05-17 13:28:22 -04:00
Kyle Spearrin
05535cc134 get exposed 2018-05-17 11:07:53 -04:00
Kyle Spearrin
36421c9144 add export command 2018-05-17 10:58:30 -04:00
Kyle Spearrin
02886b266c config command 2018-05-17 00:07:44 -04:00
Kyle Spearrin
1a3a2d0e36 adjust main options 2018-05-16 23:34:58 -04:00
Kyle Spearrin
05e6c242b6 help on main examples 2018-05-16 23:32:14 -04:00
Kyle Spearrin
9dd7af67b3 help docs for all commands 2018-05-16 23:23:12 -04:00
Kyle Spearrin
07cb4d5ff8 accept requestJson for create/edit as stdin 2018-05-16 22:40:48 -04:00
Kyle Spearrin
9cce555899 Revert "remove new line"
This reverts commit bf7ab981b2.
2018-05-16 22:27:00 -04:00
Kyle Spearrin
bf7ab981b2 remove new line 2018-05-16 22:23:14 -04:00
Kyle Spearrin
5fc91064f4 update help 2018-05-16 22:21:29 -04:00
Kyle Spearrin
b425b6f509 create app dir if not exists 2018-05-16 21:38:45 -04:00
Kyle Spearrin
2ebacc3f0c examples in help 2018-05-16 14:47:03 -04:00
Kyle Spearrin
3a53e2d208 move last sync and generapte password out to other commands 2018-05-16 13:53:12 -04:00
Kyle Spearrin
0490c6ba3f allow gets by search term 2018-05-16 11:54:59 -04:00
Kyle Spearrin
c82ded58eb added search and filter options for list command 2018-05-16 10:56:46 -04:00
Kyle Spearrin
8331190486 quiet options 2018-05-16 10:29:57 -04:00
Kyle Spearrin
8d66118b19 lock/unlock commands 2018-05-16 10:25:25 -04:00
Kyle Spearrin
e7782b2082 centralize stdout on success 2018-05-16 08:37:05 -04:00
Kyle Spearrin
8fd74688b1 get password 2018-05-16 00:06:58 -04:00
Kyle Spearrin
86700fe7ef shorter logout 2018-05-15 23:48:50 -04:00
Kyle Spearrin
6fff69c0ea logout command 2018-05-15 23:26:36 -04:00
Kyle Spearrin
33effb1a4d message response 2018-05-15 22:47:52 -04:00
Kyle Spearrin
892f13f8ee session option, auth and locked checks 2018-05-15 22:10:24 -04:00
Kyle Spearrin
42819961b7 get last sync 2018-05-15 21:22:39 -04:00
Kyle Spearrin
807cca2bd2 secure storage with env session key 2018-05-15 21:11:58 -04:00
Kyle Spearrin
e8a3325ec9 parse two step login options 2018-05-15 17:17:47 -04:00
Kyle Spearrin
e3eea736ed two-step login prompts 2018-05-15 14:21:42 -04:00
Kyle Spearrin
8e23842399 pretty print json 2018-05-15 12:44:10 -04:00