18 Commits

Author SHA1 Message Date
Peter Indiola
2c1944e911 Simplify the return expression as this is a boolean 2019-11-21 10:06:07 +08:00
Mariusz Nowak
1147e796f7
Update tabtab to v3 2019-10-15 17:16:54 +02:00
Mariusz Nowak
c713d5df7c
Remove eslint disable comment 2019-10-15 17:16:54 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Daniel Schep
970a1cc3f8 refactor getServerlessConfigFile to simply accept a serverless object 2019-06-10 11:19:14 -04:00
Daniel Schep
10d1207bca follow up fixes for #5840 breaking sls print & autocomplete 2019-02-22 09:03:11 -05:00
Erik Erikson
553e6cf0da Provide Consistent Service Path
Fix #5242

Do this by first supplying the `servicePath` in `~/lib/plugins/lib/validate.js` and `~/lib/plugins/print.js` in a consistent manner with the code in `~/lib/classes/PluginManager.js`.  Then, provide a default of `process.cwd()` for `servicePath` in `getCacheFilePath` and `getServerlessConfigFile`.
2018-09-19 17:03:29 -07:00
Robert Liebowitz
228adea94b Fix typo 2017-12-15 06:15:06 -05:00
Robert Liebowitz
72de3d21b6 Remove instances of incorrect command completion 2017-12-15 05:39:12 -05:00
Robert Liebowitz
b4d19dcd1a Prevent duplicated completion results 2017-12-15 04:47:54 -05:00
Eslam A. Hefnawy
cb14676e76 fixed tests for async autocomplete 2017-06-08 20:04:46 +07:00
Brian Neisler
851df3921a Make autocomplete async through promises 2017-06-07 18:40:05 -07:00
Eslam A. Hefnawy
eb656d6dec added sls to autocomplete 2017-06-08 02:01:50 +07:00
Eslam A. Hefnawy
5696513789 added cache file validation by hash to autocomplete 2017-06-08 01:27:11 +07:00
Eslam A. Hefnawy
b527164611 init serverless if cache file does not exist 2017-06-07 23:50:31 +07:00
Eslam A. Hefnawy
e2cc1451a5 resolved comments on autocomplete 2017-06-07 22:02:23 +07:00
Eslam A. Hefnawy
67dc1c2463 using cache file for autocomplete 2017-06-07 22:01:15 +07:00
Eslam A. Hefnawy
01c8f87705 added autocomplete 2017-06-07 22:01:15 +07:00