Skip to content

Commit 25424f9

Browse files
committed
Remove documentation for enabled option in R2 bucket domain commands
1 parent 3f3b4d8 commit 25424f9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -946,12 +946,12 @@ wrangler r2 bucket domain add <NAME> [OPTIONS]
946946
- The custom domain to connect to the R2 bucket.
947947
- `--zone-id` <Type text="string" /> <MetaInfo text="required" />
948948
- The [zone ID](/fundamentals/setup/find-account-and-zone-ids/) associated with the custom domain.
949-
- `--enabled` <Type text="boolean" /> <MetaInfo text="optional" />
950-
- Whether to enable public access at the custom domain (default is enabled).
951949
- `--min-tls` <Type text="'1.0'|'1.1'|'1.2'|'1.3'" /> <MetaInfo text="optional" />
952950
- Set the minimum TLS version for the custom domain (defaults to 1.0 if not set).
953951
- `--jurisdiction` <Type text="string" /> <MetaInfo text="optional" />
954952
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
953+
- `--force` <Type text="boolean" /> <MetaInfo text="optional" />
954+
- Skip confirmation when adding the custom domain.
955955

956956
### `domain remove`
957957

@@ -982,8 +982,6 @@ wrangler r2 bucket domain update <NAME> [OPTIONS]
982982
- The name of the R2 bucket associated with the custom domain to update.
983983
- `--domain` <Type text="string" /> <MetaInfo text="required" />
984984
- The custom domain whose settings will be updated.
985-
- `--enabled` <Type text="boolean" /> <MetaInfo text="optional" />
986-
- Enable or disable public access at the custom domain.
987985
- `--min-tls` <Type text="'1.0'|'1.1'|'1.2'|'1.3'" /> <MetaInfo text="optional" />
988986
- Update the minimum TLS version for the custom domain.
989987
- `--jurisdiction` <Type text="string" /> <MetaInfo text="optional" />
@@ -1376,7 +1374,6 @@ wrangler workflows instances describe <WORKFLOW_NAME> <ID> [OPTIONS]
13761374
# Passing `latest` instead of an explicit ID will describe the most recently queued instance
13771375
wrangler workflows instances describe my-workflow latest
13781376
```
1379-
13801377
```sh output
13811378
Workflow Name: my-workflow
13821379
Instance Id: 51c73fc8-7fd5-47d9-bd82-9e301506ee72
@@ -1442,7 +1439,6 @@ wrangler workflows describe <WORKFLOW_NAME> [OPTIONS]
14421439
### `trigger`
14431440

14441441
Trigger (create) a Workflow instance.
1445-
14461442
```sh
14471443
wrangler workflows trigger <WORKFLOW_NAME> <PARAMS> [OPTIONS]
14481444
```

0 commit comments

Comments
 (0)