You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support reading wrangler.jsonwrangler.json should take precedence over wrangler.toml if present
Codemod: Write a codemod to transform wrangler.toml files to wrangler.(jsonc|json5|yaml) files. This could be published as (for example) @cloudflare/convert-wrangler-config, and run on your project with npx @cloudflare/convert-wrangler-config wrangler.toml (which would generate the file). Something that I think is quite important here: can we preserve config comments from the TOML files?
Documentation: We have a lot of mentions of wrangler.toml across our docs. They should all be updated to use wording like "Wrangler configuration file".
Support
wrangler.json
as JSONCwrangler.json
wrangler.json
should take precedence overwrangler.toml
if presentwrangler.toml
files towrangler.(jsonc|json5|yaml)
files. This could be published as (for example)@cloudflare/convert-wrangler-config
, and run on your project withnpx @cloudflare/convert-wrangler-config wrangler.toml
(which would generate the file). Something that I think is quite important here: can we preserve config comments from the TOML files?wrangler.toml
across our docs. They should all be updated to use wording like "Wrangler configuration file".wrangler.json
in IDEsFollowing up on The future of Wrangler configuration #1951 (comment)
The text was updated successfully, but these errors were encountered: