We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f8f8d commit 3b89849Copy full SHA for 3b89849
.changeset/pretty-starfishes-judge.md
@@ -7,6 +7,6 @@ Add `--compatibility-date`, `--compatibility-flags`, `--latest` cli arguments to
7
- A cli arg for adding a compatibility data, e.g `--compatibility_date 2022-01-05`
8
- A shorthand `--latest` that sets `compatibility_date` to today's date. Usage of this flag logs a warning.
9
- `latest` is NOT a config field in `wrangler.toml`.
10
-- In `dev`, when a compatibility date is not available in either `wrangler.toml` or as a cli arg, then we default to `--latest`, and log a warning.
+- In `dev`, when a compatibility date is not available in either `wrangler.toml` or as a cli arg, then we default to `--latest`.
11
- In `publish` we error if a compatibility date is not available in either `wrangler.toml` or as a cli arg. Usage of `--latest` logs a warning.
12
- We also accept compatibility flags via the cli, e.g: `--compatibility-flags formdata_parser_supports_files`
0 commit comments