Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Feb 14, 2020
1 parent 13d1308 commit cfcdade
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @adobe/aio-cli-plugin-app
$ @adobe/aio-cli-plugin-app COMMAND
running command...
$ @adobe/aio-cli-plugin-app (-v|--version|version)
@adobe/aio-cli-plugin-app/1.2.2 darwin-x64 node-v10.18.0
@adobe/aio-cli-plugin-app/1.2.3 darwin-x64 node-v10.18.0
$ @adobe/aio-cli-plugin-app --help [COMMAND]
USAGE
$ @adobe/aio-cli-plugin-app COMMAND
Expand Down 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/1.2.2/src/commands/app/index.js)_
_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.2.3/src/commands/app/index.js)_

## `@adobe/aio-cli-plugin-app 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/1.2.2/src/commands/app/add/index.js)_
_See code: [src/commands/app/add/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.2.3/src/commands/app/add/index.js)_

## `@adobe/aio-cli-plugin-app 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/1.2.2/src/commands/app/add/action.js)_
_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.2.3/src/commands/app/add/action.js)_

## `@adobe/aio-cli-plugin-app 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/1.2.2/src/commands/app/add/auth.js)_
_See code: [src/commands/app/add/auth.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.2.3/src/commands/app/add/auth.js)_

## `@adobe/aio-cli-plugin-app app:add:web-assets`

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

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

## `@adobe/aio-cli-plugin-app app:create [PATH]`

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

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

## `@adobe/aio-cli-plugin-app app:delete`

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

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

## `@adobe/aio-cli-plugin-app app:delete:action [ACTION-NAME]`

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

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

## `@adobe/aio-cli-plugin-app app:delete:web-assets`

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

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

## `@adobe/aio-cli-plugin-app app:deploy`

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

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

## `@adobe/aio-cli-plugin-app app:init [PATH]`

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

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

## `@adobe/aio-cli-plugin-app app:logs`

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

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

## `@adobe/aio-cli-plugin-app app:run`

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

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

## `@adobe/aio-cli-plugin-app app:test`

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

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

## `@adobe/aio-cli-plugin-app app:undeploy`

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

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

## `@adobe/aio-cli-plugin-app app:use CONFIG_FILE_PATH`

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

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

0 comments on commit cfcdade

Please sign in to comment.