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

Commit

Permalink
docs for managing developer apps
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 18, 2020
1 parent a534aa6 commit 6ada182
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/apigeecli_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Manage Apigee Developer Applications
* [apigeecli apps import](apigeecli_apps_import.md) - Import a file containing Developer Apps
* [apigeecli apps keys](apigeecli_apps_keys.md) - Manage developer app keys
* [apigeecli apps list](apigeecli_apps_list.md) - Returns a list of Developer Applications
* [apigeecli apps manage](apigeecli_apps_manage.md) - Approve or revoke a developer app

###### Auto generated by spf13/cobra on 17-Dec-2020
34 changes: 34 additions & 0 deletions docs/apigeecli_apps_manage.md
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
2 changes: 1 addition & 1 deletion docs/apigeecli_envoy-bindings_add-jwk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apigeecli envoy-bindings add-jwk [flags]
```
-f, --folder string folder containing remote-service.* files
-h, --help help for add-jwk
-k, --kid string Key Identifier (default "2020-12-17T16:23:34")
-k, --kid string Key Identifier (default "2020-12-17T17:05:43")
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/apigeecli_envoy-bindings_gen-jwk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apigeecli envoy-bindings gen-jwk [flags]
```
-f, --folder string folder containing remote-service.* files
-h, --help help for gen-jwk
-k, --kid string Key Identifier (default "2020-12-17T16:23:34")
-k, --kid string Key Identifier (default "2020-12-17T17:05:43")
```

### Options inherited from parent commands
Expand Down

0 comments on commit 6ada182

Please sign in to comment.