From bf98c2f0940933296a7680dbd06aa03f63968998 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Tue, 20 Jun 2023 09:36:42 -0700 Subject: [PATCH] 10.3.0 --- README.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 90fad0d8..30546b86 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 @@ -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 @@ -488,7 +492,7 @@ Create a new Adobe I/O App ``` USAGE $ aio app init [PATH] [-v] [--version] [--install] [-y] [--login] [-e | -t ] - [--standalone-app | ] [-w | -i ] [--confirm-new-workspace] + [--standalone-app | ] [-w | -i ] [--confirm-new-workspace] [--use-jwt] ARGUMENTS PATH [default: .] Path to the app directory @@ -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 @@ -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 - | [-g | -w ] | ] [--no-service-sync | --confirm-service-sync] [--no-input] + | [-g | -w ] | ] [--no-service-sync | --confirm-service-sync] [--no-input] [--use-jwt] ARGUMENTS CONFIG_FILE_PATH path to an Adobe I/O Developer Console configuration file @@ -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 diff --git a/package.json b/package.json index 2831df83..df0b55f6 100644 --- a/package.json +++ b/package.json @@ -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": {