Skip to content

Commit

Permalink
9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Sep 26, 2022
1 parent 4197d2e commit 35dd448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DESCRIPTION
Create, run, test, and deploy Adobe I/O Apps
```

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

## `aio app add`

Expand Down Expand Up @@ -835,7 +835,7 @@ Build and deploy an Adobe I/O App
USAGE
$ aio app deploy [-v] [--version] [--skip-static] [--skip-web-assets] [--skip-actions] [--actions | -a
<value>] [--web-assets] [--force-build | ] [--content-hash] [--web-optimize] [-e <value> | ] [--skip-build]
[--skip-deploy] [--build] [--open] [--force-publish | | [--publish | ]] [--log-forwarding-update]
[--skip-deploy] [--build] [--open] [--force-deploy] [--force-publish | | [--publish | ]] [--log-forwarding-update]
FLAGS
-a, --action=<value>... Deploy only a specific action, the flags can be specified multiple times, this will set
Expand All @@ -846,7 +846,10 @@ FLAGS
--[no-]build [default: true] Run the build phase before deployment
--[no-]content-hash [default: true] Enable content hashing in browser code
--[no-]force-build [default: true] Force a build even if one already exists
--force-publish Force publish extension(s) to Exchange, delete previously published extension points
--force-deploy [default: false] Force deploy changes, regardless of production Workspace being
published in Exchange.
--force-publish [default: false] Force publish extension(s) to Exchange, delete previously published
extension points
--[no-]log-forwarding-update [default: true] Update log forwarding configuration on server
--open Open the default web browser after a successful deploy, only valid if your app has a
front-end
Expand Down
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": "9.1.1",
"version": "9.2.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
"dependencies": {
Expand Down

0 comments on commit 35dd448

Please sign in to comment.