diff --git a/README.md b/README.md index d7c45e0a..be6b2282 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ npm install -g @adobe/aio-cli $ aio COMMAND running command... $ aio (-v|--version|version) -@adobe/aio-cli/8.2.0 darwin-x64 node-v14.17.4 +@adobe/aio-cli/8.3.0 darwin-x64 node-v14.19.1 $ aio --help [COMMAND] USAGE $ aio COMMAND @@ -87,6 +87,12 @@ USAGE * [`aio app:add:service`](#aio-appaddservice) * [`aio app:add:web-assets`](#aio-appaddweb-assets) * [`aio app:build`](#aio-appbuild) +* [`aio app:config`](#aio-appconfig) +* [`aio app:config:get`](#aio-appconfigget) +* [`aio app:config:get:log-forwarding`](#aio-appconfiggetlog-forwarding) +* [`aio app:config:get:log-forwarding:errors`](#aio-appconfiggetlog-forwardingerrors) +* [`aio app:config:set`](#aio-appconfigset) +* [`aio app:config:set:log-forwarding`](#aio-appconfigsetlog-forwarding) * [`aio app:create [PATH]`](#aio-appcreate-path) * [`aio app:delete`](#aio-appdelete) * [`aio app:delete:action [ACTION-NAME]`](#aio-appdeleteaction-action-name) @@ -186,6 +192,7 @@ USAGE * [`aio runtime:namespace:get`](#aio-runtimenamespaceget) * [`aio runtime:namespace:list`](#aio-runtimenamespacelist) * [`aio runtime:namespace:log-forwarding`](#aio-runtimenamespacelog-forwarding) +* [`aio runtime:namespace:log-forwarding:errors`](#aio-runtimenamespacelog-forwardingerrors) * [`aio runtime:namespace:log-forwarding:get`](#aio-runtimenamespacelog-forwardingget) * [`aio runtime:namespace:log-forwarding:set`](#aio-runtimenamespacelog-forwardingset) * [`aio runtime:namespace:log-forwarding:set:adobe-io-runtime`](#aio-runtimenamespacelog-forwardingsetadobe-io-runtime) @@ -230,8 +237,6 @@ USAGE Create, run, test, and deploy Adobe I/O Apps ``` -Create, run, test, and deploy Adobe I/O Apps - USAGE $ aio app @@ -240,15 +245,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/index.ts)_ ## `aio app:add` Add a new component to an existing Adobe I/O App ``` -Add a new component to an existing Adobe I/O App - USAGE $ aio app:add @@ -257,40 +260,35 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/index.ts)_ ## `aio app:add:action` Add new actions ``` -Add new actions - - USAGE $ aio app:add:action OPTIONS -e, --extension=extension Add actions to a specific extension + -s, --skip-install [deprecated] Please use --no-install -v, --verbose Verbose output -y, --yes Skip questions, and use all default values - --skip-install Skip npm installation after files are created + --[no-]install [default: true] Run npm installation after files are created --version Show version ALIASES $ aio app:add:actions ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/action.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/action.ts)_ ## `aio app:add:ci` Add CI files ``` -Add CI files - - USAGE $ aio app:add:ci @@ -299,48 +297,44 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/ci.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/ci.ts)_ ## `aio app:add:event` Add a new Adobe I/O Events action ``` -Add a new Adobe I/O Events action - - USAGE $ aio app:add:event OPTIONS -e, --extension=extension Add actions to a specific extension + -s, --skip-install [deprecated] Please use --no-install -v, --verbose Verbose output -y, --yes Skip questions, and use all default values - --skip-install Skip npm installation after files are created + --[no-]install [default: true] Run npm installation after files are created --version Show version ALIASES $ aio app:add:events ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/event.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/event.ts)_ ## `aio app:add:extension` Add new extensions or a standalone application to the project ``` -Add new extensions or a standalone application to the project - - USAGE $ aio app:add:extension OPTIONS -e, --extension=extension Specify extensions to add, skips selection prompt + -s, --skip-install [deprecated] Please use --no-install -v, --verbose Verbose output -y, --yes Skip questions, and use all default values - --skip-install Skip npm installation after files are created + --[no-]install [default: true] Run npm installation after files are created --version Show version ALIASES @@ -348,16 +342,13 @@ ALIASES $ aio app:add:extensions ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/extension.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/extension.ts)_ ## `aio app:add:service` Subscribe to Services in the current Workspace ``` -Subscribe to Services in the current Workspace - - USAGE $ aio app:add:service @@ -369,39 +360,32 @@ ALIASES $ aio app:add:services ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/service.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/service.ts)_ ## `aio app:add:web-assets` Add web assets support ``` -Add web assets support - - USAGE $ aio app:add:web-assets OPTIONS -e, --extension=extension Add web-assets to a specific extension + -s, --skip-install [deprecated] Please use --no-install -v, --verbose Verbose output -y, --yes Skip questions, and use all default values - --skip-install Skip npm installation after files are created + --[no-]install [default: true] Run npm installation after files are created --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/add/web-assets.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/add/web-assets.ts)_ ## `aio app:build` Build an Adobe I/O App ``` -Build an Adobe I/O App - -This will always force a rebuild unless --no-force-build is set. - - USAGE $ aio app:build @@ -435,16 +419,125 @@ DESCRIPTION This will always force a rebuild unless --no-force-build is set. ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/build.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/build.ts)_ -## `aio app:create [PATH]` +## `aio app:config` -Create a new Adobe I/O App with default parameters +Manage app config ``` -Create a new Adobe I/O App with default parameters +USAGE + $ aio app:config + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config + $ aio app:config +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/config/index.ts)_ + +## `aio app:config:get` + +Get app config + +``` +USAGE + $ aio app:config:get + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config:get +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.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 + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config:get:log-forwarding + $ aio app:config:get:lf +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.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 + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config:get:log-forwarding:errors + $ aio app:config:get:lf:errors +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/config/get/log-forwarding/errors.ts)_ + +## `aio app:config:set` + +Set app config + +``` +USAGE + $ aio app:config:set + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config:set +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.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 + +OPTIONS + -v, --verbose Verbose output + --version Show version + +ALIASES + $ aio app:config:set:log-forwarding + $ aio app:config:set:lf +``` + +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.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] @@ -457,15 +550,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/create.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/create.ts)_ ## `aio app:delete` Delete a component from an existing Adobe I/O App ``` -Delete a component from an existing Adobe I/O App - USAGE $ aio app:delete @@ -474,16 +565,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/index.ts)_ ## `aio app:delete:action [ACTION-NAME]` Delete existing actions ``` -Delete existing actions - - USAGE $ aio app:delete:action [ACTION-NAME] @@ -499,16 +587,13 @@ ALIASES $ aio app:delete:actions ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/action.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/action.ts)_ ## `aio app:delete:ci` Delete existing CI files ``` -Delete existing CI files - - USAGE $ aio app:delete:ci @@ -518,16 +603,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/ci.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/ci.ts)_ ## `aio app:delete:event [EVENT-ACTION-NAME]` Delete existing Adobe I/O Events actions ``` -Delete existing Adobe I/O Events actions - - USAGE $ aio app:delete:event [EVENT-ACTION-NAME] @@ -543,16 +625,13 @@ ALIASES $ aio app:delete:events ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/event.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/event.ts)_ ## `aio app:delete:extension` Add new extensions or a standalone application to the project ``` -Add new extensions or a standalone application to the project - - USAGE $ aio app:delete:extension @@ -568,16 +647,13 @@ ALIASES $ aio app:delete:extensions ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/extension.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/extension.ts)_ ## `aio app:delete:service` Delete Services in the current Workspace ``` -Delete Services in the current Workspace - - USAGE $ aio app:delete:service @@ -589,16 +665,13 @@ ALIASES $ aio app:delete:services ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/service.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/service.ts)_ ## `aio app:delete:web-assets` Delete existing web assets ``` -Delete existing web assets - - USAGE $ aio app:delete:web-assets @@ -608,73 +681,68 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/delete/web-assets.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/delete/web-assets.ts)_ ## `aio app:deploy` Build and deploy an Adobe I/O App ``` -Build and deploy an Adobe I/O App - -This will always force a rebuild unless --no-force-build is set. - - USAGE $ aio app:deploy OPTIONS - -a, --action=action Deploy only a specific action, the flags can be specified multiple times, this will set - --no-publish + -a, --action=action Deploy only a specific action, the flags can be specified multiple times, this will set + --no-publish - -e, --extension=extension Deploy only a specific extension, the flags can be specified multiple times + -e, --extension=extension Deploy only a specific extension, the flags can be specified multiple times - -v, --verbose Verbose output + -v, --verbose Verbose output - --[no-]actions [default: true] Deploy actions if any + --[no-]actions [default: true] Deploy actions if any - --[no-]build [default: true] Run the build phase before deployment + --[no-]build [default: true] Run the build phase before deployment - --[no-]content-hash [default: true] Enable content hashing in browser code + --[no-]content-hash [default: true] Enable content hashing in browser code - --[no-]force-build [default: true] Force a build even if one already exists + --[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-publish Force publish extension(s) to Exchange, delete previously published extension points - --open Open the default web browser after a successful deploy, only valid if your app has a - front-end + --[no-]log-forwarding-update [default: true] Update log forwarding configuration on server - --[no-]publish [default: true] Publish extension(s) to Exchange + --open Open the default web browser after a successful deploy, only valid if your app has a + front-end - --skip-actions [deprecated] Please use --no-actions + --[no-]publish [default: true] Publish extension(s) to Exchange - --skip-build [deprecated] Please use --no-build + --skip-actions [deprecated] Please use --no-actions - --skip-deploy [deprecated] Please use 'aio app build' + --skip-build [deprecated] Please use --no-build - --skip-static [deprecated] Please use --no-web-assets + --skip-deploy [deprecated] Please use 'aio app build' - --skip-web-assets [deprecated] Please use --no-web-assets + --skip-static [deprecated] Please use --no-web-assets - --version Show version + --skip-web-assets [deprecated] Please use --no-web-assets + + --version Show version - --[no-]web-assets [default: true] Deploy web-assets if any + --[no-]web-assets [default: true] Deploy web-assets if any - --web-optimize [default: false] Enable optimization (minification) of web js/css/html + --web-optimize [default: false] Enable optimization (minification) of web js/css/html DESCRIPTION This will always force a rebuild unless --no-force-build is set. ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/deploy.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/deploy.ts)_ ## `aio app:get-url [ACTION]` Get action URLs ``` -Get action URLs - USAGE $ aio app:get-url [ACTION] @@ -684,19 +752,17 @@ OPTIONS -v, --verbose Verbose output -y, --yml Output yml --cdn Display CDN based action URLs + --local Display locally based action URLs --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/get-url.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/get-url.ts)_ ## `aio app:info` Display settings/configuration in use by an Adobe I/O App ``` -Display settings/configuration in use by an Adobe I/O App - - USAGE $ aio app:info @@ -709,16 +775,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/info.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/info.ts)_ ## `aio app:init [PATH]` Create a new Adobe I/O App ``` -Create a new Adobe I/O App - - USAGE $ aio app:init [PATH] @@ -728,7 +791,7 @@ ARGUMENTS OPTIONS -e, --extension=extension Extension point(s) to implement -i, --import=import Import an Adobe I/O Developer Console configuration file - -s, --skip-install Skip npm installation after files are created + -s, --skip-install [deprecated] Please use --no-install -v, --verbose Verbose output -w, --workspace=workspace [default: Stage] Specify the Adobe Developer Console Workspace to init from, defaults to @@ -736,22 +799,24 @@ OPTIONS -y, --yes Skip questions, and use all default values + --confirm-new-workspace Skip and confirm prompt for creating a new workspace + --[no-]extensions Use --no-extensions to create a blank application that does not integrate with Exchange + --[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 --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/init.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/init.ts)_ ## `aio app:list` List components for Adobe I/O App ``` -List components for Adobe I/O App - USAGE $ aio app:list @@ -760,16 +825,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/list/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/list/index.ts)_ ## `aio app:list:extension` List implemented extensions ``` -List implemented extensions - - USAGE $ aio app:list:extension @@ -784,16 +846,13 @@ ALIASES $ aio app:list:extensions ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/list/extension.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/list/extension.ts)_ ## `aio app:list:extension-points` List all extension points for the selected org ``` -List all extension points for the selected org - - USAGE $ aio app:list:extension-points @@ -808,16 +867,13 @@ ALIASES $ aio app:list:extension-points ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/list/extension-points.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/list/extension-points.ts)_ ## `aio app:logs` Fetch logs for an Adobe I/O App ``` -Fetch logs for an Adobe I/O App - - USAGE $ aio app:logs @@ -832,15 +888,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/logs.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/logs.ts)_ ## `aio app:run` Run an Adobe I/O App ``` -Run an Adobe I/O App - USAGE $ aio app:run @@ -855,22 +909,13 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/run.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/run.ts)_ ## `aio app:test` Run tests for an Adobe I/O App ``` -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 @@ -889,16 +934,13 @@ DESCRIPTION If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead. ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/test.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/test.ts)_ ## `aio app:undeploy` Undeploys an Adobe I/O App ``` -Undeploys an Adobe I/O App - - USAGE $ aio app:undeploy @@ -915,22 +957,13 @@ OPTIONS --[no-]web-assets [default: true] Undeploy web-assets if any ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/undeploy.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/undeploy.ts)_ ## `aio app:use [CONFIG_FILE_PATH]` Import an Adobe Developer Console configuration file. ``` -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] @@ -943,11 +976,13 @@ OPTIONS -v, --verbose Verbose output - -w, --workspace=workspace Specify the Adobe Developer Console Workspace name to import the configuration - from + -w, --workspace=workspace Specify the Adobe Developer Console Workspace name or Workspace id to import the + configuration from -w, --workspace-name=workspace-name [DEPRECATED]: please use --workspace instead + --confirm-new-workspace Skip and confirm prompt for creating a new workspace + --confirm-service-sync Skip the Service sync prompt and overwrite Service subscriptions in the new Workspace with current subscriptions @@ -975,40 +1010,13 @@ DESCRIPTION page in https://console.adobe.io ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.2.0/src/commands/app/use.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/8.6.0/src/commands/app/use.ts)_ ## `aio auth` Adobe IMS commands to login and logout. ``` -Adobe IMS commands to login and logout. - -The main commands are auth:login to get or create an access token and -auth:logout to invalidate an access token and thus log out from Adobe IMS. - -Logging in and out is based on configuration of which there may be -multiple. Each set of configuration properties, called an Adobe IMS context, -can be individually addressed by a label. - -Configuration for the Adobe IMS commands is stored in the "ims" -configuration property. The special property "ims.config.current" contains the -label of the current configuration which can be set using the -"aio auth ctx -s