Show errors from a workflow run
Extract and display failed jobs and steps from a workflow run with log tails.
pw workflows runs errors <slug> [flags]
# Show errors as JSON (default)
pw workflows runs errors swift-falcon-17
# Show errors as text
pw workflows runs errors swift-falcon-17 -o text
# Show last 100 lines of logs per failed step
pw workflows runs errors swift-falcon-17 --tail 100
-h, --help help for errors
-o, --output string Output format (json or text) (default "json")
--tail int Lines of log tail per failed step (default 50)
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging