Skip to content
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

Stripping all informational serverless messages from rendered yaml file #45

Merged
merged 1 commit into from
Nov 27, 2021

Conversation

maherio
Copy link
Contributor

@maherio maherio commented Nov 23, 2021

Context

Rendering the serverless yaml file via sls print can result in a number of informational serverless messages in addition to the actual yaml code - for example, Serverless: Using provider credentials, configured via dashboard...). Rather than hardcode a single message to ignore - Serverless: Running "serverless" installed locally (in service node_modules) - let's ignore all these informational messages in order to only retrieve the rendered yaml itself. This will make this package viable for a wider variety of situations (as well as guard against future changes made to the print output by serverless).

Changeset

  • Strips all informational serverless messages

@whisller whisller merged commit 9a5e081 into whisller:master Nov 27, 2021
@whisller
Copy link
Owner

@maherio thank you very much for your contribution! New package will be built shortly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants