Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Jun 15, 2020
1 parent 5bf49f5 commit dfb9efd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OPTIONS
--version Show version
```

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

## `aio app:add`

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

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

## `aio app:add:action`

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

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

## `aio app:add:auth`

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

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

## `aio app:add:ci`

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

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

## `aio app:add:event`

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

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

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

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

_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/2.2.0/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/3.0.0/src/commands/app/add/web-assets.js)_

## `aio app:create [PATH]`

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

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

## `aio app:delete`

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

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

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

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

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

## `aio app:delete:ci`

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

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

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

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

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

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

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

_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/2.2.0/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/3.0.0/src/commands/app/delete/web-assets.js)_

## `aio app:deploy`

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

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

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

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

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

## `aio app:init [PATH]`

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

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

## `aio app:logs`

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

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

## `aio app:run`

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

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

## `aio app:test`

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

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

## `aio app:undeploy`

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

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

## `aio app:use [CONFIG_FILE_PATH]`

Expand All @@ -411,5 +411,5 @@ OPTIONS
--version Show version
```

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

0 comments on commit dfb9efd

Please sign in to comment.