Skip to content

Commit c53223c

Browse files
RihanArfanOxyjun
andauthored
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 283d8cc commit c53223c

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
@@ -435,6 +435,8 @@ wrangler d1 migrations list <DATABASE_NAME> [OPTIONS]
435435
- The name of the D1 database you wish to list unapplied migrations for.
436436
- `--local` <Type text="boolean" /> <MetaInfo text="optional" />
437437
- Show the list of unapplied migration files on your locally persisted D1 database.
438+
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
439+
- Show the list of unapplied migration files on your remote D1 database.
438440
- `--persist-to` <Type text="string" /> <MetaInfo text="optional" />
439441
- Specify directory to use for local persistence (for use in combination with `--local`).
440442
- `--preview` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)