Skip to content

Commit 67ad11e

Browse files
committed
Remove documentation for enabled option in R2 bucket domain commands
1 parent 9ac5bd0 commit 67ad11e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

952952
### `domain remove`
953953

@@ -978,8 +978,6 @@ wrangler r2 bucket domain update <NAME> [OPTIONS]
978978
- The name of the R2 bucket associated with the custom domain to update.
979979
- `--domain` <Type text="string" /> <MetaInfo text="required" />
980980
- The custom domain whose settings will be updated.
981-
- `--enabled` <Type text="boolean" /> <MetaInfo text="optional" />
982-
- Enable or disable public access at the custom domain.
983981
- `--min-tls` <Type text="'1.0'|'1.1'|'1.2'|'1.3'" /> <MetaInfo text="optional" />
984982
- Update the minimum TLS version for the custom domain.
985983
- `--jurisdiction` <Type text="string" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)