-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Draft: Document Alias Preview URLs #22578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. PR Change SummaryDocumented the new Alias Preview URLs feature for Workers, enhancing the existing preview URL documentation.
Modified Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
346f87a
to
b0c2561
Compare
@@ -1462,6 +1462,8 @@ wrangler versions upload [OPTIONS] | |||
- Add a version tag. Accepts empty string. | |||
- `--message` <Type text="string" /> <MetaInfo text="optional" /> | |||
- Add a version message. Accepts empty string. | |||
- `--alias` <Type text="string" /> <MetaInfo text="optional" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible conflict with --alias
, the bundle flag for aliasing modules?
|
||
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers) and select your project. | ||
2. Go to the **Deployments** tab, and find the version you would like to view. | ||
|
||
### Aliased Preview URLs | ||
|
||
Aliased preview URLs let you assign a persistent, readable alias to a specific Worker version. These are useful for linking to stable previews across environments. These types of preview URLs follow the same pattern as other preview URLs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aliased preview URLs let you assign a persistent, readable alias to a specific Worker version. These are useful for linking to stable previews across environments. These types of preview URLs follow the same pattern as other preview URLs: | |
Aliased preview URLs let you assign a persistent, readable alias to a specific Worker version. These are useful for linking to stable previews across many versions. These types of preview URLs follow the same pattern as other preview URLs: |
I'm vetoing the word "environment" 😅
Summary
Screenshots (optional)
Documentation checklist