Skip to content

Commit

Permalink
10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Nov 22, 2022
1 parent 59411b6 commit 76ef948
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DESCRIPTION
Create, run, test, and deploy Adobe I/O Apps
```

_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/10.0.2/src/commands/app/index.js)_
_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/10.0.3/src/commands/app/index.js)_

## `aio app add`

Expand Down Expand Up @@ -130,6 +130,7 @@ FLAGS
DESCRIPTION
Add new actions
ALIASES
$ aio app add actions
```
Expand All @@ -152,6 +153,7 @@ FLAGS
DESCRIPTION
Add new actions
ALIASES
$ aio app add actions
```
Expand Down Expand Up @@ -190,6 +192,7 @@ FLAGS
DESCRIPTION
Add a new Adobe I/O Events action
ALIASES
$ aio app add events
```
Expand All @@ -212,6 +215,7 @@ FLAGS
DESCRIPTION
Add a new Adobe I/O Events action
ALIASES
$ aio app add events
```
Expand All @@ -234,6 +238,7 @@ FLAGS
DESCRIPTION
Add new extensions to the project
ALIASES
$ aio app add ext
$ aio app add extensions
Expand All @@ -257,6 +262,7 @@ FLAGS
DESCRIPTION
Add new extensions to the project
ALIASES
$ aio app add ext
$ aio app add extensions
Expand All @@ -280,6 +286,7 @@ FLAGS
DESCRIPTION
Add new extensions to the project
ALIASES
$ aio app add ext
$ aio app add extensions
Expand All @@ -300,6 +307,7 @@ FLAGS
DESCRIPTION
Subscribe to Services in the current Workspace
ALIASES
$ aio app add services
```
Expand All @@ -319,6 +327,7 @@ FLAGS
DESCRIPTION
Subscribe to Services in the current Workspace
ALIASES
$ aio app add services
```
Expand Down Expand Up @@ -602,6 +611,7 @@ FLAGS
DESCRIPTION
Delete existing actions
ALIASES
$ aio app delete actions
```
Expand All @@ -625,6 +635,7 @@ FLAGS
DESCRIPTION
Delete existing actions
ALIASES
$ aio app delete actions
```
Expand Down Expand Up @@ -665,6 +676,7 @@ FLAGS
DESCRIPTION
Delete existing Adobe I/O Events actions
ALIASES
$ aio app delete events
```
Expand All @@ -688,6 +700,7 @@ FLAGS
DESCRIPTION
Delete existing Adobe I/O Events actions
ALIASES
$ aio app delete events
```
Expand All @@ -710,6 +723,7 @@ FLAGS
DESCRIPTION
Delete existing extensions
ALIASES
$ aio app delete ext
$ aio app delete extensions
Expand All @@ -733,6 +747,7 @@ FLAGS
DESCRIPTION
Delete existing extensions
ALIASES
$ aio app delete ext
$ aio app delete extensions
Expand All @@ -756,6 +771,7 @@ FLAGS
DESCRIPTION
Delete existing extensions
ALIASES
$ aio app delete ext
$ aio app delete extensions
Expand All @@ -776,6 +792,7 @@ FLAGS
DESCRIPTION
Delete Services in the current Workspace
ALIASES
$ aio app delete services
```
Expand All @@ -795,6 +812,7 @@ FLAGS
DESCRIPTION
Delete Services in the current Workspace
ALIASES
$ aio app delete services
```
Expand Down Expand Up @@ -823,7 +841,7 @@ Build and deploy an Adobe I/O App
```
USAGE
$ aio app deploy [-v] [--version] [--actions | -a <value>] [--web-assets] [--force-build | ] [--content-hash]
[--web-optimize] [-e <value> | ] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]]
[--web-optimize] [-e <value> | ] [--build] [--open] [--force-deploy] [--force-publish | | --publish]
[--log-forwarding-update]
FLAGS
Expand Down Expand Up @@ -957,6 +975,7 @@ FLAGS
DESCRIPTION
List implemented extensions
ALIASES
$ aio app list ext
$ aio app list extensions
Expand All @@ -979,6 +998,7 @@ FLAGS
DESCRIPTION
List all extension points for the selected org
ALIASES
$ aio app list ext-points
$ aio app list extension-points
Expand All @@ -1001,6 +1021,7 @@ FLAGS
DESCRIPTION
List implemented extensions
ALIASES
$ aio app list ext
$ aio app list extensions
Expand All @@ -1023,6 +1044,7 @@ FLAGS
DESCRIPTION
List all extension points for the selected org
ALIASES
$ aio app list ext-points
$ aio app list extension-points
Expand All @@ -1045,6 +1067,7 @@ FLAGS
DESCRIPTION
List implemented extensions
ALIASES
$ aio app list ext
$ aio app list extensions
Expand Down Expand Up @@ -1112,13 +1135,10 @@ FLAGS
DESCRIPTION
Run tests for an Adobe I/O App
If no flags are specified, by default only unit-tests are run.
For the --action flag, it tries a substring search on the 'package-name/action-name' pair for an action.
For the --extension flag, it tries a substring search on the 'extension-name' only.
If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
```

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-app",
"description": "Create, Build and Deploy Adobe I/O Applications",
"version": "10.0.2",
"version": "10.0.3",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
"dependencies": {
Expand Down

0 comments on commit 76ef948

Please sign in to comment.