Skip to content

Commit

Permalink
reserved-ipv6: unhide reserved IPv6 command in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
amanoj-do committed Feb 11, 2025
1 parent f28d848 commit f65589f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/reserved_ipv6s.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}

Expand Down

0 comments on commit f65589f

Please sign in to comment.