@@ -100,7 +100,10 @@ You can then run them using your package manager of choice:
100
100
101
101
---
102
102
103
- <WranglerCommand command = " docs" description = " Open the Cloudflare developer documentation in your default browser." />
103
+ <WranglerCommand
104
+ command = " docs"
105
+ description = " Open the Cloudflare developer documentation in your default browser."
106
+ />
104
107
105
108
---
106
109
@@ -142,7 +145,7 @@ Interact with Cloudflare's D1 service.
142
145
143
146
Manage [ Hyperdrive] ( /hyperdrive/ ) database configurations.
144
147
145
- <WranglerNamespace namespace = " hyperdrive" headingLevel = { 3 } />
148
+ <WranglerNamespace namespace = " hyperdrive" headingLevel = { 3 } />
146
149
147
150
---
148
151
@@ -1274,27 +1277,12 @@ If you are using `CLOUDFLARE_API_TOKEN` instead of OAuth, and you can logout by
1274
1277
The minimum required wrangler version to use these commands is 3.40.0. For versions before 3.73.0, you will need to add the ` --x-versions ` flag.
1275
1278
:::
1276
1279
1277
- ### ` upload `
1278
-
1279
- Upload a new [ version] ( /workers/configuration/versions-and-deployments/#versions ) of your Worker that is not deployed immediately.
1280
-
1281
- ``` txt
1282
- wrangler versions upload [OPTIONS]
1283
- ```
1284
-
1285
- - ` --tag ` <Type text = " string" /> <MetaInfo text = " optional" />
1286
- - Add a version tag. Accepts empty string.
1287
- - ` --message ` <Type text = " string" /> <MetaInfo text = " optional" />
1288
- - Add a version message. Accepts empty string.
1289
- - ` --preview-alias ` <Type text = " string" /> <MetaInfo text = " optional" />
1290
- - Creates an alias to this version.
1291
- - ` --name ` <Type text = " string" /> <MetaInfo text = " optional" />
1292
- - Perform on a specific Worker rather than inheriting from the [ Wrangler configuration file] ( /workers/wrangler/configuration/ ) .
1293
- - ` --env ` <Type text = " string" /> <MetaInfo text = " optional" />
1294
- - Perform on a specific environment.
1295
- <Render file = " vite-environments" product = " workers" />
1296
-
1297
- <Render file = " wrangler-commands/global-flags" product = " workers" />
1280
+ <WranglerCommand
1281
+ command = " versions upload"
1282
+ description = "
1283
+ Upload a new [version](/workers/configuration/versions-and-deployments/#versions) of your Worker that is not deployed immediately."
1284
+ headingLevel = { 3 }
1285
+ />
1298
1286
1299
1287
### ` deploy `
1300
1288
0 commit comments