Skip to content

Commit 70383ae

Browse files
Update the description of the --local flag for the wrangler dev command to clarify that it disables remote bindings, also un-deprecate and un-hide it
1 parent efc3494 commit 70383ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/shy-teams-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Update the description of the `--local` flag for the `wrangler dev` command to clarify that it disables remote bindings, also un-deprecate and un-hide it

packages/wrangler/src/dev.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,8 @@ export const dev = createCommand({
214214
},
215215
local: {
216216
alias: "l",
217-
describe: "Run on my machine",
217+
describe: "Run fully locally (this also disables all remote bindings)",
218218
type: "boolean",
219-
deprecated: true,
220-
hidden: true,
221219
},
222220
minify: {
223221
describe: "Minify the script",

0 commit comments

Comments
 (0)