Skip to content

[wrangler] Add --tag and --message to deploy command (#12445)#12560

Merged
petebacondarwin merged 1 commit intomainfrom
tlee/12445/wrangler/deploy-tags
Feb 16, 2026
Merged

[wrangler] Add --tag and --message to deploy command (#12445)#12560
petebacondarwin merged 1 commit intomainfrom
tlee/12445/wrangler/deploy-tags

Conversation

@taylorlee
Copy link
Contributor

@taylorlee taylorlee commented Feb 13, 2026

Fixes #12445.

Support --tag and --message on wrangler deploy, matching the behavior of wrangler versions upload. In the 2-step deploy flow, annotations are sent on the version upload and the message is also sent on the deployment. In the legacy 1-step flow, both are sent in the same API request.

Created with opencode and opus 4.6


A picture of a cute animal (not mandatory, but encouraged)


Open with Devin

Support --tag and --message on wrangler deploy, matching the behavior
of wrangler versions upload. In the 2-step deploy flow, annotations are
sent on the version upload and the message is also sent on the deployment.
In the legacy 1-step flow, both are sent in the same API request.

Created with opencode and opus 4.6
@changeset-bot
Copy link

changeset-bot bot commented Feb 13, 2026

🦋 Changeset detected

Latest commit: 384a269

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@claude
Copy link
Contributor

claude bot commented Feb 13, 2026

Claude finished @taylorlee's task —— View job


Changeset Review

All changesets look good

The changeset .changeset/salty-mirrors-turn.md has been validated:

  1. Version Type: minor is correct - this adds new CLI flags (--tag and --message)
  2. Changelog Quality: Clear description explaining what the flags do and their behavior
  3. Markdown Headers: No problematic h1/h2/h3 headers used
  4. Analytics: No analytics changes in this PR
  5. Experimental Features: Not applicable - this is a stable feature addition
  6. Format: Follows the guidelines with a clear title and explanatory body

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 13, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@12560

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@12560

miniflare

npm i https://pkg.pr.new/miniflare@12560

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@12560

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@12560

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@12560

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@12560

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@12560

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@12560

wrangler

npm i https://pkg.pr.new/wrangler@12560

commit: 384a269

@taylorlee taylorlee changed the title [draft] [wrangler] Add --tag and --message to deploy command (#12445) [wrangler] Add --tag and --message to deploy command (#12445) Feb 14, 2026
@taylorlee taylorlee marked this pull request as ready for review February 14, 2026 01:50
@taylorlee taylorlee requested a review from a team as a code owner February 14, 2026 01:50
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional findings.

Open in Devin Review

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Feb 16, 2026
@petebacondarwin petebacondarwin merged commit c4c86f8 into main Feb 16, 2026
41 of 43 checks passed
@petebacondarwin petebacondarwin deleted the tlee/12445/wrangler/deploy-tags branch February 16, 2026 11:10
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Feb 16, 2026
@petebacondarwin
Copy link
Contributor

Thanks for implementing this @taylorlee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Support --tag flag on wrangler deploy

2 participants