Skip to content

Commit 29cf526

Browse files
committed
resource-creation + changelog
1 parent d9dc918 commit 29cf526

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Automatic Resource Creation (Beta)
3+
description: When you deploy a Worker that binds to a Cloudflare resource, Wrangler will automatically detect and create any resources that do not exist on your account.
4+
products:
5+
- workers
6+
date: 2025-02-14 00:00:00 UTC
7+
---
8+
9+
You can now automatically create Cloudflare resources as part of your deployment! You no longer need to manually create any resources that do not yet exist on your account prior to deploying. Wrangler will automatically detect any required [KV](/kv), [D1](/d1), or [R2](/r2) resources and create them on your behalf.
10+
11+
For more details, check out our [documentation](/workers/wrangler/automatic-resource-creation) on how to get started with automatic resource creation.
12+
13+
![automatic resource creation](~/assets/images/workers/platform/automatic-resource-creation.png)
14+
15+
Resource provisiong is currently a beta feature. If you run into issues or would like to leave feedback for the team to help us improve, please send us a message in our [Cloudflare Developers Discord](https://discord.cloudflare.com/) in the [Wrangler channel](https://discord.com/channels/595317990191398933/799437470004412476).

src/content/docs/workers/wrangler/automatic-resource-creation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
import { PackageManagers, WranglerConfig } from "~/components";
1111

12-
You can now automatically provision Cloudflare resources as part of your deployment. Without this, you need to separately manually create any resouces that do not yet exist on your account prior to deploying.
12+
You can now automatically provision Cloudflare resources as part of your deployment. You no longer need to manually create any resources that do not yet exist on your account prior to deploying.
1313

1414
With resource provisioning, if your Wrangler configuration file includes a [KV namespace](/kv/), [D1 database](/d1/), or [R2 bucket](/r2/) that does not yet exist, Wrangler will create these resources upon deployment. This is done by adding the experimental `-–x-provision` flag to your commands.
1515

0 commit comments

Comments
 (0)