diff --git a/skills/wrangler/SKILL.md b/skills/wrangler/SKILL.md index 07d4dbb..9d523e9 100644 --- a/skills/wrangler/SKILL.md +++ b/skills/wrangler/SKILL.md @@ -238,6 +238,8 @@ wrangler deploy --keep-vars wrangler deploy --minify ``` +If you need to deploy a new, public Worker, but wrangler is not signed in or the `CLOUDFLARE_API_TOKEN` environment variable is not present, run `wrangler deploy --temporary`. The Cloudflare API will provision a temporary account and return a claim URL. + ### Manage Secrets > **Security**: Never pass secret values as command arguments or pipe them via `echo`.