-
Notifications
You must be signed in to change notification settings - Fork 1k
Show latest instance by default #8973
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: 6484b59 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
|
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the Depending on your changes, running |
|
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/15185575450/npm-package-wrangler-8973Prereleases for other packages:
wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-workers-bindings-extension-8973 -O ./cloudflare-workers-bindings-extension.0.0.0-vc8e72d560.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vc8e72d560.vsix
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-create-cloudflare-8973 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-kv-asset-handler-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-miniflare-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-pages-shared-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-unenv-preset-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-vite-plugin-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-vitest-pool-workers-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-workers-editor-shared-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-workers-shared-8973
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15185575450/npm-package-cloudflare-workflows-shared-8973Note that these links will no longer work once the GitHub Actions artifact expires. |
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.
the docs need to be updated here: https://developers.cloudflare.com/workers/wrangler/commands/#instances-describe
339a29c to
b144f6e
Compare
b144f6e to
37293d3
Compare
37293d3 to
21067b0
Compare
|
Why is this needed? there's already the "latest" flag as in: I don't know if making the id optional is semantic or not. |
|
@Caio-Nogueira @LuisDuarte1 could you agree on what's need to be done here? |
Maybe you can help here as well @bruxodasilva |
|
Please, let's approve this PR. It simplifies the life of our customer and makes the CLI more convenient. |
1a9e81d to
6c19dc5
Compare
6c19dc5 to
4683d5c
Compare
Fixes WOR-290
For convenience reasons, we default to the latest instance on the
wrangler instances describe <WORKFLOW_NAME>command. Theidfield becomes optional.instances describecommand cloudflare-docs#21784wrangler helpcommand.