Tomasz Czubocha
e490624dc5
fix: remove aws-profile option and plugin install/uninstall commands from schema ( #12652 )
...
* fix: remove aws-profile option
* fix: remove plugin install and uninstall
2024-07-01 13:26:16 -04:00
Eslam λ Hefnawy
37c17d2555
fix: help command ( #12601 )
2024-06-17 07:06:35 -07:00
Max Marze
1b65271344
fix: ignore set for prettier correctly ( #12554 )
2024-05-29 12:02:19 -04:00
Max Marze
893bfa7aef
chore: update eslint & prettier ( #12553 )
2024-05-29 11:51:04 -04:00
Tomasz Czubocha
88bffb764a
Revert "fix: use a number type for rollback --timestamp option ( #12485 )" ( #12549 )
...
This reverts commit d2f3e0c4cf55aec2574ba2fbea756d2f7fc0f00c.
2024-05-28 14:52:13 -04:00
Eslam λ Hefnawy
88911ee25c
feat(v4): improve help formatting ( #12521 )
...
* feat(v4): improve help formatting
* fix(help): remove invoke local from main commands
* fix(help): remove comment
2024-05-23 09:57:00 -04:00
Tomasz Czubocha
d2f3e0c4cf
fix: use a number type for rollback --timestamp option ( #12485 )
2024-05-16 18:31:04 +02:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity ( #12432 )
...
* chore: Change logger
* chore: continue refactor
* chore: WIP
* chore: Sync
2024-04-17 13:26:31 -07:00
Eslam λ Hefnawy
8df959c95c
feat(dev): Improve dev command developer experience ( #12426 )
...
* feat(dev): added ping to dev session
* feat(dev): improve dev command logging
* chore(dev): rebuild the shim
2024-04-15 10:54:35 -07:00
Eslam λ Hefnawy
8c02a333d7
feat(dev-mode): Adds dev mode command ( #12404 )
...
* feat(dev-mode): adds dev mode command/plugin
* chore(dev-mode): more comments
* chore(dev-mode): fix local lambda tests
* fix(dev-mode): minor fixes for dev mode
2024-03-29 11:18:47 -07:00
Austen Collins
4eb92f85f0
chore: Remove direct process.argv reads
2024-03-07 10:42:49 -08:00
Max Marze
5e604f2e1f
feat: update custom resource handlers to node20
2024-02-13 14:56:57 -05:00
Austen
4fa39b8a80
chore: remove unnecessary files and rework variable resolution ( #12340 )
2024-01-31 14:50:04 -08:00
Mariusz Nowak
471e34ddc3
refactor(CLI): Categorize CLI commands in schema
2021-03-22 15:31:17 +01:00
Mariusz Nowak
d455b236cf
refactor(CLI): Handle "help" with a schema
2021-03-22 15:31:17 +01:00
Mariusz Nowak
6cefe7a084
fix(CLI): Recognize "--version" option in commands help
2021-03-22 15:31:17 +01:00
Mariusz Nowak
271ac8281c
fix(CLI): Recognize "--stage" as provider agnostic option
...
As it's crucial to resolve .env which we consider a provider agnostic concept
2021-03-22 15:31:17 +01:00
lewgordon
a941e87cbf
fix(CLI): Recognize --env option for sls invoke local as multiple
...
(PR #9131 )
2021-03-16 19:27:48 +01:00
Mariusz Nowak
8b301dce9c
refactor(CLI): Generalize handling of not supported commands
2021-03-16 09:34:33 +01:00
Mariusz Nowak
fe663ead50
refactor(CLI): Resolve commands and options by schema
2021-03-16 09:34:33 +01:00
Mariusz Nowak
aa9d8df2de
fix(CLI): Fix options schema for "info" command
2021-03-16 09:34:33 +01:00
Mariusz Nowak
116fe85fbe
refactor(CLI): Schema for @serverless/enterprise-plugin commands
...
This plugin is scheduled to be integrated into this repository, therefore maintaining the schema here is justified at this point
2021-03-16 09:34:33 +01:00
Mariusz Nowak
ed553a7526
refactor(CLI): Add Dashboard specific options to commands schema
2021-03-16 09:34:33 +01:00
Mariusz Nowak
21cc4cf8cb
refactor(CLI): Expose "--help" in supported command options
2021-03-16 09:34:33 +01:00
Mariusz Nowak
b9afc144bf
refactor(CLI): Recognize interactive setup command in commands schema
2021-03-16 09:34:33 +01:00
Mariusz Nowak
78d0e9ee45
refactor(CLI): At schema define "--config" option
2021-03-16 09:34:33 +01:00
Mariusz Nowak
e969bb356b
fix(AWS Local Invocation): Do not document -c as --context alias
...
As it's an alias for `--config` option which is handled before command is processed
2021-03-16 09:34:33 +01:00
Mariusz Nowak
bfde21907b
fix(CLI): Recognize --stage & --region on every AWS service command
2021-03-16 09:34:33 +01:00
Mariusz Nowak
a1804f6300
fix(CLI): Fix categorization of service dependent commands
2021-03-16 09:34:33 +01:00
Mariusz Nowak
14a2640bd9
refactor(CLI): Seclude schema of core commands
2021-03-16 09:34:33 +01:00