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

Commit

Permalink
remove org flag
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 16, 2019
1 parent 46153cd commit 4a1f456
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/products/delprod/delprod.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ var name string

func init() {

Cmd.Flags().StringVarP(&shared.RootArgs.Org, "org", "o",
"", "Apigee organization name")

Cmd.Flags().StringVarP(&name, "name", "n",
"", "name of the API Product")

Cmd.MarkFlagRequired("org")
Cmd.MarkFlagRequired("name")
}

0 comments on commit 4a1f456

Please sign in to comment.