33 Commits

Author SHA1 Message Date
Max Marze
893bfa7aef
chore: update eslint & prettier (#12553) 2024-05-29 11:51:04 -04:00
Mariusz Nowak
38b93dc714 test(Variables): Cover custom variable sources 2022-12-12 20:21:14 +01:00
Mariusz Nowak
5004fb1ea0 fix(CLI): Fix options validations for custom providers 2022-05-16 21:10:15 +02:00
Piotr Grzesik
dd421cc8a6
fix(CLI): Ensure proper resolution of options for service commands (#10846) 2022-03-14 15:50:21 +01:00
Piotr Grzesik
f439201d7f refactor: Log environment details of error to stderr 2022-02-28 14:38:32 +01:00
Mariusz Nowak
06fc4df788 fix(CLI): Fix support for -c (--config) shortcut 2022-01-31 16:12:58 +01:00
Mariusz Nowak
3bf0c8169a test: Rename fixture programmatic/multiService 2022-01-27 15:21:58 +01:00
Mariusz Nowak
012011c460 test: Rename fixture programmatic/locallyInstalledServerless 2022-01-27 15:21:58 +01:00
Mariusz Nowak
d6c118d24e test: Rename fixture programmatic/configInvalid 2022-01-27 15:21:58 +01:00
Mariusz Nowak
23da3142b6 test: Rename fixture cli/uncaughtException 2022-01-27 15:21:58 +01:00
Mariusz Nowak
b4c204ff6b test: Rename fixture cli/configSyntaxError 2022-01-27 15:21:58 +01:00
Mariusz Nowak
731b3ba1e1 feat(Variables): Remove old variables resolver
BREAKING CHANGE:
Old variables resolver is permanently removed. Any resolution error as approached with current resolver is assumed as final (there's no longer fallback to old resolver)
2022-01-27 15:21:58 +01:00
Mariusz Nowak
d62c3288b2 feat: Unconditionally fallback when local installation found
BREAKING CHANGE:
`enableLocalInstallationFallback` configuration property is no longer supported.
2022-01-27 15:21:58 +01:00
Mariusz Nowak
6a659f1b20 refactor: Upgrade @serverless/utils to v6 2022-01-27 15:21:58 +01:00
Mariusz Nowak
204f2051f6 fix(CLI): Fix resolution of help for not integrated commands 2021-10-21 12:24:46 +02:00
Mariusz Nowak
6022fb9833 fix(CLI): Ensure command validation for service independent commands 2021-10-20 10:40:54 +02:00
Mariusz Nowak
bbb6c6cd7d feat(CLI): Enable env variables in provider.stage property 2021-08-31 10:02:47 +02:00
Sudipto Das
05fff98a00
refactor: Replace fse.writeFile with fs.promises.writeFile (#9870) 2021-08-30 11:08:47 +02:00
Mariusz Nowak
8954b5f9cc fix: Fix projectDir pattern in config schema 2021-06-08 15:17:33 +02:00
Mariusz Nowak
132c830b0a fix(CLI): Ensure no general help is listed under interactive setup help 2021-04-30 13:35:15 +02:00
Mariusz Nowak
10f956777c test: Rename servicePath to serviceDir 2021-04-16 13:32:13 +02:00
Mariusz Nowak
2d1b56b59f test: Upgrade to new runServerless version 2021-04-09 16:10:21 +02:00
Mariusz Nowak
e91f1645ef test(CLI): Move tests to appropriate context 2021-04-06 12:47:08 +02:00
Mariusz Nowak
a60e90f61c refactor(Variables): Configure cf source in a new resolver 2021-03-30 10:22:40 +02:00
Mariusz Nowak
cfe83df174 refactor(Variables): Smarter "is property resolved" validation 2021-03-22 15:31:17 +01:00
Mariusz Nowak
e01dfacd83 refactor(CLI): Do not read service config for service unrelated commands 2021-03-16 09:34:33 +01:00
Mariusz Nowak
4779b62b8b test: Update titles to match convention 2021-03-16 09:34:33 +01:00
Mariusz Nowak
5565047382 fix(Variables): Report with meaningful error unresolved "plugins" 2021-03-03 13:13:36 +01:00
Mariusz Nowak
390e7d5f15 refactor(Variables): Improve error wording 2021-03-03 13:13:36 +01:00
Mariusz Nowak
a9e3a66735 refactor(CLI): Resolve .env files before intializing Serverless instance 2021-02-25 16:57:11 +01:00
Mariusz Nowak
e5307b05d3 feat(Variables): Communicate not accessible "provider" properties 2021-02-24 22:59:22 +01:00
Mariusz Nowak
1ccb19b43a feat(Variables): First phase of variables resolution 2021-02-24 12:15:28 +01:00
Mariusz Nowak
875a39848e test: Sanity tests for main script logic 2021-02-19 20:43:32 +01:00