Mariusz Nowak
|
40fddcc0ee
|
fix(CLI): Ensure to recognize interactive CLI command properly
|
2021-04-20 15:41:26 +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
|
d455b236cf
|
refactor(CLI): Handle "help" with a schema
|
2021-03-22 15:31:17 +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
|
cf7b25e458
|
style: Upgrade "prettier" to v2
|
2021-01-04 16:21:24 +01:00 |
|
Mariusz Nowak
|
2c4fa7baec
|
feat(CLI): Add auto update config step to interactive setup
|
2020-10-29 12:28:11 +01:00 |
|
Mariusz Nowak
|
ef39e958db
|
refactor: Upgrade "@serverless/utils" to v2
Drop "@serverless/inquirer" dependency
|
2020-09-23 15:14:25 +02:00 |
|
Ahmad Mahmoud Mohammad
|
4724cb8eeb
|
refactor: Replace inquirer with @serverless/inquirer (#7729)
|
2020-05-26 10:12:24 +02:00 |
|
Daniel Schep
|
d11ff1e316
|
Allow --app & --org cli option in interactive CLI (#6697)
* Allow plugins to add flags that are allowed during interactive CLI
* simpler return, comment, & move setting sls.interactiveCli
* allow listof starter pr ojects to be customized
* docs!
* lint
* remove return and hide interacive cli "command"
* expose whole initializeService module like aws is
* update copy
* 🤦
* make it easier to update initalizeprojectChoices, avoiding ugly inplace updates
* bump sfe dep
* version bump
* Revert "version bump"
This reverts commit 4c9449136e00ce195b9c119f983845aec26c3693.
|
2019-10-23 15:52:27 -04:00 |
|
Mariusz Nowak
|
33bb0666cd
|
Interactive CLI tab completion setup step
|
2019-10-15 17:16:55 +02:00 |
|
Mariusz Nowak
|
dfac42eb54
|
Expose setupAws configuration
To enable customization in dashboard plugin
|
2019-09-23 15:56:13 +02:00 |
|
Daniel Schep
|
843650d8b0
|
Interactive CLI interactive hook (#6549)
* PLAT-1391 - add interactiveCli:end lifecycle hook
|
2019-08-26 08:37:43 -04:00 |
|
Mariusz Nowak
|
1b4db7c35b
|
Fix interactiveCli injection
|
2019-07-12 10:32:37 +02:00 |
|
Mariusz Nowak
|
858dc22690
|
Expose customized inquirer for other plugins
|
2019-07-08 22:41:24 +02:00 |
|
Mariusz Nowak
|
9ca7b4c2da
|
Rely on more natural array content check
|
2019-07-02 11:00:35 +02:00 |
|
Mariusz Nowak
|
23b5bcfdea
|
Reconfigure interactive CLI into core plugin
|
2019-06-28 13:33:16 +02:00 |
|