Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jun 20, 2023
1 parent 77d1ad9 commit bf98c2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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/10.2.2/src/commands/app/index.js)_
_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/10.3.0/src/commands/app/index.js)_

## `aio app add`

Expand Down Expand Up @@ -181,10 +181,12 @@ Subscribe to Services in the current Workspace

```
USAGE
$ aio app add service [-v] [--version]
$ aio app add service [-v] [--version] [--use-jwt]
FLAGS
-v, --verbose Verbose output
--use-jwt if the config has both jwt and OAuth Server to Server Credentials (while migrating), prefer the JWT
credentials
--version Show version
DESCRIPTION
Expand Down Expand Up @@ -372,10 +374,12 @@ Delete Services in the current Workspace

```
USAGE
$ aio app delete service [-v] [--version]
$ aio app delete service [-v] [--version] [--use-jwt]
FLAGS
-v, --verbose Verbose output
--use-jwt if the config has both jwt and OAuth Server to Server Credentials (while migrating), prefer the JWT
credentials
--version Show version
DESCRIPTION
Expand Down Expand Up @@ -488,7 +492,7 @@ Create a new Adobe I/O App
```
USAGE
$ aio app init [PATH] [-v] [--version] [--install] [-y] [--login] [-e <value> | -t <value>]
[--standalone-app | ] [-w <value> | -i <value>] [--confirm-new-workspace]
[--standalone-app | ] [-w <value> | -i <value>] [--confirm-new-workspace] [--use-jwt]
ARGUMENTS
PATH [default: .] Path to the app directory
Expand All @@ -505,6 +509,8 @@ FLAGS
--[no-]install [default: true] Run npm installation after files are created
--[no-]login Login using your Adobe ID for interacting with Adobe I/O Developer Console
--standalone-app Create a stand-alone application
--use-jwt if the config has both jwt and OAuth Server to Server Credentials (while migrating),
prefer the JWT credentials
--version Show version
DESCRIPTION
Expand Down Expand Up @@ -647,7 +653,7 @@ Import an Adobe Developer Console configuration file.
```
USAGE
$ aio app use [CONFIG_FILE_PATH] [-v] [--version] [--overwrite | --merge] [--confirm-new-workspace] [-w
<value> | [-g | -w <value>] | ] [--no-service-sync | --confirm-service-sync] [--no-input]
<value> | [-g | -w <value>] | ] [--no-service-sync | --confirm-service-sync] [--no-input] [--use-jwt]
ARGUMENTS
CONFIG_FILE_PATH path to an Adobe I/O Developer Console configuration file
Expand All @@ -670,6 +676,8 @@ FLAGS
Workspace
--overwrite Overwrite any .aio and .env files during import of the Adobe Developer Console
configuration file
--use-jwt if the config has both jwt and OAuth Server to Server Credentials (while migrating),
prefer the JWT credentials
--version Show version
DESCRIPTION
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": "10.2.2",
"version": "10.3.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
"dependencies": {
Expand Down

0 comments on commit bf98c2f

Please sign in to comment.