Skip to content

Commit e206d39

Browse files
RihanArfanOxyjun
authored andcommitted
docs: add missing flag to d1 migrations list (#17369)
* docs: add missing flag to d1 migrations list * Update src/content/docs/workers/wrangler/commands.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 874fe78 commit e206d39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ wrangler d1 migrations list <DATABASE_NAME> [OPTIONS]
436436
- The name of the D1 database you wish to list unapplied migrations for.
437437
- `--local` <Type text="boolean" /> <MetaInfo text="optional" />
438438
- Show the list of unapplied migration files on your locally persisted D1 database.
439+
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
440+
- Show the list of unapplied migration files on your remote D1 database.
439441
- `--persist-to` <Type text="string" /> <MetaInfo text="optional" />
440442
- Specify directory to use for local persistence (for use in combination with `--local`).
441443
- `--preview` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)