Skip to content

Surface wrangler error messages on command failure - #418

Open
vliggio wants to merge 1 commit into
cloudflare:mainfrom
vliggio:vliggio/surface-wrangler-errors
Open

Surface wrangler error messages on command failure#418
vliggio wants to merge 1 commit into
cloudflare:mainfrom
vliggio:vliggio/surface-wrangler-errors

Conversation

@vliggio

@vliggio vliggio commented Apr 2, 2026

Copy link
Copy Markdown

Summary

  • When wrangler commands fail, the actual error from stderr is now logged prominently before the exception propagates
  • Users will see the real wrangler error in the GitHub Actions step output instead of just a generic "process failed with exit code 1" message

Fixes #360

Test plan

  • Run the action with a wrangler command that fails (e.g., deploy with invalid config) and verify the actual wrangler error appears in the step output
  • Run the action with a successful wrangler command and verify behavior is unchanged

@vliggio
vliggio requested review from a team as code owners April 2, 2026 03:58
@vliggio
vliggio requested a review from NuroDev April 2, 2026 03:58
@vliggio
vliggio force-pushed the vliggio/surface-wrangler-errors branch from 5624531 to 789ac84 Compare May 26, 2026 16:59
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.

Show wrangler error messages in job step

1 participant