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

fix: make stdout available separate from stderr #104

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

leg100
Copy link
Owner

@leg100 leg100 commented Jul 16, 2024

Makes it possible to read only the stdout from a task, filtering out stderr which may contain logs. This is useful for certain tasks that parse the output of terraform workspace list and terraform state pull.

Whereas the user expects to still see both stdout and stderr in the TUI, which remains the case.

@leg100 leg100 merged commit 07ed378 into master Jul 16, 2024
3 checks passed
@leg100 leg100 deleted the separate-stdout-and-stderr branch July 16, 2024 17:00
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.

1 participant