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

fly deploy with --verbose should show release_command output #3511

Conversation

rubys
Copy link
Contributor

@rubys rubys commented May 1, 2024

Change Summary

What and Why:

See: #3510

How:

Essentially add || flag.GetBool(ctx, "verbose"), and then add if exitCode != 0 {} around all error messages.

Essentially add `|| flag.GetBool(ctx, "verbose")`, and then add
`if exitCode != 0 {}` around all error messages.
@rubys rubys linked an issue May 1, 2024 that may be closed by this pull request
@rubys rubys merged commit ff2a553 into master May 1, 2024
39 checks passed
@rubys rubys deleted the 3510-fly-deploy-with-verbose-should-show-release_command-output branch May 1, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fly deploy with --verbose should show release_command output.
2 participants