From 21c89e8ef9ffaaf83894053fd4332328080827f9 Mon Sep 17 00:00:00 2001 From: Moritz Raho Date: Mon, 5 Oct 2020 17:08:47 +0200 Subject: [PATCH] 4.0.0 --- README.md | 162 +++++++++++++++++++++++----------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 83 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index d175d8d2..e46a3023 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $ npm install -g @adobe/aio-cli $ aio COMMAND running command... $ aio (-v|--version|version) -@adobe/aio-cli/3.7.0 darwin-x64 node-v12.18.0 +@adobe/aio-cli/4.0.0 darwin-x64 node-v12.18.0 $ aio --help [COMMAND] USAGE $ aio COMMAND @@ -216,7 +216,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/index.js)_ ## `aio app:add` @@ -231,7 +231,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/add/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/add/index.js)_ ## `aio app:add:action` @@ -248,7 +248,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/add/action.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/add/action.js)_ ## `aio app:add:ci` @@ -263,7 +263,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/add/ci.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/add/ci.js)_ ## `aio app:add:event` @@ -280,7 +280,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/add/event.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/add/event.js)_ ## `aio app:add:web-assets` @@ -297,7 +297,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.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/4.0.2/src/commands/app/add/web-assets.js)_ ## `aio app:create [PATH]` @@ -316,7 +316,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/create.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/create.js)_ ## `aio app:delete` @@ -331,7 +331,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/delete/index.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/delete/index.js)_ ## `aio app:delete:action [ACTION-NAME]` @@ -350,7 +350,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/delete/action.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/delete/action.js)_ ## `aio app:delete:ci` @@ -366,7 +366,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/delete/ci.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/delete/ci.js)_ ## `aio app:delete:event EVENT-ACTION-NAME` @@ -385,7 +385,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/delete/event.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/delete/event.js)_ ## `aio app:delete:web-assets` @@ -401,7 +401,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.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/4.0.2/src/commands/app/delete/web-assets.js)_ ## `aio app:deploy` @@ -422,7 +422,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/deploy.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/deploy.js)_ ## `aio app:get-url [ACTION]` @@ -441,7 +441,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/get-url.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/get-url.js)_ ## `aio app:init [PATH]` @@ -463,7 +463,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/init.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/init.js)_ ## `aio app:logs` @@ -474,12 +474,12 @@ USAGE $ aio app:logs OPTIONS - -l, --limit=limit [default: 1] Limit number of activations to fetch logs from + -l, --limit=limit [default: 1] Limit number of activations to fetch logs from ( 1-50 ) -v, --verbose Verbose output --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/logs.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/logs.js)_ ## `aio app:run` @@ -497,7 +497,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/run.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/run.js)_ ## `aio app:test` @@ -514,7 +514,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/test.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/test.js)_ ## `aio app:undeploy` @@ -531,7 +531,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/undeploy.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/undeploy.js)_ ## `aio app:use [CONFIG_FILE_PATH]` @@ -551,7 +551,7 @@ OPTIONS --version Show version ``` -_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/3.2.0/src/commands/app/use.js)_ +_See code: [@adobe/aio-cli-plugin-app](https://github.com/adobe/aio-cli-plugin-app/blob/4.0.2/src/commands/app/use.js)_ ## `aio auth` @@ -1209,7 +1209,7 @@ ALIASES $ aio plugins:discover ``` -_See code: [src/commands/discover.js](https://github.com/adobe/aio-cli/blob/3.7.0/src/commands/discover.js)_ +_See code: [src/commands/discover.js](https://github.com/adobe/aio-cli/blob/4.0.0/src/commands/discover.js)_ ## `aio event` @@ -1732,7 +1732,7 @@ OPTIONS -l, --list list plugins that will be cleared ``` -_See code: [src/commands/rollback.js](https://github.com/adobe/aio-cli/blob/3.7.0/src/commands/rollback.js)_ +_See code: [src/commands/rollback.js](https://github.com/adobe/aio-cli/blob/4.0.0/src/commands/rollback.js)_ ## `aio runtime` @@ -1758,7 +1758,7 @@ ALIASES $ aio rt ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/index.js)_ ## `aio runtime:action` @@ -1784,7 +1784,7 @@ ALIASES $ aio rt:action ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/index.js)_ ## `aio runtime:action:create ACTIONNAME [ACTIONPATH]` @@ -1846,7 +1846,7 @@ ALIASES $ aio rt:action:create ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/create.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/create.js)_ ## `aio runtime:action:delete ACTIONNAME` @@ -1875,7 +1875,7 @@ ALIASES $ aio rt:action:del ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/delete.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/delete.js)_ ## `aio runtime:action:get ACTIONNAME` @@ -1904,7 +1904,7 @@ ALIASES $ aio rt:action:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/get.js)_ ## `aio runtime:action:invoke ACTIONNAME` @@ -1934,7 +1934,7 @@ ALIASES $ aio rt:action:invoke ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/invoke.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/invoke.js)_ ## `aio runtime:action:list [PACKAGENAME]` @@ -1971,7 +1971,7 @@ ALIASES $ aio rt:actions:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/list.js)_ ## `aio runtime:action:update ACTIONNAME [ACTIONPATH]` @@ -2033,7 +2033,7 @@ ALIASES $ aio rt:action:update ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/action/update.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/action/update.js)_ ## `aio runtime:activation` @@ -2059,7 +2059,7 @@ ALIASES $ aio rt:activation ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/activation/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/activation/index.js)_ ## `aio runtime:activation:get [ACTIVATIONID]` @@ -2087,7 +2087,7 @@ ALIASES $ aio rt:activation:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/activation/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/activation/get.js)_ ## `aio runtime:activation:list [ACTIVATIONID]` @@ -2142,7 +2142,7 @@ ALIASES $ aio rt:activations:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/activation/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/activation/list.js)_ ## `aio runtime:activation:logs [ACTIVATIONID]` @@ -2177,7 +2177,7 @@ ALIASES $ aio rt:logs ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/activation/logs.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/activation/logs.js)_ ## `aio runtime:activation:result [ACTIVATIONID]` @@ -2204,7 +2204,7 @@ ALIASES $ aio rt:activation:result ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/activation/result.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/activation/result.js)_ ## `aio runtime:deploy` @@ -2234,7 +2234,7 @@ ALIASES $ aio rt:deploy ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/index.js)_ ## `aio runtime:deploy:export` @@ -2262,7 +2262,7 @@ ALIASES $ aio rt:deploy:export ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/export.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/export.js)_ ## `aio runtime:deploy:report` @@ -2290,7 +2290,7 @@ ALIASES $ aio rt:deploy:report ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/report.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/report.js)_ ## `aio runtime:deploy:sync` @@ -2318,7 +2318,7 @@ ALIASES $ aio rt:deploy:sync ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/sync.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/sync.js)_ ## `aio runtime:deploy:undeploy` @@ -2346,7 +2346,7 @@ ALIASES $ aio rt:deploy:undeploy ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/undeploy.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/undeploy.js)_ ## `aio runtime:deploy:version` @@ -2372,7 +2372,7 @@ ALIASES $ aio rt:deploy:version ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/deploy/version.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/deploy/version.js)_ ## `aio runtime:namespace` @@ -2400,7 +2400,7 @@ ALIASES $ aio rt:ns ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/namespace/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/namespace/index.js)_ ## `aio runtime:namespace:get` @@ -2433,7 +2433,7 @@ ALIASES $ aio rt:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/namespace/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/namespace/get.js)_ ## `aio runtime:namespace:list` @@ -2466,7 +2466,7 @@ ALIASES $ aio rt:ns:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/namespace/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/namespace/list.js)_ ## `aio runtime:package` @@ -2494,7 +2494,7 @@ ALIASES $ aio rt:pkg ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/index.js)_ ## `aio runtime:package:bind PACKAGENAME BINDPACKAGENAME` @@ -2527,7 +2527,7 @@ ALIASES $ aio rt:pkg:bind ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/bind.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/bind.js)_ ## `aio runtime:package:create PACKAGENAME` @@ -2561,7 +2561,7 @@ ALIASES $ aio rt:pkg:create ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/create.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/create.js)_ ## `aio runtime:package:delete PACKAGENAME` @@ -2580,7 +2580,7 @@ ALIASES $ aio rt:pkg:delete ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/delete.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/delete.js)_ ## `aio runtime:package:get PACKAGENAME` @@ -2608,7 +2608,7 @@ ALIASES $ aio rt:pkg:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/get.js)_ ## `aio runtime:package:list [NAMESPACE]` @@ -2645,7 +2645,7 @@ ALIASES $ aio rt:pkg:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/list.js)_ ## `aio runtime:package:update PACKAGENAME` @@ -2657,10 +2657,10 @@ USAGE OPTIONS -A, --annotation-file=annotation-file FILE containing annotation values in JSON format - -P, --param-file=param-file FILE containing parameter values in JSON format + -P, --param-file=param-file parameter to be passed to the package for json file -a, --annotation=annotation annotation values in KEY VALUE format -i, --insecure bypass certificate check - -p, --param=param parameter values in KEY VALUE format + -p, --param=param parameters in key value pairs to be passed to the package -u, --auth=auth whisk auth -v, --verbose Verbose output --apihost=apihost whisk API host @@ -2679,7 +2679,7 @@ ALIASES $ aio rt:pkg:update ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/package/update.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/package/update.js)_ ## `aio runtime:property` @@ -2707,7 +2707,7 @@ ALIASES $ aio rt:property ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/property/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/property/index.js)_ ## `aio runtime:property:get` @@ -2740,7 +2740,7 @@ ALIASES $ aio rt:prop:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/property/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/property/get.js)_ ## `aio runtime:property:set` @@ -2769,7 +2769,7 @@ ALIASES $ aio rt:prop:set ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/property/set.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/property/set.js)_ ## `aio runtime:property:unset` @@ -2798,7 +2798,7 @@ ALIASES $ aio rt:prop:unset ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/property/unset.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/property/unset.js)_ ## `aio runtime:route` @@ -2825,7 +2825,7 @@ ALIASES $ aio rt:api ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/route/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/route/index.js)_ ## `aio runtime:route:create BASEPATH RELPATH APIVERB ACTION` @@ -2873,7 +2873,7 @@ ALIASES $ aio rt:api:create ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/route/create.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/route/create.js)_ ## `aio runtime:route:delete BASEPATHORAPINAME [RELPATH] [APIVERB]` @@ -2906,7 +2906,7 @@ ALIASES $ aio rt:api:delete ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/route/delete.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/route/delete.js)_ ## `aio runtime:route:get BASEPATHORAPINAME` @@ -2937,7 +2937,7 @@ ALIASES $ aio rt:api:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/route/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/route/get.js)_ ## `aio runtime:route:list [BASEPATH] [RELPATH] [APIVERB]` @@ -2977,7 +2977,7 @@ ALIASES $ aio rt:api:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/route/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/route/list.js)_ ## `aio runtime:rule` @@ -3003,7 +3003,7 @@ ALIASES $ aio rt:rule ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/index.js)_ ## `aio runtime:rule:create NAME TRIGGER ACTION` @@ -3035,7 +3035,7 @@ ALIASES $ aio rt:rule:create ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/create.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/create.js)_ ## `aio runtime:rule:delete NAME` @@ -3065,7 +3065,7 @@ ALIASES $ aio rt:rule:delete ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/delete.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/delete.js)_ ## `aio runtime:rule:disable NAME` @@ -3094,7 +3094,7 @@ ALIASES $ aio rt:rule:disable ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/disable.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/disable.js)_ ## `aio runtime:rule:enable NAME` @@ -3123,7 +3123,7 @@ ALIASES $ aio rt:rule:enable ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/enable.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/enable.js)_ ## `aio runtime:rule:get NAME` @@ -3152,7 +3152,7 @@ ALIASES $ aio rt:rule:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/get.js)_ ## `aio runtime:rule:list` @@ -3185,7 +3185,7 @@ ALIASES $ aio rt:rule:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/list.js)_ ## `aio runtime:rule:status NAME` @@ -3214,7 +3214,7 @@ ALIASES $ aio rt:rule:status ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/status.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/status.js)_ ## `aio runtime:rule:update NAME TRIGGER ACTION` @@ -3246,7 +3246,7 @@ ALIASES $ aio rt:rule:update ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/rule/update.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/rule/update.js)_ ## `aio runtime:trigger` @@ -3272,7 +3272,7 @@ ALIASES $ aio rt:trigger ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/index.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/index.js)_ ## `aio runtime:trigger:create TRIGGERNAME` @@ -3306,7 +3306,7 @@ ALIASES $ aio rt:trigger:create ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/create.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/create.js)_ ## `aio runtime:trigger:delete TRIGGERPATH` @@ -3335,7 +3335,7 @@ ALIASES $ aio rt:trigger:delete ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/delete.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/delete.js)_ ## `aio runtime:trigger:fire TRIGGERNAME` @@ -3366,7 +3366,7 @@ ALIASES $ aio rt:trigger:fire ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/fire.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/fire.js)_ ## `aio runtime:trigger:get TRIGGERPATH` @@ -3395,7 +3395,7 @@ ALIASES $ aio rt:trigger:get ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/get.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/get.js)_ ## `aio runtime:trigger:list` @@ -3428,7 +3428,7 @@ ALIASES $ aio rt:trigger:ls ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/list.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/list.js)_ ## `aio runtime:trigger:update TRIGGERNAME` @@ -3461,7 +3461,7 @@ ALIASES $ aio rt:trigger:update ``` -_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.10.0/src/commands/runtime/trigger/update.js)_ +_See code: [@adobe/aio-cli-plugin-runtime](https://github.com/adobe/aio-cli-plugin-runtime/blob/2.0.0/src/commands/runtime/trigger/update.js)_ ## `aio update` @@ -3482,5 +3482,5 @@ DESCRIPTION - update all other user-installed plugins ``` -_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/3.7.0/src/commands/update.js)_ +_See code: [src/commands/update.js](https://github.com/adobe/aio-cli/blob/4.0.0/src/commands/update.js)_ diff --git a/package-lock.json b/package-lock.json index a15a6cc5..b623da0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli", - "version": "3.7.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cca7737f..cee29803 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/aio-cli", "description": "Adobe I/O Extensible CLI\n\n******* *******\n****** ******\n***** *****\n**** * ****\n*** *** ***\n** ***** **\n* ** *\n", - "version": "3.7.0", + "version": "4.0.0", "author": "Adobe Inc.", "bin": { "aio": "./bin/run",