Skip to content

Commit

Permalink
7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Himavanth committed Jun 8, 2021
1 parent d1ac5ba commit 120ec6c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 50 deletions.
73 changes: 24 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OPTIONS
--version Show version
```

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

## `aio app:add`

Expand All @@ -83,7 +83,7 @@ OPTIONS
--version Show version
```

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

## `aio app:add:action`

Expand All @@ -103,7 +103,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/add/action.js)_
_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/add/action.js)_

## `aio app:add:ci`

Expand All @@ -121,7 +121,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/add/ci.js)_
_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/add/ci.js)_

## `aio app:add:event`

Expand All @@ -141,7 +141,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/add/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/add/event.js)_
_See code: [src/commands/app/add/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/add/event.js)_

## `aio app:add:service`

Expand All @@ -162,7 +162,7 @@ ALIASES
$ aio app:add:services
```

_See code: [src/commands/app/add/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/add/service.js)_
_See code: [src/commands/app/add/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/add/service.js)_

## `aio app:add:web-assets`

Expand All @@ -182,7 +182,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/add/web-assets.js)_
_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/add/web-assets.js)_

## `aio app:build`

Expand Down Expand Up @@ -211,7 +211,7 @@ DESCRIPTION
This will always force a rebuild unless --no-force-build is set.
```

_See code: [src/commands/app/build.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/build.js)_
_See code: [src/commands/app/build.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/build.js)_

## `aio app:create [PATH]`

Expand All @@ -233,7 +233,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/create.js)_
_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/create.js)_

## `aio app:delete`

Expand All @@ -250,7 +250,7 @@ OPTIONS
--version Show version
```

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

## `aio app:delete:action [ACTION-NAME]`

Expand All @@ -272,7 +272,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/delete/action.js)_
_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/delete/action.js)_

## `aio app:delete:ci`

Expand All @@ -291,7 +291,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/delete/ci.js)_
_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/delete/ci.js)_

## `aio app:delete:event EVENT-ACTION-NAME`

Expand All @@ -313,7 +313,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/delete/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/delete/event.js)_
_See code: [src/commands/app/delete/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/delete/event.js)_

## `aio app:delete:service`

Expand All @@ -334,7 +334,7 @@ ALIASES
$ aio app:delete:services
```

_See code: [src/commands/app/delete/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/delete/service.js)_
_See code: [src/commands/app/delete/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/delete/service.js)_

## `aio app:delete:web-assets`

Expand All @@ -353,7 +353,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/delete/web-assets.js)_
_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/delete/web-assets.js)_

## `aio app:deploy`

Expand Down Expand Up @@ -385,7 +385,7 @@ DESCRIPTION
This will always force a rebuild unless --no-force-build is set.
```

_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/deploy.js)_
_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/deploy.js)_

## `aio app:get-url [ACTION]`

Expand All @@ -406,7 +406,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/get-url.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/get-url.js)_
_See code: [src/commands/app/get-url.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/get-url.js)_

## `aio app:info`

Expand All @@ -431,32 +431,7 @@ OPTIONS
DESCRIPTION
```

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

## `aio app:info`

Display settings/configuration in use by an Adobe I/O App

```
Display settings/configuration in use by an Adobe I/O App
USAGE
$ aio app:info
OPTIONS
-h, --hson Output human readable json
-j, --json Output json
-v, --verbose Verbose output
-y, --yml Output yml
--[no-]mask Hide known private info
--version Show version
DESCRIPTION
```

_See code: [src/commands/app/info.js](https://github.com/adobe/aio-cli-plugin-app/blob/6.2.0/src/commands/app/info.js)_
_See code: [src/commands/app/info.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/info.js)_

## `aio app:init [PATH]`

Expand All @@ -481,7 +456,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/init.js)_
_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/init.js)_

## `aio app:logs`

Expand All @@ -505,7 +480,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/logs.js)_
_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/logs.js)_

## `aio app:run`

Expand All @@ -526,7 +501,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/run.js)_
_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/run.js)_

## `aio app:test`

Expand All @@ -546,7 +521,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/test.js)_
_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/test.js)_

## `aio app:undeploy`

Expand All @@ -567,7 +542,7 @@ OPTIONS
--version Show version
```

_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/undeploy.js)_
_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/undeploy.js)_

## `aio app:use [CONFIG_FILE_PATH]`

Expand Down Expand Up @@ -628,5 +603,5 @@ DESCRIPTION
page in https://console.adobe.io
```

_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.1/src/commands/app/use.js)_
_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/7.0.2/src/commands/app/use.js)_
<!-- commandsstop -->
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": "7.0.1",
"version": "7.0.2",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
"dependencies": {
Expand Down

0 comments on commit 120ec6c

Please sign in to comment.