-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
This report analyzes changes in CLI Monitor: wrangler from 2025-01-22 to 2025-01-23.
We found 4 commands that changed and have potential file changes.
Changes in wrangler put
---
+++
@@ -21,6 +21,7 @@
wrangler d1 🗄 Manage Workers D1 databases
wrangler vectorize 🧮 Manage Vectorize indexes [open beta]
wrangler hyperdrive 🚀 Manage Hyperdrive databases
+ wrangler cert 🪪 Manage client mTLS certificates and CA certificate chains used for secured connections [open-beta]
wrangler pages ⚡️ Configure Cloudflare Pages
wrangler mtls-certificate 🪪 Manage certificates used for mTLS connections
wrangler pubsub 📮 Manage Pub/Sub brokers [private beta]We didn't find any files to update. If you think this is an error, please contact support.
Changes in wrangler docs
---
+++
@@ -14,5 +14,3 @@
OPTIONS
-y, --yes Takes you to the docs, even if search fails [boolean]
-
-Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.mdWe didn't find any files to update. If you think this is an error, please contact support.
Changes in wrangler deploy
---
+++
@@ -38,3 +38,5 @@
--upload-source-maps Include source maps when uploading this worker. [boolean]
--old-asset-ttl Expire old assets in given seconds rather than immediate deletion. [number]
--dispatch-namespace Name of a dispatch namespace to deploy the Worker to (Workers for Platforms) [string]
+
+Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.mdWe didn't find any files to update. If you think this is an error, please contact support.
Changes in wrangler
---
+++
@@ -21,6 +21,7 @@
wrangler d1 🗄 Manage Workers D1 databases
wrangler vectorize 🧮 Manage Vectorize indexes [open beta]
wrangler hyperdrive 🚀 Manage Hyperdrive databases
+ wrangler cert 🪪 Manage client mTLS certificates and CA certificate chains used for secured connections [open-beta]
wrangler pages ⚡️ Configure Cloudflare Pages
wrangler mtls-certificate 🪪 Manage certificates used for mTLS connections
wrangler pubsub 📮 Manage Pub/Sub brokers [private beta]Relevant files:
src/content/docs/workers/wrangler/commands.mdx
-
commands.mdx Line 45
Addcertcommand to the list of Wrangler commands. -
commands.mdx Line 181
Add a new section for thecertcommand, including its description, usage examples, and options.
Note: This report is currently in beta. If you have any feedback, please reach out to support.