Skip to content

Commit

Permalink
Unhide VPC Peerings Command (#1546)
Browse files Browse the repository at this point in the history
* fix: VPC Peering delete cli message

* Unhide VPC peerings commands
  • Loading branch information
ddatta-do authored Jul 8, 2024
1 parent ebbaa70 commit 359e545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/vpc_peerings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}

Expand Down

0 comments on commit 359e545

Please sign in to comment.