Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
add alias to operations
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 2, 2021
1 parent c697da8 commit a0ad4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/ops/ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

//Cmd to manage ops
var Cmd = &cobra.Command{
Use: "ops",
Aliases: []string{"operations"},
Use: "operations",
Aliases: []string{"ops"},
Short: "View Apigee Operations",
Long: "View Apigee Operations",
}
Expand Down

0 comments on commit a0ad4e5

Please sign in to comment.