-
Notifications
You must be signed in to change notification settings - Fork 367
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
Stream back deploy & function logs #119
Comments
This functionality was initially implemented in #762 but later reverted because of NodeJS compatibility issues. I'm think maybe we can precompile incompatible code and include that. Opening again to investigate further. |
@RaeesBhatti That would be an amazing feature (that competition already has implemented), would be nice to give it a second shot I think 😃 |
I would love to see this! |
This has been added in
|
Add ability for user to see deploy logs in CLI. Also the ability for user to see function logs in the CLI (potentially separate issue)
We could stream back deploy logs on
netlify watch
andnetlify deploy
Notes:
If this requires adding leaking firebase client into the CLI, we should put this feature off until a bespoke logs API is usable via https://open-api.netlify.com/#/default
Fallback potentially looks like: #70 ?
Future/potential alt API:
Potentially a master
netlify logs
commandThe text was updated successfully, but these errors were encountered: