We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
netlify functions:log create-todo => pulls down the function logs that the UI displays
netlify functions:log create-todo
Use case:
As I'm pinging my live functions, it would be awesome to stream in the logs locally to a terminal window.
Questions:
-t
Potential way for handling multiple deploy previews:
# netlify functions:logs create # streams in all logs from all live preview urls + master # [context] functionName: log output [branch-xyz] create: (log blah blah blah) [branch-xyz] create: (log yaddy yaddy yadda) [branch-my-other-feature] create: (log blah blah blah) [master] create: (log blah blah blah) [master] create: (log blah blah blah)
If I want a specific preview url I could supply as a flag
# netlify functions:logs create -c master # -c for context, only show master logs [master] create: (log yaddy yaddy yadda) [master] create: (log blah blah blah) [master] create: (log lol lol lol)
The text was updated successfully, but these errors were encountered:
Dupe
Sorry, something went wrong.
No branches or pull requests
netlify functions:log create-todo
=> pulls down the function logs that the UI displaysUse case:
As I'm pinging my live functions, it would be awesome to stream in the logs locally to a terminal window.
Questions:
-t
flag?Potential way for handling multiple deploy previews:
If I want a specific preview url I could supply as a flag
The text was updated successfully, but these errors were encountered: