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: packages/wrangler/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Errors are caught at the top-level and formatted for the console.
137
137
138
138
### Status / Deprecation
139
139
140
-
Status can be alpha, private-beta, open-beta, or stable. Breaking changes can freely be made in alpha or private-beta. Try avoid breaking changes in open-beta but are acceptable and should be called out in [a changeset](../../CONTRIBUTING.md#Changesets).
140
+
Status can be alpha, "privatebeta", "openbeta", or stable. Breaking changes can freely be made in alpha or "privatebeta". Try avoid breaking changes in "openbeta" but are acceptable and should be called out in [a changeset](../../CONTRIBUTING.md#Changesets).
141
141
142
142
Stable commands should never have breaking changes.
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/kv/bulk.test.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ describe("kv", () => {
587
587
Success!"
588
588
`);
589
589
expect(std.warn).toMatchInlineSnapshot(`
590
-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
590
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
591
591
592
592
"
593
593
`);
@@ -614,7 +614,7 @@ describe("kv", () => {
614
614
Success!"
615
615
`);
616
616
expect(std.warn).toMatchInlineSnapshot(`
617
-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
617
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
618
618
619
619
"
620
620
`);
@@ -635,7 +635,7 @@ describe("kv", () => {
635
635
`);
636
636
expect(std.out).toMatchInlineSnapshot(`""`);
637
637
expect(std.warn).toMatchInlineSnapshot(`
638
-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
638
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
639
639
640
640
"
641
641
`);
@@ -657,7 +657,7 @@ describe("kv", () => {
657
657
`);
658
658
expect(std.out).toMatchInlineSnapshot(`""`);
659
659
expect(std.warn).toMatchInlineSnapshot(`
660
-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
660
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler kv bulk get\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines list\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
513
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines list\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
514
514
515
515
516
516
[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m⚠️ You have legacy pipelines. Consider creating new pipelines by running 'wrangler pipelines setup'.[0m
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines get\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
712
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines get\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
713
713
714
714
715
715
[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m⚠️ This is a legacy pipeline. Consider creating a new pipeline by running 'wrangler pipelines setup'.[0m
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines update\` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
1037
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m🚧 \`wrangler pipelines update\` is an openbeta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose[0m
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/r2/bucket.test.ts
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ describe("r2", () => {
106
106
wrangler r2 bucket info <bucket> Get information about an R2 bucket
107
107
wrangler r2 bucket delete <bucket> Delete an R2 bucket
108
108
wrangler r2 bucket sippy Manage Sippy incremental migration on an R2 bucket
109
-
wrangler r2 bucket catalog Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [open-beta]
109
+
wrangler r2 bucket catalog Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [openbeta]
110
110
wrangler r2 bucket notification Manage event notification rules for an R2 bucket
111
111
wrangler r2 bucket domain Manage custom domains for an R2 bucket
112
112
wrangler r2 bucket dev-url Manage public access via the r2.dev URL for an R2 bucket
@@ -148,7 +148,7 @@ describe("r2", () => {
148
148
wrangler r2 bucket info <bucket> Get information about an R2 bucket
149
149
wrangler r2 bucket delete <bucket> Delete an R2 bucket
150
150
wrangler r2 bucket sippy Manage Sippy incremental migration on an R2 bucket
151
-
wrangler r2 bucket catalog Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [open-beta]
151
+
wrangler r2 bucket catalog Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [openbeta]
152
152
wrangler r2 bucket notification Manage event notification rules for an R2 bucket
153
153
wrangler r2 bucket domain Manage custom domains for an R2 bucket
154
154
wrangler r2 bucket dev-url Manage public access via the r2.dev URL for an R2 bucket
@@ -959,13 +959,13 @@ describe("r2", () => {
959
959
"
960
960
wrangler r2 bucket catalog
961
961
962
-
Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [open-beta]
962
+
Manage the data catalog for your R2 buckets - provides an Iceberg REST interface for query engines like Spark and PyIceberg [openbeta]
963
963
964
964
COMMANDS
965
-
wrangler r2 bucket catalog enable <bucket> Enable the data catalog on an R2 bucket [open-beta]
966
-
wrangler r2 bucket catalog disable <bucket> Disable the data catalog for an R2 bucket [open-beta]
967
-
wrangler r2 bucket catalog get <bucket> Get the status of the data catalog for an R2 bucket [open-beta]
968
-
wrangler r2 bucket catalog compaction Control settings for automatic file compaction maintenance jobs for your R2 data catalog [open-beta]
965
+
wrangler r2 bucket catalog enable <bucket> Enable the data catalog on an R2 bucket [openbeta]
966
+
wrangler r2 bucket catalog disable <bucket> Disable the data catalog for an R2 bucket [openbeta]
967
+
wrangler r2 bucket catalog get <bucket> Get the status of the data catalog for an R2 bucket [openbeta]
968
+
wrangler r2 bucket catalog compaction Control settings for automatic file compaction maintenance jobs for your R2 data catalog [openbeta]
969
969
970
970
GLOBAL FLAGS
971
971
-c, --config Path to Wrangler configuration file [string]
@@ -1024,7 +1024,7 @@ describe("r2", () => {
1024
1024
"
1025
1025
wrangler r2 bucket catalog enable <bucket>
1026
1026
1027
-
Enable the data catalog on an R2 bucket [open-beta]
1027
+
Enable the data catalog on an R2 bucket [openbeta]
1028
1028
1029
1029
POSITIONALS
1030
1030
bucket The name of the bucket to enable [string] [required]
@@ -1057,7 +1057,7 @@ describe("r2", () => {
1057
1057
"
1058
1058
wrangler r2 bucket catalog disable <bucket>
1059
1059
1060
-
Disable the data catalog for an R2 bucket [open-beta]
1060
+
Disable the data catalog for an R2 bucket [openbeta]
1061
1061
1062
1062
POSITIONALS
1063
1063
bucket The name of the bucket to disable the data catalog for [string] [required]
@@ -1155,7 +1155,7 @@ describe("r2", () => {
1155
1155
"
1156
1156
wrangler r2 bucket catalog get <bucket>
1157
1157
1158
-
Get the status of the data catalog for an R2 bucket [open-beta]
1158
+
Get the status of the data catalog for an R2 bucket [openbeta]
1159
1159
1160
1160
POSITIONALS
1161
1161
bucket The name of the R2 bucket whose data catalog status to retrieve [string] [required]
@@ -1264,11 +1264,11 @@ describe("r2", () => {
1264
1264
"
1265
1265
wrangler r2 bucket catalog compaction
1266
1266
1267
-
Control settings for automatic file compaction maintenance jobs for your R2 data catalog [open-beta]
1267
+
Control settings for automatic file compaction maintenance jobs for your R2 data catalog [openbeta]
1268
1268
1269
1269
COMMANDS
1270
-
wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table] Enable automatic file compaction for your R2 data catalog or a specific table [open-beta]
1271
-
wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table] Disable automatic file compaction for your R2 data catalog or a specific table [open-beta]
1270
+
wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table] Enable automatic file compaction for your R2 data catalog or a specific table [openbeta]
1271
+
wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table] Disable automatic file compaction for your R2 data catalog or a specific table [openbeta]
1272
1272
1273
1273
GLOBAL FLAGS
1274
1274
-c, --config Path to Wrangler configuration file [string]
0 commit comments