Skip to content

Commit 38325a5

Browse files
authored
docs: add more information about init deprecation (#16218)
1 parent 65be906 commit 38325a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ 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\@2.5.0` instead.
145+
146+
147+
:::
148+
141149
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.
142150

143151
```txt

0 commit comments

Comments
 (0)