From 359e5452d601fc40b96c697939891f39b0cb634d Mon Sep 17 00:00:00 2001 From: ddatta-do <147642663+ddatta-do@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:36:21 +0530 Subject: [PATCH] Unhide VPC Peerings Command (#1546) * fix: VPC Peering delete cli message * Unhide VPC peerings commands --- commands/vpc_peerings.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/vpc_peerings.go b/commands/vpc_peerings.go index 22a65b7e4..3d868d69e 100644 --- a/commands/vpc_peerings.go +++ b/commands/vpc_peerings.go @@ -23,7 +23,6 @@ func VPCPeerings() *Command { Short: "Display commands that manage VPC Peerings", Long: `The commands under ` + "`" + `doctl vpcs peerings` + "`" + ` are for managing your VPC Peerings. With the VPC Peerings commands, you can get, list, create, update, or delete VPC Peerings, and manage their configuration details.`, - Hidden: true, }, }