Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions skills/wrangler/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down