From f65589fcedb87637581e851576cd1add06e46143 Mon Sep 17 00:00:00 2001 From: amanoj Date: Thu, 30 Jan 2025 14:31:32 +0530 Subject: [PATCH] reserved-ipv6: unhide reserved IPv6 command in the CLI --- commands/reserved_ipv6s.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/reserved_ipv6s.go b/commands/reserved_ipv6s.go index 1bf620d5d..3be57212c 100644 --- a/commands/reserved_ipv6s.go +++ b/commands/reserved_ipv6s.go @@ -34,7 +34,6 @@ func ReservedIPv6() *Command { Long: `The sub-commands of ` + "`" + `doctl compute reserved-ipv6` + "`" + ` manage reserved IPv6 addresses. Reserved IPv6s are publicly-accessible static IPv6 addresses that you can assign to one of your Droplets. They can be used to create highly available setups or other configurations requiring movable addresses. Reserved IPv6s are bound to the regions they are created in.`, Aliases: []string{"reserved-ipv6s"}, - Hidden: true, }, }