-
Notifications
You must be signed in to change notification settings - Fork 1k
Add option to make newly created resources remote #10710
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: 1bdcfa3 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 |
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: |
5a7305c
to
46db22e
Compare
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the Depending on your changes, running Notes:
|
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.
LGTM 🙂
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.
I feel that for any interactive prompt there should be a command line arg that can be used to avoid having to answer the prompt.
Currently, the only way to opt-out of most prompts is to run in non-interactive mode. But this is a heavy (and non-intuitive) hammer, since it doesn't allow fine grained control (you have to accept all the defaults).
I know that we don't do this for most prompts, but I think we should. And perhaps start here?
1409733
to
39102e4
Compare
CI failures look legit |
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.
Love it!
On the documentation front, do we need to, now, update the command options in cloudflare-docs? |
@petebacondarwin potentially? But I'd quite like to see if the new docs generation can work here, which will need this to be released first. I'll make a docs issue |
Fixes https://jira.cfdata.org/browse/DEVX-2200