Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

removes --release from publish help #1289

Merged
merged 2 commits into from
May 19, 2020

Conversation

EverlastingBugstopper
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper commented May 19, 2020

we deprecated this a while ago, we can still make it behave the same (alias of wrangler publish) but remove it from the help text :)

before

$ wrangler publish --help
wrangler-publish 
馃啓  Publish your worker to the orange cloud

USAGE:
    wrangler publish [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
        --release    [deprecated] alias of wrangler publish
        --verbose    toggle verbose output

OPTIONS:
    -e, --env <env>    environments to publish to

after

$ wrangler publish --help
wrangler-publish 
馃啓  Publish your worker to the orange cloud

USAGE:
    wrangler publish [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
        --verbose    toggle verbose output

OPTIONS:
    -e, --env <env>    environments to publish to

LICENSE-MIT Outdated Show resolved Hide resolved
@EverlastingBugstopper EverlastingBugstopper merged commit 592e762 into master May 19, 2020
@delete-merged-branch delete-merged-branch bot deleted the avery/remove-release-from-help branch May 19, 2020 18:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants