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
garden run task <taskname> shows no output from the command unless log level verbose or higher
garden run task <taskname>
garden run task <taskname> shows output when run in garden 0.12.63
kind: Module type: exec name: tests include: [] tasks: - name: test command: - echo - "Hey there"
garden run task test Running task fb-test ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌍 Running in namespace user-alex in environment dev ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✔ garden-cloud → Authorizing... → Done ✔ garden-cloud → Initializing... → Ready ✔ providers → Getting status... → Cached ℹ Run with --force-refresh to force a refresh of provider statuses. ✔ graph → Resolving 11 modules... → Done ✔ fb-test → Checking result... → Done ✔ fb-scripts → Building version v-1061e65cc7... → Done (took 0 sec) ✔ fb-test → [echo]: Hey there → Done (took 0.1 sec) Task output: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Hey there ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Done!
garden run task fb-test Run ℹ garden → Running in Garden environment dev.user-alex ℹ garden-cloud → View command results at: https://andersonopt.app.garden/go/command/sNXxldmNU4 The run task command will be removed in Garden 0.14. Please use the run command instead. ℹ providers → Getting status... ✔ providers → Cached (took 0.5 sec) ℹ providers → Run with --force-refresh to force a refresh of provider statuses. ℹ graph → Resolving actions and modules... ✔ graph → Done (took 0.5 sec) ✔ build.tests → Done (took 0 sec) ℹ run.test → Running... ✔ run.test → Done (took 0.2 sec) Done!
garden run task <taskname> --log-level 3
Show output when the task is run.
Verbose is too noisy just to get the output from the task run.
stderr does appear to be displayed but not stdout.
I also tried converting our tasks to run actions and they work but still show no output.
0.13.12
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @alexkuretz! We'll take a look.
Sorry, something went wrong.
vvagaytsev
Successfully merging a pull request may close this issue.
Garden Bonsai (0.13) Bug
Current Behavior
garden run task <taskname>
shows no output from the command unless log level verbose or higherExpected behavior
garden run task <taskname>
shows output when run in garden 0.12.63Reproducible example
Workaround
garden run task <taskname> --log-level 3
Suggested solution(s)
Show output when the task is run.
Additional context
Verbose is too noisy just to get the output from the task run.
stderr does appear to be displayed but not stdout.
I also tried converting our tasks to run actions and they work but still show no output.
Your environment
Garden version
0.13.12
The text was updated successfully, but these errors were encountered: