add alert alias (#2485)
This commit is contained in:
parent
37c0c067a8
commit
9dba6db676
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ func NewAlertsCmd() *cobra.Command {
|
|||
Short: "Manage alerts",
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
DisableAutoGenTag: true,
|
||||
Aliases: []string{"alert"},
|
||||
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
|
||||
var err error
|
||||
if err := csConfig.LoadAPIClient(); err != nil {
|
||||
|
|
Loading…
Reference in a new issue