Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Feb 5, 2021
1 parent 918bccc commit 998c9b3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ OPTIONS
--version Show version
```

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

## `aio app:add`

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

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

## `aio app:add:action`

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

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

## `aio app:add:ci`

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

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

## `aio app:add:event`

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

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

## `aio app:add:service`

Subscribe to services in the current Workspace
Subscribe to Services in the current Workspace

```
Subscribe to services in the current Workspace
Subscribe to Services in the current Workspace
USAGE
Expand All @@ -161,7 +161,7 @@ ALIASES
$ aio app:add:services
```

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

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

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

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

## `aio app:build`

Expand All @@ -199,6 +199,7 @@ USAGE
OPTIONS
-a, --action=action Build only a specific action, the flags can be specified multiple times
-v, --verbose Verbose output
--[no-]content-hash Enable content hashing in browser code (default: true)
--[no-]force-build Forces a build even if one already exists (default: true)
--skip-actions Skip build of actions
--skip-static Skip build of static files
Expand All @@ -209,7 +210,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/5.4.0/src/commands/app/build.js)_
_See code: [src/commands/app/build.js](https://github.com/adobe/aio-cli-plugin-app/blob/6.0.0/src/commands/app/build.js)_

## `aio app:create [PATH]`

Expand All @@ -231,7 +232,7 @@ OPTIONS
--version Show version
```

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

## `aio app:delete`

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

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

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

Expand All @@ -270,7 +271,7 @@ OPTIONS
--version Show version
```

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

## `aio app:delete:ci`

Expand All @@ -289,7 +290,7 @@ OPTIONS
--version Show version
```

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

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

Expand All @@ -311,7 +312,7 @@ OPTIONS
--version Show version
```

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

## `aio app:delete:service`

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

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

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

Expand All @@ -351,7 +352,7 @@ OPTIONS
--version Show version
```

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

## `aio app:deploy`

Expand All @@ -369,6 +370,7 @@ USAGE
OPTIONS
-a, --action=action Deploy only a specific action, the flags can be specified multiple times
-v, --verbose Verbose output
--[no-]content-hash Enable content hashing in browser code (default: true)
--[no-]force-build Forces a build even if one already exists (default: true)
--open Open the default web browser after a successful deploy, only valid if your app has a front-end
--skip-actions Skip action build & deploy
Expand All @@ -382,7 +384,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/5.4.0/src/commands/app/deploy.js)_
_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/6.0.0/src/commands/app/deploy.js)_

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

Expand All @@ -403,7 +405,7 @@ OPTIONS
--version Show version
```

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

## `aio app:init [PATH]`

Expand All @@ -428,7 +430,7 @@ OPTIONS
--version Show version
```

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

## `aio app:logs`

Expand All @@ -452,7 +454,7 @@ OPTIONS
--version Show version
```

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

## `aio app:run`

Expand All @@ -473,7 +475,7 @@ OPTIONS
--version Show version
```

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

## `aio app:test`

Expand All @@ -493,7 +495,7 @@ OPTIONS
--version Show version
```

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

## `aio app:undeploy`

Expand All @@ -514,7 +516,7 @@ OPTIONS
--version Show version
```

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

## `aio app:use [CONFIG_FILE_PATH]`

Expand Down Expand Up @@ -560,5 +562,5 @@ OPTIONS
configuration for this Workspace
```

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

0 comments on commit 998c9b3

Please sign in to comment.