-
-
Notifications
You must be signed in to change notification settings - Fork 457
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
CI friendly logging #706
Comments
Yes I've seen this too, but assumed this was an issue from the Serverless Framework, not this component, not sure we can do anything about it unless we change how we deploy or use new Serverless component version. @danielcondemarin any ideas? |
Right now I don't think there is anything we can do. My best guess is when we update to serverless components GA then this shouldn't be an issue, and if it is, then we'd close this anyway and raise it on the components core repo. Let's keep it open here for now 👍 |
I am also having the same problem, I created an issue in https://github.com/serverless/components repo. |
Fixed by this: #1658. The above issue has a PR out for the GA components, but we are still using deprecated |
Will running the patched version be the final solution? as serverless/components#834 and PR are now closed? Thank you. |
Is your feature request related to a problem? Please describe.
The deploy timer is nice when working with normal shells, but CI logs, or outputs piped to a file in general does not play nice with the
/r
line replacement.Describe the solution you'd like
I would like the deployment script to either expose a CLI option (e.g.
--ci
), or read a commonly used environment variableCI=true
.Describe alternatives you've considered
None exists, we have to manually scroll through 10k lines if it ends up with errors.
Additional context
The text was updated successfully, but these errors were encountered: