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

Commit

Permalink
add optional params
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 15, 2019
1 parent 446a0a6 commit c7841e0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ Supported alias `products`

List all API Products in the org

Optional parameters:
* `--expand -x` : `true` or `false` - Optional. Returns an expanded list of apps for the organization.
* `--count -c` - Optional. Number of app ids to return. Default is 10000

```
apigeeapi prods list -o org
```
Expand All @@ -141,6 +145,27 @@ Get details of an API product
apigeeapi prods list -o org -n name
```

## <a name="apis"/> apis

* [list](#listorgs)
* [listdeploy](#listdeploy)

### <a name="listorgs"/> list

List APIs in an Apigee Org

```
apigeeapi org list
```

### <a name="listdeploy"/> listdeploy

Lists all deployments of an API proxy

```
apigeeapi org listdeploy -o org
```

## <a name="devs"/> developers

Supported alias `developers`
Expand Down Expand Up @@ -175,6 +200,10 @@ Supported alias `applications`

List all developer apps in an org

Optional parameters:
* `--expand -x` : `true` or `false` - Optional. Returns an expanded list of apps for the organization.
* `--count -c` - Optional. Number of app ids to return. Default is 10000

```
apigeeapi apps list -o org
```
Expand Down

0 comments on commit c7841e0

Please sign in to comment.