Skip to content

Commit a1babe7

Browse files
a-robinsonmaheshwarip
authored andcommitted
[D1] Remove some alpha/beta info from D1 wrangler command docs (#17181)
The "Report bugs" notes are generally only used for beta products, but D1 has been GA since the spring, so I don't think it's really needed anymore (unless you'd want to make the claim that all products should have a note like that). And the Export command doesn't really need a caution about alpha DBs, given that alpha DBs are fully deprecated at this point (https://developers.cloudflare.com/d1/platform/alpha-migration/)
1 parent d1bafee commit a1babe7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ wrangler generate [<NAME>] [TEMPLATE]
180180

181181
Interact with Cloudflare's D1 service.
182182

183-
:::note
184-
185-
Report D1 bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
186-
:::
187-
188183
### `create`
189184

190185
Creates a new D1 database, and provides the binding and UUID that you will put in your `wrangler.toml` file.
@@ -273,13 +268,6 @@ You must provide either `--command` or `--file` for this command to run successf
273268

274269
### `export`
275270

276-
:::caution
277-
278-
This command does not work with databases created during D1's alpha period. You can check which version your database uses with `wrangler d1 info <DATABASE_NAME>`.
279-
280-
Refer to the [Backups (Legacy)](/d1/reference/backups/) in the D1 documentation for more information on D1's backup approach during the alpha period. Also, please check the [Alpha version migration guide](/d1/platform/alpha-migration/) for more information on migrating your database to the current version.
281-
:::
282-
283271
Export a D1 database or table's schema and/or content to a `.sql` file.
284272

285273
```txt

0 commit comments

Comments
 (0)