You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the output of runme into a log file but it is empty. This is the content (or a formatted version of it) that I'm looking to push to a log:
runme run --filename install.md --all --skip-prompts --log true --log-file runme5.log
► Running task kind-create...
ERROR: failed to create cluster: node(s) already exist for a cluster with the name "kind"
► 𐄂 Task kind-create exited with code 1
could not execute command: failed to run command "kind-create": exit code: 1
Hi @agardnerIT. Thanks for filing this issue. The log here is about Runme-internals. Specifically, it's for the runtime kernel server (aka runtime server).
To be clear, you're looking for the Auto-Save feature we have available for the Notebook UX, but for the CLI, correct? This is in the works. I don't have an ETA yet.
It's not a blocker if there's another way to see the output / status of runme run (OTEL span output?) but yes, I do need to see the output.
My use case is to run nightly tests of runbooks and I want to send the output to a logging system. From there, if a step fails, I can take some action.
I'm trying to get the output of runme into a log file but it is empty. This is the content (or a formatted version of it) that I'm looking to push to a log:
The text was updated successfully, but these errors were encountered: