This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## apigeecli apps manage | ||
|
||
Approve or revoke a developer app | ||
|
||
### Synopsis | ||
|
||
Approve or revoke a developer app | ||
|
||
``` | ||
apigeecli apps manage [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-x, --action string Action to perform - revoke or approve (default "revoke") | ||
-h, --help help for manage | ||
-n, --name string Developer app name | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-a, --account string Path Service Account private key in JSON | ||
--disable-check Disable check for newer versions | ||
-o, --org string Apigee organization name | ||
-t, --token string Google OAuth Token | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [apigeecli apps](apigeecli_apps.md) - Manage Apigee Developer Applications | ||
|
||
###### Auto generated by spf13/cobra on 17-Dec-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters