163 Commits

Author SHA1 Message Date
Duy Tran
30dd50a90c
refactor: Remove BbPromise.bind usage (#11875) 2023-03-31 16:32:37 +02:00
Petri Partio
26f79aaf19
refactor(CLI): Fix typos in create CLI messages (#10933) 2022-04-06 13:35:28 +02:00
Piotr Grzesik
76a60ae2b7 refactor: Use templates from examples in create 2022-02-04 17:35:19 +01:00
Mariusz Nowak
a8029b1014 refactor: Rename lib/utils/fs/dirExistsSync.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
58e22ec54a refactor: Rename lib/utils/fs/copyDirContentsSync.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
49a6af94ce refactor: Rename lib/utils/renameService.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
a93a1511b7 refactor: Rename lib/utils/downloadTemplateFromRepo.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
cab3e58839 refactor: Rename lib/utils/createFromTemplate.js 2022-01-27 15:21:58 +01:00
Piotr Grzesik
1cb6a2ff2d refactor: Remove legacy logs 2022-01-27 15:21:58 +01:00
Piotr Grzesik
05f937f2e7 refactor(CLI): Modern logs for create command 2021-10-07 16:21:02 +02:00
Nyambayar Turbat
4b87497875
refactor: Use async in lib/plugins/create (#9683) 2021-08-02 16:50:54 +02:00
Piotr Grzesik
81f0858cc9 refactor: Add code to ServerlessError in lib/plugins 2021-04-23 13:34:20 +02:00
Mariusz Nowak
2967065bc7 fix(API): Ensure config.servicePath is config.serviceDir live alias 2021-04-21 17:14:27 +02:00
Mariusz Nowak
e8c8f1cfff refactor: Rename servicePath vars to serviceDir 2021-04-16 13:32:13 +02:00
Mariusz Nowak
7fb55b64dd refactor: Remove config.update usage 2021-04-16 13:32:13 +02:00
Mariusz Nowak
87d380275b refactor: Replace config.servicePath with service.dir 2021-04-16 13:32:13 +02:00
Mariusz Nowak
2294a4b4cb refactor(CLI): Move lifecycles definition to commands schema
It's needed to be able to process commands as introduced by plugins without a need of processing Serverless instance
2021-03-24 11:50:24 +01:00
Mariusz Nowak
14a2640bd9 refactor(CLI): Seclude schema of core commands 2021-03-16 09:34:33 +01:00
Piotr Grzesik
ae2c92ced6 refactor: Revert bluebird from lib/plugins/create
This reverts commit 258543ab6e1874ba41be3563346cd7b50993ac58.
2021-03-04 11:06:44 +01:00
Juanjo Diaz
258543ab6e
refactor: Remove bluebird from lib/plugins/create (#8996) 2021-02-26 09:02:12 +01:00
Juanjo Diaz
006557d847
refactor: Use standalone ServerlessError. (#8897) 2021-02-09 09:20:55 +01:00
Piotr Grzesik
fd9b26a9e8 feat(Templates): Add aws-python-docker template 2021-01-28 17:22:56 +01:00
Piotr Grzesik
1a0390b597 feat(Templates): Add aws-nodejs-docker template 2021-01-28 16:20:14 +01:00
Mariusz Nowak
87790e50bd refactor: Seclude ServerlessError into lib/serverless-error.js 2021-01-11 19:39:42 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +01:00
Diego Marzo
4727216760
feat(Templates): Add aws-kotlin-jvm-gradle-kts template (#7992) 2020-07-27 12:23:08 +02:00
Anh Dev
028e467202
refactor: Replace _.toString with native String (#7893) 2020-06-30 13:13:09 +02:00
Mariusz Nowak
5234439fa1 refactor: Remove old analytics module 2020-06-16 10:59:59 +02:00
Tanner Barlow
9611137982
feat(Templates): Azure C# template (#7738) 2020-05-26 22:15:03 +02:00
Ada Ye
962506b435
fix(Templates): Fix support for ~/.. paths (#7381) 2020-03-17 10:33:09 +13:00
ncipollina
0549d85bc0 feat: azure-nodejs-typescript template. (#7252) 2020-01-24 14:54:23 +01:00
Mariusz Nowak
7f10d9cea0
Merge pull request #6945 from AlexandreSi/add-azure-python-to-cli
Add azure python to cli
2019-11-12 09:59:51 +01:00
alexandre
c2c1f4fc29 Add azure-python template to CLI and test command 2019-11-08 17:55:32 +01:00
Philipp Muens
9eb43eda2c Add Knative provider template 2019-11-08 09:44:46 +01:00
Mariusz Nowak
1fba192dbe
Improve regex 2019-11-04 12:28:14 +01:00
Mariusz Nowak
1db0a59a21
Improve templates listing in help 2019-11-04 12:26:32 +01:00
Mariusz Nowak
761fc30d8f
Improve location of tencent templates 2019-11-04 10:42:00 +01:00
dfounderliu
57740c5d52 add runtime in create.js 2019-10-29 19:18:26 +08:00
Daniel Schep
e41ded2259 Merge branch 'master' into add-aliyun-provider 2019-08-13 16:24:32 -04:00
stefan judis
ba37f23eb8 Rename template 'twilio-runtime' to 'twilio-nodejs' 2019-08-07 13:24:14 +02:00
stefan judis
8da1e2b1ed Add Twilio Runtime to create template 2019-07-30 10:06:40 +02:00
Mariusz Nowak
868c8a3794
Cover service rename in createFromTemplate 2019-07-16 15:43:46 +02:00
Mariusz Nowak
bba700760f
Handle plugin template separately 2019-07-16 15:43:28 +02:00
Mariusz Nowak
58541c08dd
Improve error handling 2019-07-16 15:36:59 +02:00
Mariusz Nowak
4a2b112aa8
Rename installTemplate into createFromTemplate 2019-07-02 10:25:32 +02:00
Mariusz Nowak
d7a6534e08
Seclude installTemplate logic 2019-06-28 13:32:52 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Jonathan Spies
639297cbdb added rust template for Cloudflare WASM 2019-03-28 12:20:12 -05:00
Tan Zhen Yong
63b2d61704 Fix service name in template install message
- was previously displaying "undefined"
2019-02-18 23:47:42 +08:00
Serge Dukic
f6bf951499 Include Google Python template tests
Add a test for the Google Cloud Platform Python template test and also
update a couple of the documents as well.

Issue(s): None
2019-02-12 17:01:01 +13:00