-
Notifications
You must be signed in to change notification settings - Fork 769
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
update link to template directory for wrangler -h #3724
update link to template directory for wrangler -h #3724
Conversation
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7089482620/npm-package-wrangler-3724 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7089482620/npm-package-wrangler-3724 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7089482620/npm-package-wrangler-3724 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7089482620/npm-package-miniflare-3724 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7089482620/npm-package-cloudflare-pages-shared-3724 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7089482620/npm-package-create-cloudflare-3724 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
The Github UI wouldn't let me retry the failed tests so I closed and reopened the PR which seemed to work |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3724 +/- ##
==========================================
+ Coverage 74.95% 75.46% +0.51%
==========================================
Files 216 240 +24
Lines 12049 12854 +805
Branches 3121 3312 +191
==========================================
+ Hits 9031 9700 +669
- Misses 3018 3154 +136
|
What this PR solves / how to test:
When running wrangler -h (version 3.5.0) the link to the template directory is https://github.com/cloudflare/templates. This repo is archived and points to https://github.com/cloudflare/workers-sdk in its README which in turn contains a templates directory. I have updated the link to point to the new templates directory.
Associated docs issue(s)/PR(s):
Author has included the following, where applicable:
Reviewer is to perform the following, as applicable: