Make "up" a short-alias for "update"

This commit is contained in:
joeduffy 2017-10-10 08:51:45 -07:00
parent 556345c68e
commit d52c29b763

View file

@ -20,8 +20,9 @@ func newUpdateCmd() *cobra.Command {
var showSames bool
var summary bool
var cmd = &cobra.Command{
Use: "update",
Short: "Update the resources in an environment",
Use: "update",
Aliases: []string{"up"},
Short: "Update the resources in an environment",
Long: "Update the resources in an environment\n" +
"\n" +
"This command updates an existing environment whose state is represented by the\n" +