Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Add wrangler zone example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 28, 2021
1 parent 4e7c0c2 commit c95f2e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,19 @@ $ wrangler publish
- `ip`: ip to listen on. defaults to localhost
- `port`: port to listen on. defaults to 8787

### 🌎 `zone`

Fetch the ID of the supplied Zone name. You can use the returned ID in the `zone_id` field of your `wrangler.toml` file to publish a Worker on a custom domain.

```bash
$ wrangler zone example.com
Zone information for example.com

Zone ID: e405e53ee0fb1190c104316d5d306a19
Account: Example Inc. (0f384009b201d49267977ca75b6b5918)
Status: Active
```

## Additional Documentation

All information regarding wrangler or Cloudflare Workers is located in the [Cloudflare Workers Developer Docs](https://developers.cloudflare.com/workers/). This includes:
Expand Down

0 comments on commit c95f2e4

Please sign in to comment.