From f13c897769627f791e8485660566f3f59bcc57a3 Mon Sep 17 00:00:00 2001 From: Carmen Popoviciu Date: Fri, 13 Dec 2024 15:25:22 +0100 Subject: [PATCH] fix: add changeset for Cloudchamber changes (#7542) --- .changeset/fluffy-rules-listen.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fluffy-rules-listen.md diff --git a/.changeset/fluffy-rules-listen.md b/.changeset/fluffy-rules-listen.md new file mode 100644 index 000000000000..9dcd5afe285d --- /dev/null +++ b/.changeset/fluffy-rules-listen.md @@ -0,0 +1,7 @@ +--- +"wrangler": patch +--- + +Always print deployment and placement ID in Cloudchamber commands + +Currently, Cloudchamber commands only print the full deployment ID when the deployment has an IPv4 address. This commit ensures the deployment ID and the placement ID are always printed to stdout. It also moves the printing of the IPv4 address (if one exists) to the same place as the IPv6 address so that they are printed together.