Skip to content

support wrangler deploy --tag and --message (lack of feature parity with wrangler versions upload --tag) #10933

@IgorMinar

Description

@IgorMinar

What versions & operating system are you using?

[email protected]

Please provide a link to a minimal reproduction

No response

Describe the Bug

we'd like to be able to be able to upload, deploy, and tag a wrangler version in a single command, for this we'd like --tag and --message command line flags to be supported by wrangler deploy.

Today we can do this in a clunky way with wrangler versions upload:

wrangler versions upload --tag someTag --message "some message"
# complex step to extract the uploaded version id
wrangler versions deploy extractedVersionId

instead we'd like to be able to do:

wrangler deploy --tag someTag --message "some message"

Please provide any relevant error logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that isn't workingquick winPotentially easy/straightforward issue to tackle

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions