diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 415aa3959dccae..5133158cfba84b 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -435,6 +435,8 @@ wrangler d1 migrations list [OPTIONS] - The name of the D1 database you wish to list unapplied migrations for. - `--local` - Show the list of unapplied migration files on your locally persisted D1 database. +- `--remote` + - Show the list of unapplied migration files on your remote D1 database. - `--persist-to` - Specify directory to use for local persistence (for use in combination with `--local`). - `--preview`