Skip to content

Commit cd9e478

Browse files
committed
Moving "global commands" out of the partial.
1 parent 0b2506c commit cd9e478

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/content/docs/d1/rest-api/wrangler-commands.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ sidebar:
88

99
import { Render, Type, MetaInfo } from "~/components"
1010

11-
<Render file="wrangler-commands/d1" product="workers" />
11+
## `d1`
12+
13+
<Render file="wrangler-commands/d1" product="workers" />
14+
15+
## Global commands
16+
17+
<Render file="wrangler-commands/global-flags" product="workers" />

src/content/partials/workers/wrangler-commands/d1.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,3 @@ wrangler d1 migrations apply <DATABASE_NAME> [OPTIONS]
289289
- Execute any unapplied migrations on your preview D1 database (as defined by `preview_database_id` in [`wrangler.toml`](/workers/wrangler/configuration/#d1-databases)).
290290
- `--batch-size` <Type text="number" /> <MetaInfo text="optional" />
291291
- Number of queries to send in a single batch.
292-
293-
## Global commands
294-
295-
<Render file="wrangler-commands/global-flags" product="workers" />

0 commit comments

Comments
 (0)