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 4a1f456 commit 9625731
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions cmd/apps/getapp/getapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ var name string

func init() {

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

Cmd.Flags().StringVarP(&name, "name", "n",
"", "Name of of the developer app")

Cmd.MarkFlagRequired("org")
Cmd.MarkFlagRequired("name")
}
5 changes: 0 additions & 5 deletions cmd/apps/listapp/listapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ var count string

func init() {

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

Cmd.Flags().StringVarP(&count, "count", "c",
"", "Number of apps; limit is 1000")

Cmd.Flags().BoolVarP(&expand, "expand", "x",
false, "Expand Details")

Cmd.MarkFlagRequired("org")
}

0 comments on commit 9625731

Please sign in to comment.