Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add optimizer alias for app commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Jun 6, 2020
1 parent 0eb4e74 commit d0327f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions command/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ import (
// NewAppCommand returns a new `opsani app` command instance
func NewAppCommand(baseCmd *BaseCommand) *cobra.Command {
appCmd := &cobra.Command{
Use: "app",
Short: "Manage apps",
Use: "app",
Aliases: []string{"optimizer"},
Short: "Manage apps",

// All commands require an initialized client
PersistentPreRunE: baseCmd.InitConfigRunE,
Expand Down

0 comments on commit d0327f9

Please sign in to comment.