remove all references to wrangler.toml
#48
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since we're moving to promoting the json format (cloudflare/workers-sdk#7676) instead of toml for the wrangler config I went back to the Cloudflare docs here to remove all references to
wrangler.toml
Note
I didn't remove those from the
0.2
section as I think it should be kept there.Although I would actually prefer to get rid of the
0.2
section altogether, especially since we had this section+migration for a while (devs that were on 0.2 would most likely have already migrated) and the package itself is still in beta/experimental anyways.@vicb any plan/idea if/when we can remove the
0.2
docs?Note
As you can see in this PR my preference when referring to the config file is to generically call it something like
wrangler configuration file
instead of directlywrangler.json
I think that that's just more accurate and future proof (if for example we later decide to default towrangler.jsonc
for example, or even to awrangler.config.ts
, all the generic references to the file would still be correct and wouldn't need to be updated)