Commit graph

37 commits

Author SHA1 Message Date
Labhansh Agrawal
e31d72cc31 cleanup and type fixes 2023-06-25 18:17:01 +05:30
Labhansh Agrawal
605b29f4fa remove pify 2023-02-21 00:56:19 -08:00
Labhansh Agrawal
bafa44845a Migrate config to json 2022-12-25 23:52:48 -08:00
Labhansh Agrawal
b4d3fd3e29 Bump got from 11.8.3 to 12.0.1 2022-02-07 14:16:17 +05:30
Labhansh Agrawal
676b879009
Use console.error instead of console.log in cli/index.ts
For consistency  #5911
2021-09-02 16:32:35 +05:30
Labhansh Agrawal
7f01b06456 Improved columnify for cli output 2021-08-31 00:53:19 +05:30
Labhansh Agrawal
c6dfab9e67 Fix type errors due to unknow type in try catch 2021-08-30 19:16:39 +05:30
Labhansh Agrawal
c9d8692f26 lint 2021-05-10 18:31:47 +05:30
Labhansh Agrawal
e266dd00f2 Fix @typescript-eslint/no-unsafe-return errors 2021-04-07 21:50:32 +05:30
Labhansh Agrawal
c347ce8483 Fix @typescript-eslint/no-unsafe-call errors 2021-04-07 21:50:32 +05:30
Labhansh Agrawal
fe2653c5c0 Fix @typescript-eslint/no-misused-promises errors 2021-04-07 21:50:32 +05:30
Labhansh Agrawal
76912a3d27 Fix @typescript-eslint/no-floating-promises errors 2021-04-07 21:50:32 +05:30
Labhansh Agrawal
ed8337db71 Remove url option from open call in cli 2021-03-07 11:27:43 +05:30
Labhansh Agrawal
a6997591da check ast for module.exports in cli 2020-07-05 00:35:18 +02:00
Labhansh Agrawal
d0e954def5 typing improvements 2020-06-19 22:12:42 +02:00
Bet4
529c17da56 Show more plugins when use command list-remote 2020-05-06 19:30:49 +02:00
Labhansh Agrawal
41b1ac1852 fix prettier errors 2020-03-25 17:12:51 +01:00
Labhansh Agrawal
5273ae3006 remove duplicate aliases in cli commands 2019-12-26 16:33:56 +01:00
Labhansh Agrawal
86f70f1610 handle undefined values in cli/api getPlugins 2019-12-21 15:09:23 +01:00
Labhansh Agrawal
f76eae2c52 port cli/ to ts 2019-12-16 18:57:44 +01:00
Labhansh Agrawal
f05bb265ac rename cli/*.js to ts 2019-12-16 18:57:44 +01:00
Labhansh Agrawal
a4e2c791a9 syntax fixes in cli/api.js 2019-12-08 01:37:53 +01:00
Benjamin Staneck
e778f1d494 fix for opn name change 2019-10-15 21:31:07 +02:00
Labhansh Agrawal
b52d8152bf Upgrade eslint to v6 and add TypeScript linting (#3843)
* Upgrade eslint to v6 and add TypeScript linting

* Fix pr checks


Co-authored-by: Benjamin Staneck <Stanzilla@users.noreply.github.com>
2019-10-03 02:56:50 +02:00
Benjamin Staneck
ec259be982 Revert "switch to open (#3788)"
This reverts commit 84bab83e88.
2019-09-11 05:22:19 +02:00
James George
84bab83e88 switch to open (#3788) 2019-09-11 04:05:04 +02:00
Branden Dane
d862b8542f Fix Hyper (canary) CMDs for install, list and silent failures (#3654)
Fixes #3620 and #3648
2019-07-30 15:40:33 +02:00
CHaBou
b16de26cf9 fix(cli): fix config path (#3636) 2019-05-08 21:18:21 +00:00
Peder Husom
20165e137d [CLI] added 'version' command. (#3207) 2018-09-25 00:48:44 +02:00
Itai Steinherz
27c1893fb8 Simplify promises in cli/api.js (#3198) 2018-09-23 21:14:39 +02:00
Andrew Hutchings
6923e5bbb3 CLI : Fix package existence check for scoped packages (#3044)
Fixes #2999
2018-05-23 23:32:38 +02:00
Tal Hayut
b5c221fe68 CLI: use .hyper.js from repo root dir when running in dev mode (#2792) 2018-04-20 17:02:30 +02:00
Albin Ekblom
943211bd09
Remove auto prefix plugin name (#2757)
* Remove auto prefix plugin name

* Remove unused function

* Cleanup
2018-03-13 17:42:27 +01:00
Amiram Korach
0162a9f84d Fix plugin name check (#2736)
Fixes #2735
2018-03-06 09:39:28 +01:00
CHaBou
e17aab656d
CLI: better existence check (#2700) 2018-02-25 14:18:45 -06:00
Benjamin Woodruff
a9e4aa59da Make CLI perform static analysis of config lazily (#2593) 2018-01-13 08:04:57 +01:00
CHaBou
5700690e0b
Add CLI tool to install/search plugins or launch app (#2375) 2018-01-09 16:05:19 +01:00