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

Stream ExecRecipe logs with docker backend #2315

Open
y0sher opened this issue Mar 19, 2024 · 1 comment
Open

Stream ExecRecipe logs with docker backend #2315

y0sher opened this issue Mar 19, 2024 · 1 comment

Comments

@y0sher
Copy link

y0sher commented Mar 19, 2024

Background & motivation

I'm running against a docker backend and using plan.ExecRecipe to run some long-running commands, I would like to view their output as it goes. I noticed there's a streamed equivalent in the go code to stream the output but it's not yet exposed to starlark.

Desired behaviour

Be able to pass a boolean stream or call plan.ExecRecipeStreamed.
note: this should not affect the usage of extract, it should be able to extract from the final output as usual.

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

What area of the product does this pertain to?

CLI: the Command Line Interface
Starlark code

@h4ck3rk3y
Copy link
Contributor

I have felt this pain before and can totally empathize wanting visibility on what ish happening!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants