Skip to content

Commit

Permalink
Enable droplet-autoscaler commands (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaha2 authored Jan 6, 2025
1 parent 63ea43d commit e59df3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/droplet_autoscale.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ import (
func DropletAutoscale() *Command {
cmd := &Command{
Command: &cobra.Command{
Hidden: true,
Use: "droplet-autoscale",
Aliases: []string{"das"},
Short: "Display commands to manage Droplet autoscale pools",
Long: `Use the subcommands of ` + "`" + `doctl compute droplet-autoscale` + "`" + ` to perform actions on Droplet Autoscale Pools.
You can use droplet-autoscale to perform CRUD operations on a Droplet Autoscale Pools.`,
You can use droplet-autoscale to perform CRUD operations on a Droplet Autoscale Pool.`,
},
}
cmdDropletAutoscaleCreate := CmdBuilder(cmd, RunDropletAutoscaleCreate, "create", "Create a new Droplet autoscale pool", "", Writer, displayerType(&displayers.DropletAutoscalePools{}))
Expand Down

0 comments on commit e59df3a

Please sign in to comment.