From 0d8d4ab4e4d57781a5247ca5fe41d7bc9297b628 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 24 Jan 2022 18:35:26 -0800 Subject: [PATCH] 8.5.0-0 --- README.md | 179 ++++++++++++++++++++------------------------------- package.json | 2 +- 2 files changed, 71 insertions(+), 110 deletions(-) diff --git a/README.md b/README.md index 0c3e77a7..211ece24 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ $ aio app --help ## `aio app` -``` Create, run, test, and deploy Adobe I/O Apps +``` USAGE $ aio app @@ -75,13 +75,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/index.ts)_ +_See code: [src/commands/app/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/index.ts)_ ## `aio app:add` -``` Add a new component to an existing Adobe I/O App +``` USAGE $ aio app:add @@ -90,14 +90,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/index.ts)_ +_See code: [src/commands/app/add/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/index.ts)_ ## `aio app:add:action` -``` Add new actions - +``` USAGE $ aio app:add:action @@ -113,14 +112,13 @@ ALIASES $ aio app:add:actions ``` -_See code: [src/commands/app/add/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/action.ts)_ +_See code: [src/commands/app/add/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/action.ts)_ ## `aio app:add:ci` -``` Add CI files - +``` USAGE $ aio app:add:ci @@ -129,14 +127,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/ci.ts)_ +_See code: [src/commands/app/add/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/ci.ts)_ ## `aio app:add:event` -``` Add a new Adobe I/O Events action - +``` USAGE $ aio app:add:event @@ -152,14 +149,13 @@ ALIASES $ aio app:add:events ``` -_See code: [src/commands/app/add/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/event.ts)_ +_See code: [src/commands/app/add/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/event.ts)_ ## `aio app:add:extension` -``` Add new extensions or a standalone application to the project - +``` USAGE $ aio app:add:extension @@ -176,14 +172,13 @@ ALIASES $ aio app:add:extensions ``` -_See code: [src/commands/app/add/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/extension.ts)_ +_See code: [src/commands/app/add/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/extension.ts)_ ## `aio app:add:service` -``` Subscribe to Services in the current Workspace - +``` USAGE $ aio app:add:service @@ -195,14 +190,13 @@ ALIASES $ aio app:add:services ``` -_See code: [src/commands/app/add/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/service.ts)_ +_See code: [src/commands/app/add/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/service.ts)_ ## `aio app:add:web-assets` -``` Add web assets support - +``` USAGE $ aio app:add:web-assets @@ -215,16 +209,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/add/web-assets.ts)_ +_See code: [src/commands/app/add/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/add/web-assets.ts)_ ## `aio app:build` -``` Build an Adobe I/O App -This will always force a rebuild unless --no-force-build is set. - - +``` USAGE $ aio app:build @@ -258,13 +249,13 @@ DESCRIPTION This will always force a rebuild unless --no-force-build is set. ``` -_See code: [src/commands/app/build.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/build.ts)_ +_See code: [src/commands/app/build.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/build.ts)_ ## `aio app:config` -``` Manage app config +``` USAGE $ aio app:config @@ -277,13 +268,13 @@ ALIASES $ aio app:config ``` -_See code: [src/commands/app/config/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/index.ts)_ +_See code: [src/commands/app/config/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/index.ts)_ ## `aio app:config:get` -``` Get app config +``` USAGE $ aio app:config:get @@ -295,13 +286,13 @@ ALIASES $ aio app:config:get ``` -_See code: [src/commands/app/config/get/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/get/index.ts)_ +_See code: [src/commands/app/config/get/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/get/index.ts)_ ## `aio app:config:get:log-forwarding` -``` Get log forwarding destination configuration +``` USAGE $ aio app:config:get:log-forwarding @@ -314,13 +305,13 @@ ALIASES $ aio app:config:get:lf ``` -_See code: [src/commands/app/config/get/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/get/log-forwarding.ts)_ +_See code: [src/commands/app/config/get/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/get/log-forwarding.ts)_ ## `aio app:config:get:log-forwarding:errors` -``` Get log forwarding errors +``` USAGE $ aio app:config:get:log-forwarding:errors @@ -333,13 +324,13 @@ ALIASES $ aio app:config:get:lf:errors ``` -_See code: [src/commands/app/config/get/log-forwarding/errors.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/get/log-forwarding/errors.ts)_ +_See code: [src/commands/app/config/get/log-forwarding/errors.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/get/log-forwarding/errors.ts)_ ## `aio app:config:set` -``` Set app config +``` USAGE $ aio app:config:set @@ -351,13 +342,13 @@ ALIASES $ aio app:config:set ``` -_See code: [src/commands/app/config/set/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/set/index.ts)_ +_See code: [src/commands/app/config/set/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/set/index.ts)_ ## `aio app:config:set:log-forwarding` -``` Set log forwarding destination configuration +``` USAGE $ aio app:config:set:log-forwarding @@ -370,14 +361,13 @@ ALIASES $ aio app:config:set:lf ``` -_See code: [src/commands/app/config/set/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/config/set/log-forwarding.ts)_ +_See code: [src/commands/app/config/set/log-forwarding.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/config/set/log-forwarding.ts)_ ## `aio app:create [PATH]` -``` Create a new Adobe I/O App with default parameters - +``` USAGE $ aio app:create [PATH] @@ -390,13 +380,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/create.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/create.ts)_ +_See code: [src/commands/app/create.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/create.ts)_ ## `aio app:delete` -``` Delete a component from an existing Adobe I/O App +``` USAGE $ aio app:delete @@ -405,14 +395,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/index.ts)_ +_See code: [src/commands/app/delete/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/index.ts)_ ## `aio app:delete:action [ACTION-NAME]` -``` Delete existing actions - +``` USAGE $ aio app:delete:action [ACTION-NAME] @@ -428,14 +417,13 @@ ALIASES $ aio app:delete:actions ``` -_See code: [src/commands/app/delete/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/action.ts)_ +_See code: [src/commands/app/delete/action.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/action.ts)_ ## `aio app:delete:ci` -``` Delete existing CI files - +``` USAGE $ aio app:delete:ci @@ -445,14 +433,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/ci.ts)_ +_See code: [src/commands/app/delete/ci.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/ci.ts)_ ## `aio app:delete:event [EVENT-ACTION-NAME]` -``` Delete existing Adobe I/O Events actions - +``` USAGE $ aio app:delete:event [EVENT-ACTION-NAME] @@ -468,14 +455,13 @@ ALIASES $ aio app:delete:events ``` -_See code: [src/commands/app/delete/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/event.ts)_ +_See code: [src/commands/app/delete/event.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/event.ts)_ ## `aio app:delete:extension` -``` Add new extensions or a standalone application to the project - +``` USAGE $ aio app:delete:extension @@ -491,14 +477,13 @@ ALIASES $ aio app:delete:extensions ``` -_See code: [src/commands/app/delete/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/extension.ts)_ +_See code: [src/commands/app/delete/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/extension.ts)_ ## `aio app:delete:service` -``` Delete Services in the current Workspace - +``` USAGE $ aio app:delete:service @@ -510,14 +495,13 @@ ALIASES $ aio app:delete:services ``` -_See code: [src/commands/app/delete/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/service.ts)_ +_See code: [src/commands/app/delete/service.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/service.ts)_ ## `aio app:delete:web-assets` -``` Delete existing web assets - +``` USAGE $ aio app:delete:web-assets @@ -527,16 +511,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/delete/web-assets.ts)_ +_See code: [src/commands/app/delete/web-assets.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/delete/web-assets.ts)_ ## `aio app:deploy` -``` Build and deploy an Adobe I/O App -This will always force a rebuild unless --no-force-build is set. - - +``` USAGE $ aio app:deploy @@ -585,13 +566,13 @@ DESCRIPTION This will always force a rebuild unless --no-force-build is set. ``` -_See code: [src/commands/app/deploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/deploy.ts)_ +_See code: [src/commands/app/deploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/deploy.ts)_ ## `aio app:get-url [ACTION]` -``` Get action URLs +``` USAGE $ aio app:get-url [ACTION] @@ -604,14 +585,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/get-url.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/get-url.ts)_ +_See code: [src/commands/app/get-url.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/get-url.ts)_ ## `aio app:info` -``` Display settings/configuration in use by an Adobe I/O App - +``` USAGE $ aio app:info @@ -624,14 +604,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/info.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/info.ts)_ +_See code: [src/commands/app/info.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/info.ts)_ ## `aio app:init [PATH]` -``` Create a new Adobe I/O App - +``` USAGE $ aio app:init [PATH] @@ -660,13 +639,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/init.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/init.ts)_ +_See code: [src/commands/app/init.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/init.ts)_ ## `aio app:list` -``` List components for Adobe I/O App +``` USAGE $ aio app:list @@ -675,14 +654,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/list/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/list/index.ts)_ +_See code: [src/commands/app/list/index.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/list/index.ts)_ ## `aio app:list:extension` -``` List implemented extensions - +``` USAGE $ aio app:list:extension @@ -697,14 +675,13 @@ ALIASES $ aio app:list:extensions ``` -_See code: [src/commands/app/list/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/list/extension.ts)_ +_See code: [src/commands/app/list/extension.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/list/extension.ts)_ ## `aio app:list:extension-points` -``` List all extension points for the selected org - +``` USAGE $ aio app:list:extension-points @@ -719,14 +696,13 @@ ALIASES $ aio app:list:extension-points ``` -_See code: [src/commands/app/list/extension-points.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/list/extension-points.ts)_ +_See code: [src/commands/app/list/extension-points.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/list/extension-points.ts)_ ## `aio app:logs` -``` Fetch logs for an Adobe I/O App - +``` USAGE $ aio app:logs @@ -741,13 +717,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/logs.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/logs.ts)_ +_See code: [src/commands/app/logs.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/logs.ts)_ ## `aio app:run` -``` Run an Adobe I/O App +``` USAGE $ aio app:run @@ -762,20 +738,13 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/run.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/run.ts)_ +_See code: [src/commands/app/run.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/run.ts)_ ## `aio app:test` -``` Run tests for an Adobe I/O App -If no flags are specified, by default only unit-tests are run. - -For the --action flag, it tries a substring search on the 'package-name/action-name' pair for an action. -For the --extension flag, it tries a substring search on the 'extension-name' only. -If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead. - - +``` USAGE $ aio app:test @@ -794,14 +763,13 @@ DESCRIPTION If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead. ``` -_See code: [src/commands/app/test.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/test.ts)_ +_See code: [src/commands/app/test.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/test.ts)_ ## `aio app:undeploy` -``` Undeploys an Adobe I/O App - +``` USAGE $ aio app:undeploy @@ -818,20 +786,13 @@ OPTIONS --[no-]web-assets [default: true] Undeploy web-assets if any ``` -_See code: [src/commands/app/undeploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/undeploy.ts)_ +_See code: [src/commands/app/undeploy.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/undeploy.ts)_ ## `aio app:use [CONFIG_FILE_PATH]` -``` Import an Adobe Developer Console configuration file. -If the optional configuration file is not set, this command will retrieve the console org, project, and workspace settings from the global config. - -To set these global config values, see the help text for 'aio console --help'. - -To download the configuration file for your project, select the 'Download' button in the toolbar of your project's page in https://console.adobe.io - - +``` USAGE $ aio app:use [CONFIG_FILE_PATH] @@ -878,5 +839,5 @@ DESCRIPTION page in https://console.adobe.io ``` -_See code: [src/commands/app/use.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.4.0/src/commands/app/use.ts)_ +_See code: [src/commands/app/use.ts](https://github.com/adobe/aio-cli-plugin-app/blob/8.5.0-0/src/commands/app/use.ts)_ diff --git a/package.json b/package.json index f80e0cfe..e9c948bf 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": "8.4.0", + "version": "8.5.0-0", "author": "Adobe Inc.", "bugs": "https://github.com/adobe/aio-cli-plugin-app/issues", "dependencies": {