@@ -1379,7 +1379,7 @@ describe.sequential("wrangler dev", () => {
1379
1379
👂 Start a local server for developing your Worker
1380
1380
1381
1381
POSITIONALS
1382
- script The path to an entry point for your worker [string]
1382
+ script The path to an entry point for your Worker [string]
1383
1383
1384
1384
GLOBAL FLAGS
1385
1385
-j, --experimental-json-config Experimental: support wrangler.json [boolean]
@@ -1389,10 +1389,10 @@ describe.sequential("wrangler dev", () => {
1389
1389
-v, --version Show version number [boolean]
1390
1390
1391
1391
OPTIONS
1392
- --name Name of the worker [string]
1392
+ --name Name of the Worker [string]
1393
1393
--compatibility-date Date to use for compatibility checks [string]
1394
1394
--compatibility-flags, --compatibility-flag Flags to use for compatibility checks [array]
1395
- --latest Use the latest version of the worker runtime [boolean] [default: true]
1395
+ --latest Use the latest version of the Workers runtime [boolean] [default: true]
1396
1396
--assets Static assets to be served. Replaces Workers Sites. [string]
1397
1397
--no-bundle Skip internal build steps and directly deploy script [boolean] [default: false]
1398
1398
--ip IP address to listen on [string]
@@ -1418,7 +1418,7 @@ describe.sequential("wrangler dev", () => {
1418
1418
--live-reload Auto reload HTML pages when change is detected in local mode [boolean]
1419
1419
--test-scheduled Test scheduled events by visiting /__scheduled in browser [boolean] [default: false]
1420
1420
--log-level Specify logging level [choices: \\"debug\\", \\"info\\", \\"log\\", \\"warn\\", \\"error\\", \\"none\\"] [default: \\"log\\"]
1421
- --show-interactive-dev-session Show interactive dev session (defaults to true if the terminal supports interactivity) [boolean]
1421
+ --show-interactive-dev-session Show interactive dev session (defaults to true if the terminal supports interactivity) [boolean]
1422
1422
--experimental-registry, --x-registry Use the experimental file based dev registry for multi-worker development [boolean] [default: false]
1423
1423
--experimental-vectorize-bind-to-prod Bind to production Vectorize indexes in local development mode [boolean] [default: false]",
1424
1424
"warn": "",
0 commit comments