-
Notifications
You must be signed in to change notification settings - Fork 925
Add an event-subscriptions
subcommand
#9064
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
Conversation
🦋 Changeset detectedLatest commit: 730dfcf The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
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/14848491790/npm-package-wrangler-9064 Prereleases for other packages:
wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-workers-bindings-extension-9064 -O ./cloudflare-workers-bindings-extension.0.0.0-vc15ab176b.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vc15ab176b.vsix
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-create-cloudflare-9064 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-kv-asset-handler-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-miniflare-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-pages-shared-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-unenv-preset-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-vite-plugin-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-vitest-pool-workers-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-workers-editor-shared-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-workers-shared-9064
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14848491790/npm-package-cloudflare-workflows-shared-9064 Note that these links will no longer work once the GitHub Actions artifact expires. |
71e1e9c
to
b8624c5
Compare
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.
One nit about statuses, but otherwise LGTM! Sorry about the delay here
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
0d8e9fc
to
88c532d
Compare
Congratulations @sdnts, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmcsxxq2l1319507jru2t1jswl This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* feat: add an `event-subscriptions` subcommand * fix: Queues `wrangler --help` emoji * fixup! feat: add an `event-subscriptions` subcommand * improve reliability of workers-with-assets fixture tests * clean up worker after deployments e2e tests * ci: add diagnostics to test-and-check action --------- Co-authored-by: Peter Bacon Darwin <[email protected]>
Fixes MQ-845
This PR adds a new subcommand. I've marked it as
hidden
for now till the local de experience is finished (I'll do that in a separate PR)