Skip to content

fix(cli): restore --jobs flag on legacy functions deploy proxy#5266

Merged
avallete merged 1 commit into
developfrom
claude/fix-issue-5263-taeAQ
May 18, 2026
Merged

fix(cli): restore --jobs flag on legacy functions deploy proxy#5266
avallete merged 1 commit into
developfrom
claude/fix-issue-5263-taeAQ

Conversation

@avallete
Copy link
Copy Markdown
Member

The Go CLI exposes --jobs (-j, default 1) on supabase functions deploy
to control parallel deploys when combined with --use-api, but the legacy
TS shim did not declare it, so the flag was rejected at the shim's
arg-parsing layer before reaching the Go binary.

Add the flag to the command definition and forward it through the proxy
handler when present.

Fixes #5263

The Go CLI exposes --jobs (-j, default 1) on supabase functions deploy
to control parallel deploys when combined with --use-api, but the legacy
TS shim did not declare it, so the flag was rejected at the shim's
arg-parsing layer before reaching the Go binary.

Add the flag to the command definition and forward it through the proxy
handler when present.

Fixes #5263
@avallete avallete requested a review from a team as a code owner May 18, 2026 12:53
@avallete avallete enabled auto-merge (squash) May 18, 2026 13:00
@avallete avallete merged commit 119dd22 into develop May 18, 2026
8 checks passed
@avallete avallete deleted the claude/fix-issue-5263-taeAQ branch May 18, 2026 13:01
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.

v2.99.0: --jobs flag dropped from functions deploy legacy proxy (Unrecognized flag)

3 participants