Skip to content

Commit a942be8

Browse files
Apply suggestions from code review
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 4c8f801 commit a942be8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/changelog/workers/2025-09-09-interactive-wrangler-assets.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Interactive deployment flow for static assets in Wrangler
2+
title: Deploy static sites to Workers without a configuration file
33
description: Wrangler now guides you through deploying static assets with interactive prompts and automatic configuration generation when no wrangler.jsonc file exists.
44
products:
55
- workers
66
date: 2025-09-09
77
---
88

9-
Deploying static assets to Workers is now significantly easier. When you run `wrangler deploy [directory]` or `wrangler deploy --assets [directory]` without an existing configuration file, Wrangler will now guide you through the deployment process with interactive prompts.
9+
Deploying static site to Workers is now easier. When you run `wrangler deploy [directory]` or `wrangler deploy --assets [directory]` without an existing [configuration file](/workers/wrangler/configuration/), [Wrangler CLI](/workers/wrangler/) now guides you through the deployment process with interactive prompts.
1010

1111
## What's new
1212

@@ -31,7 +31,7 @@ wrangler deploy dist
3131
✔ It looks like you are trying to deploy a directory of static assets only. Is this correct? … yes
3232
✔ What do you want to name your project? … my-astro-site
3333

34-
# Automatically generates wrangler.jsonc:
34+
# Automatically generates a wrangler.jsonc file and adds it to your project:
3535
{
3636
"name": "my-astro-site",
3737
"compatibility_date": "2025-09-09",
@@ -40,7 +40,7 @@ wrangler deploy dist
4040
}
4141
}
4242

43-
# Future deployments are now simplified:
43+
# Next time you run wrangler deploy, this will use the configuration in your newly generated wrangler.jsonc file
4444
wrangler deploy
4545
```
4646

@@ -59,5 +59,5 @@ wrangler deploy dist
5959

6060
## Requirements
6161

62-
- **Wrangler 4.24.4 or higher** is required for this functionality
62+
- You must use Wrangler version 4.24.4 or later in order to use this feature
6363

0 commit comments

Comments
 (0)