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
deployctl logs
In deployctl logs --help it is documented as
deployctl logs --help
To show the live logs of a project's latest deployment: deployctl logs --project=helloworld
But it seems like it doesn't show the logs of the latest deployment, rather than latest Production deployment.
How can we use it to show live logs for the latest deployment regardless of whether that is a Preview or Production deployment?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
deployctl logs --help
it is documented asBut it seems like it doesn't show the logs of the latest deployment, rather than latest Production deployment.
How can we use it to show live logs for the latest deployment regardless of whether that is a Preview or Production deployment?
The text was updated successfully, but these errors were encountered: