This repository was archived by the owner on Jan 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ import (
1111
1212func newListEnvCmd () * cobra.Command {
1313 listEnvCmd := & cobra.Command {
14- Use : "list" ,
15- Short : "ls" ,
14+ Use : "list" ,
1615 RunE : func (cmd * cobra.Command , args []string ) error {
1716 fleetID , err := cmd .Flags ().GetString ("fleet" )
1817 if err != nil {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "github.com/spf13/cobra"
55func NewCmd () * cobra.Command {
66 fleetsCmd := & cobra.Command {
77 Use : "fleets" ,
8- Short : "f" ,
98 Aliases : []string {"fleet" },
109 }
1110 fleetsCmd .AddCommand (newCreateFleetCmd ())
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "github.com/spf13/cobra"
55func NewCmd () * cobra.Command {
66 gatewaysCmd := & cobra.Command {
77 Use : "gateways" ,
8- Short : "g" ,
98 Aliases : []string {"gateway" , "gtw" },
109 }
1110 gatewaysCmd .AddCommand (newCreateGatewayCmd ())
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "github.com/spf13/cobra"
55func NewCmd () * cobra.Command {
66 machinesCmd := & cobra.Command {
77 Use : "machines" ,
8- Short : "m" ,
98 Aliases : []string {"machine" },
109 }
1110 machinesCmd .AddCommand (newListMachinesCmd ())
You can’t perform that action at this time.
0 commit comments