From 81ac28a1d4a6f33652b4836eb9b45e948d73acd5 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Sat, 14 Mar 2026 16:23:37 +1100 Subject: [PATCH] docs(cloudflare): update `wrangler upload` to `wrangler versions upload` --- pages/cloudflare/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloudflare/cli.mdx b/pages/cloudflare/cli.mdx index 5761883..d6a1fa9 100644 --- a/pages/cloudflare/cli.mdx +++ b/pages/cloudflare/cli.mdx @@ -46,7 +46,7 @@ It starts by populating the remote cache and then deploys your application to Cl ### `upload` command -It starts by populating the remote cache and then uploads a version of your application to Cloudflare (via `wrangler upload`). Note that the application will not automatically be served on uploads. See [Gradual deployments](https://developers.cloudflare.com/workers/configuration/versions-and-deployments/gradual-deployments/) to learn more about how to serve an uploaded version. +It starts by populating the remote cache and then uploads a version of your application to Cloudflare (via `wrangler versions upload`). Note that the application will not automatically be served on uploads. See [Gradual deployments](https://developers.cloudflare.com/workers/configuration/versions-and-deployments/gradual-deployments/) to learn more about how to serve an uploaded version. ### `migrate` command