Skip to content

Commit

Permalink
docs: add missing flag to d1 migrations list (#17369)
Browse files Browse the repository at this point in the history
* docs: add missing flag to d1 migrations list

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

---------

Co-authored-by: Jun Lee <junlee@cloudflare.com>
  • Loading branch information
RihanArfan and Oxyjun authored Oct 8, 2024
1 parent 283d8cc commit c53223c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ wrangler d1 migrations list <DATABASE_NAME> [OPTIONS]
- The name of the D1 database you wish to list unapplied migrations for.
- `--local` <Type text="boolean" /> <MetaInfo text="optional" />
- Show the list of unapplied migration files on your locally persisted D1 database.
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
- Show the list of unapplied migration files on your remote D1 database.
- `--persist-to` <Type text="string" /> <MetaInfo text="optional" />
- Specify directory to use for local persistence (for use in combination with `--local`).
- `--preview` <Type text="boolean" /> <MetaInfo text="optional" />
Expand Down

0 comments on commit c53223c

Please sign in to comment.