Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha5491 committed Jul 12, 2023
1 parent 640ad79 commit b63559b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ DESCRIPTION
Manage your Adobe I/O Events
```

_See code: [src/commands/event/index.ts](https://github.com/adobe/aio-cli-plugin-events/blob/v3.1.0/src/commands/event/index.ts)_
_See code: [src/commands/event/index.ts](https://github.com/adobe/aio-cli-plugin-events/blob/v3.2.0/src/commands/event/index.ts)_

## `aio event eventmetadata`

Expand Down Expand Up @@ -326,7 +326,8 @@ Get list of all Providers for the Organization

```
USAGE
$ aio event provider list [--help] [-v] [--version] [--fetchEventMetadata] [--providerMetadataId <value> | -p <value>] [--instanceId <value>] [-j | -y]
$ aio event provider list [--help] [-v] [--version] [--fetchEventMetadata] [--providerMetadataId <value> | -p <value>]
[--instanceId <value>] [-j | -y]
FLAGS
-j, --json Output json
Expand All @@ -339,7 +340,6 @@ FLAGS
--providerMetadataId=<value> Filter providers for org by provider metadata id (and instance id if applicable)
--version Show version
DESCRIPTION
Get list of all Providers for the Organization
Expand All @@ -353,14 +353,19 @@ Get list of all Providers for the Organization

```
USAGE
$ aio event provider ls [--help] [-v] [--version] [-j | -y]
$ aio event provider ls [--help] [-v] [--version] [--fetchEventMetadata] [--providerMetadataId <value> | -p <value>]
[--instanceId <value>] [-j | -y]
FLAGS
-j, --json Output json
-v, --verbose Verbose output
-y, --yml Output yml
--help Show help
--version Show version
-j, --json Output json
-p, --providerMetadataIds=<value>... Filter providers for org by list of provider metadata ids
-v, --verbose Verbose output
-y, --yml Output yml
--fetchEventMetadata Fetch event metadata with provider
--help Show help
--instanceId=<value> Filter providers for org by provider metadata id (and instance id if applicable)
--providerMetadataId=<value> Filter providers for org by provider metadata id (and instance id if applicable)
--version Show version
DESCRIPTION
Get list of all Providers for the Organization
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/aio-cli-plugin-events",
"description": "Adobe I/O Events Plugin for the Adobe I/O CLI",
"version": "3.1.0",
"version": "3.2.0",
"main": "src/index.js",
"keywords": [
"oclif-plugin"
Expand Down

0 comments on commit b63559b

Please sign in to comment.