You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/wrangler/commands.mdx
+76-8Lines changed: 76 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,10 +141,8 @@ wrangler docs [<COMMAND>]
141
141
142
142
:::note
143
143
144
-
145
144
The `init` command will be removed in a future version. Please use `npm create cloudflare@latest` instead.
146
145
147
-
148
146
:::
149
147
150
148
Create a new project via the [create-cloudflare-cli (C3) tool](/workers/get-started/guide/#1-create-a-new-worker-project). A variety of web frameworks are available to choose from as well as templates. Dependencies are installed by default, with the option to deploy your project immediately.
@@ -928,6 +926,74 @@ List R2 bucket in the current account.
928
926
wrangler r2 bucket list
929
927
```
930
928
929
+
### `domain add`
930
+
931
+
Connect a [custom domain](/r2/buckets/public-buckets/#custom-domains) to an R2 bucket.
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
949
+
950
+
### `domain remove`
951
+
952
+
Remove a [custom domain](/r2/buckets/public-buckets/#custom-domains) from an R2 bucket.
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
964
+
965
+
### `domain update`
966
+
967
+
Update settings for a [custom domain](/r2/buckets/public-buckets/#custom-domains) connected to an R2 bucket.
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
983
+
984
+
### `domain list`
985
+
986
+
List [custom domains](/r2/buckets/public-buckets/#custom-domains) for an R2 bucket.
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
996
+
931
997
### `notification create`
932
998
933
999
Create an [event notification](/r2/buckets/event-notifications/) rule for an R2 bucket.
- The jurisdiction where this R2 bucket is located, if a jurisdiction has been specified. Refer to [Jurisdictional Restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
1061
+
- The jurisdiction where the bucket exists. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
0 commit comments