Skip to content

Commit 5f27ea6

Browse files
committed
remove deprecation warnings
1 parent 33a5230 commit 5f27ea6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { TabItem, Tabs, Render, Type, MetaInfo } from "~/components";
1212
Wrangler offers a number of commands to manage your Cloudflare Workers.
1313

1414
- [`docs`](#docs) - Open this page in your default browser.
15-
- [`init`](#init) - Create a new project from a variety of web frameworks and templates. (Deprecated — use `npm create cloudflare@latest` instead)
15+
- [`init`](#init) - Create a new project from a variety of web frameworks and templates.
1616
- [`generate`](#generate) - Create a Wrangler project using an existing [Workers template](https://github.com/cloudflare/worker-template).
1717
- [`d1`](#d1) - Interact with D1.
1818
- [`vectorize`](#vectorize) - Interact with Vectorize indexes.
@@ -138,14 +138,6 @@ wrangler docs [<COMMAND>]
138138

139139
## `init`
140140

141-
:::note
142-
143-
144-
The `init` command will be removed in a future version. Please use `npm create cloudflare@latest` instead.
145-
146-
147-
:::
148-
149141
Create a new project via the [create-cloudflare-cli (C3) tool](/workers/get-started/guide/#1-create-a-new-worker-project). A variety of web frameworks are available to choose from as well as templates. Dependencies are installed by default, with the option to deploy your project immediately.
150142

151143
```txt

0 commit comments

Comments
 (0)