From 434c0eb6425cb159a1196f4eb1d7614b532cb555 Mon Sep 17 00:00:00 2001 From: Rahul Sethi <5822355+RamIdeas@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:42:54 +0100 Subject: [PATCH] add changeset --- .changeset/calm-flowers-doubt.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/calm-flowers-doubt.md diff --git a/.changeset/calm-flowers-doubt.md b/.changeset/calm-flowers-doubt.md new file mode 100644 index 000000000000..607f270c759a --- /dev/null +++ b/.changeset/calm-flowers-doubt.md @@ -0,0 +1,7 @@ +--- +"wrangler": minor +--- + +feature: rename the `wrangler secret:bulk` command to `wrangler secret bulk` + +The old command is now deprecated (but still functional) and will be removed in a future release. The new command is now more consistent with the rest of the wrangler CLI commands.