We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f45fc1 commit 8163969Copy full SHA for 8163969
src/content/docs/workers/wrangler/commands.mdx
@@ -460,6 +460,8 @@ wrangler d1 migrations apply <DATABASE_NAME> [OPTIONS]
460
461
- `DATABASE_NAME` <Type text="string" /> <MetaInfo text="required" />
462
- The name of the D1 database you wish to apply your migrations on.
463
+- `--env` <Type text="string" /> <MetaInfo text="optional" />
464
+ - Specify which environment configuration to use for d1 dinding
465
- `--local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
466
- Execute any unapplied migrations on your locally persisted D1 database.
467
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
0 commit comments