-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive CLI interactive hook #6549
Conversation
80a9647
to
049434b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks that unrelated commit sneaked into this
049434b
to
a0ed7eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears we need to first publish @serverless/enterprise-plugin
.
Also I wouldn't bump any versions here.. as this requires cherry-picked release branch preparation (we already have some new features in master
after 1.50.0 was released)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from a code perspective. Is there anything we should test here? Not sure if a test would be superfluous...
Otherwise I'd say it's GTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I wouldn't bump any versions here.. as this requires cherry-picked release branch preparation (we already have some new features in
master
after 1.50.0 was released)
Update the review as it makes sense to keep the 1.50.0
version as @medikoo mentioned above.
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "serverless", | |||
"version": "1.50.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could keep the old version here to avoid cherry-picking as @medikoo mentioned in his PR review.
* PLAT-1391 - add interactiveCli:end lifecycle hook (cherry picked from commit 843650d)
What did you implement:
Added
interactiveCli:end
lifecycle hook to enable serverless/enterprise-plugin#226How did you implement it:
added
'end'
lifecycle hook to the interactiveCli pluginHow can we verify it:
checkout this branch and use the plugin from the other pr and try the sls interactive flow, you should get the messages at the end.
Todos:
Note: Run
npm run test-ci
to run all validation checks on proposed changesValidate via
npm test
Validate via
npm run lint-updated
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm run prettier-check-updated
Note: All reported issues can be automatically fixed by running
npm run prettify-updated
Is this ready for review?: YES
Is it a breaking change?: NO