Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed May 15, 2020
1 parent 2d18e85 commit e9a3f54
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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/2.0.0 darwin-x64 node-v10.16.1
@adobe/aio-cli-plugin-app/2.0.1 darwin-x64 node-v10.16.1
$ @adobe/aio-cli-plugin-app --help [COMMAND]
USAGE
$ @adobe/aio-cli-plugin-app COMMAND
Expand Down Expand Up @@ -64,7 +64,7 @@ OPTIONS
--version Show version
```

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

## `@adobe/aio-cli-plugin-app app:get-url [ACTION]`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit e9a3f54

Please sign in to comment.