diff --git a/README.md b/README.md index e4b3ffec..a29718e5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ ALIASES $ aio rt ``` -_See code: [src/commands/runtime/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/index.js)_ +_See code: [src/commands/runtime/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/index.js)_ ## `aio runtime:action` @@ -145,7 +145,7 @@ ALIASES $ aio rt:action ``` -_See code: [src/commands/runtime/action/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/index.js)_ +_See code: [src/commands/runtime/action/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/index.js)_ ## `aio runtime:action:create ACTIONNAME [ACTIONPATH]` @@ -207,7 +207,7 @@ ALIASES $ aio rt:action:create ``` -_See code: [src/commands/runtime/action/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/create.js)_ +_See code: [src/commands/runtime/action/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/create.js)_ ## `aio runtime:action:delete ACTIONNAME` @@ -236,7 +236,7 @@ ALIASES $ aio rt:action:del ``` -_See code: [src/commands/runtime/action/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/delete.js)_ +_See code: [src/commands/runtime/action/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/delete.js)_ ## `aio runtime:action:get ACTIONNAME` @@ -265,7 +265,7 @@ ALIASES $ aio rt:action:get ``` -_See code: [src/commands/runtime/action/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/get.js)_ +_See code: [src/commands/runtime/action/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/get.js)_ ## `aio runtime:action:invoke ACTIONNAME` @@ -295,7 +295,7 @@ ALIASES $ aio rt:action:invoke ``` -_See code: [src/commands/runtime/action/invoke.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/invoke.js)_ +_See code: [src/commands/runtime/action/invoke.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/invoke.js)_ ## `aio runtime:action:list [PACKAGENAME]` @@ -332,7 +332,7 @@ ALIASES $ aio rt:actions:ls ``` -_See code: [src/commands/runtime/action/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/list.js)_ +_See code: [src/commands/runtime/action/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/list.js)_ ## `aio runtime:action:update ACTIONNAME [ACTIONPATH]` @@ -394,7 +394,7 @@ ALIASES $ aio rt:action:update ``` -_See code: [src/commands/runtime/action/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/action/update.js)_ +_See code: [src/commands/runtime/action/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/action/update.js)_ ## `aio runtime:activation` @@ -420,7 +420,7 @@ ALIASES $ aio rt:activation ``` -_See code: [src/commands/runtime/activation/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/activation/index.js)_ +_See code: [src/commands/runtime/activation/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/activation/index.js)_ ## `aio runtime:activation:get [ACTIVATIONID]` @@ -448,7 +448,7 @@ ALIASES $ aio rt:activation:get ``` -_See code: [src/commands/runtime/activation/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/activation/get.js)_ +_See code: [src/commands/runtime/activation/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/activation/get.js)_ ## `aio runtime:activation:list [ACTIVATIONID]` @@ -503,7 +503,7 @@ ALIASES $ aio rt:activations:ls ``` -_See code: [src/commands/runtime/activation/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/activation/list.js)_ +_See code: [src/commands/runtime/activation/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/activation/list.js)_ ## `aio runtime:activation:logs [ACTIVATIONID]` @@ -538,7 +538,7 @@ ALIASES $ aio rt:logs ``` -_See code: [src/commands/runtime/activation/logs.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/activation/logs.js)_ +_See code: [src/commands/runtime/activation/logs.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/activation/logs.js)_ ## `aio runtime:activation:result [ACTIVATIONID]` @@ -565,7 +565,7 @@ ALIASES $ aio rt:activation:result ``` -_See code: [src/commands/runtime/activation/result.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/activation/result.js)_ +_See code: [src/commands/runtime/activation/result.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/activation/result.js)_ ## `aio runtime:deploy` @@ -595,7 +595,7 @@ ALIASES $ aio rt:deploy ``` -_See code: [src/commands/runtime/deploy/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/index.js)_ +_See code: [src/commands/runtime/deploy/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/index.js)_ ## `aio runtime:deploy:export` @@ -623,7 +623,7 @@ ALIASES $ aio rt:deploy:export ``` -_See code: [src/commands/runtime/deploy/export.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/export.js)_ +_See code: [src/commands/runtime/deploy/export.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/export.js)_ ## `aio runtime:deploy:report` @@ -651,7 +651,7 @@ ALIASES $ aio rt:deploy:report ``` -_See code: [src/commands/runtime/deploy/report.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/report.js)_ +_See code: [src/commands/runtime/deploy/report.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/report.js)_ ## `aio runtime:deploy:sync` @@ -679,7 +679,7 @@ ALIASES $ aio rt:deploy:sync ``` -_See code: [src/commands/runtime/deploy/sync.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/sync.js)_ +_See code: [src/commands/runtime/deploy/sync.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/sync.js)_ ## `aio runtime:deploy:undeploy` @@ -707,7 +707,7 @@ ALIASES $ aio rt:deploy:undeploy ``` -_See code: [src/commands/runtime/deploy/undeploy.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/undeploy.js)_ +_See code: [src/commands/runtime/deploy/undeploy.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/undeploy.js)_ ## `aio runtime:deploy:version` @@ -733,7 +733,7 @@ ALIASES $ aio rt:deploy:version ``` -_See code: [src/commands/runtime/deploy/version.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/deploy/version.js)_ +_See code: [src/commands/runtime/deploy/version.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/deploy/version.js)_ ## `aio runtime:namespace` @@ -761,7 +761,7 @@ ALIASES $ aio rt:ns ``` -_See code: [src/commands/runtime/namespace/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/namespace/index.js)_ +_See code: [src/commands/runtime/namespace/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/namespace/index.js)_ ## `aio runtime:namespace:get` @@ -794,7 +794,7 @@ ALIASES $ aio rt:ls ``` -_See code: [src/commands/runtime/namespace/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/namespace/get.js)_ +_See code: [src/commands/runtime/namespace/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/namespace/get.js)_ ## `aio runtime:namespace:list` @@ -827,7 +827,7 @@ ALIASES $ aio rt:ns:ls ``` -_See code: [src/commands/runtime/namespace/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/namespace/list.js)_ +_See code: [src/commands/runtime/namespace/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/namespace/list.js)_ ## `aio runtime:package` @@ -855,7 +855,7 @@ ALIASES $ aio rt:pkg ``` -_See code: [src/commands/runtime/package/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/index.js)_ +_See code: [src/commands/runtime/package/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/index.js)_ ## `aio runtime:package:bind PACKAGENAME BINDPACKAGENAME` @@ -888,7 +888,7 @@ ALIASES $ aio rt:pkg:bind ``` -_See code: [src/commands/runtime/package/bind.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/bind.js)_ +_See code: [src/commands/runtime/package/bind.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/bind.js)_ ## `aio runtime:package:create PACKAGENAME` @@ -922,7 +922,7 @@ ALIASES $ aio rt:pkg:create ``` -_See code: [src/commands/runtime/package/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/create.js)_ +_See code: [src/commands/runtime/package/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/create.js)_ ## `aio runtime:package:delete PACKAGENAME` @@ -941,7 +941,7 @@ ALIASES $ aio rt:pkg:delete ``` -_See code: [src/commands/runtime/package/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/delete.js)_ +_See code: [src/commands/runtime/package/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/delete.js)_ ## `aio runtime:package:get PACKAGENAME` @@ -969,7 +969,7 @@ ALIASES $ aio rt:pkg:get ``` -_See code: [src/commands/runtime/package/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/get.js)_ +_See code: [src/commands/runtime/package/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/get.js)_ ## `aio runtime:package:list [NAMESPACE]` @@ -1006,7 +1006,7 @@ ALIASES $ aio rt:pkg:ls ``` -_See code: [src/commands/runtime/package/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/list.js)_ +_See code: [src/commands/runtime/package/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/list.js)_ ## `aio runtime:package:update PACKAGENAME` @@ -1040,7 +1040,7 @@ ALIASES $ aio rt:pkg:update ``` -_See code: [src/commands/runtime/package/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/package/update.js)_ +_See code: [src/commands/runtime/package/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/package/update.js)_ ## `aio runtime:property` @@ -1068,7 +1068,7 @@ ALIASES $ aio rt:property ``` -_See code: [src/commands/runtime/property/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/property/index.js)_ +_See code: [src/commands/runtime/property/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/property/index.js)_ ## `aio runtime:property:get` @@ -1101,7 +1101,7 @@ ALIASES $ aio rt:prop:get ``` -_See code: [src/commands/runtime/property/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/property/get.js)_ +_See code: [src/commands/runtime/property/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/property/get.js)_ ## `aio runtime:property:set` @@ -1130,7 +1130,7 @@ ALIASES $ aio rt:prop:set ``` -_See code: [src/commands/runtime/property/set.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/property/set.js)_ +_See code: [src/commands/runtime/property/set.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/property/set.js)_ ## `aio runtime:property:unset` @@ -1159,7 +1159,7 @@ ALIASES $ aio rt:prop:unset ``` -_See code: [src/commands/runtime/property/unset.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/property/unset.js)_ +_See code: [src/commands/runtime/property/unset.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/property/unset.js)_ ## `aio runtime:route` @@ -1186,7 +1186,7 @@ ALIASES $ aio rt:api ``` -_See code: [src/commands/runtime/route/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/route/index.js)_ +_See code: [src/commands/runtime/route/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/route/index.js)_ ## `aio runtime:route:create BASEPATH RELPATH APIVERB ACTION` @@ -1234,7 +1234,7 @@ ALIASES $ aio rt:api:create ``` -_See code: [src/commands/runtime/route/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/route/create.js)_ +_See code: [src/commands/runtime/route/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/route/create.js)_ ## `aio runtime:route:delete BASEPATHORAPINAME [RELPATH] [APIVERB]` @@ -1267,7 +1267,7 @@ ALIASES $ aio rt:api:delete ``` -_See code: [src/commands/runtime/route/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/route/delete.js)_ +_See code: [src/commands/runtime/route/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/route/delete.js)_ ## `aio runtime:route:get BASEPATHORAPINAME` @@ -1298,7 +1298,7 @@ ALIASES $ aio rt:api:get ``` -_See code: [src/commands/runtime/route/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/route/get.js)_ +_See code: [src/commands/runtime/route/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/route/get.js)_ ## `aio runtime:route:list [BASEPATH] [RELPATH] [APIVERB]` @@ -1338,7 +1338,7 @@ ALIASES $ aio rt:api:ls ``` -_See code: [src/commands/runtime/route/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/route/list.js)_ +_See code: [src/commands/runtime/route/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/route/list.js)_ ## `aio runtime:rule` @@ -1364,7 +1364,7 @@ ALIASES $ aio rt:rule ``` -_See code: [src/commands/runtime/rule/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/index.js)_ +_See code: [src/commands/runtime/rule/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/index.js)_ ## `aio runtime:rule:create NAME TRIGGER ACTION` @@ -1396,7 +1396,7 @@ ALIASES $ aio rt:rule:create ``` -_See code: [src/commands/runtime/rule/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/create.js)_ +_See code: [src/commands/runtime/rule/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/create.js)_ ## `aio runtime:rule:delete NAME` @@ -1426,7 +1426,7 @@ ALIASES $ aio rt:rule:delete ``` -_See code: [src/commands/runtime/rule/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/delete.js)_ +_See code: [src/commands/runtime/rule/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/delete.js)_ ## `aio runtime:rule:disable NAME` @@ -1455,7 +1455,7 @@ ALIASES $ aio rt:rule:disable ``` -_See code: [src/commands/runtime/rule/disable.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/disable.js)_ +_See code: [src/commands/runtime/rule/disable.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/disable.js)_ ## `aio runtime:rule:enable NAME` @@ -1484,7 +1484,7 @@ ALIASES $ aio rt:rule:enable ``` -_See code: [src/commands/runtime/rule/enable.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/enable.js)_ +_See code: [src/commands/runtime/rule/enable.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/enable.js)_ ## `aio runtime:rule:get NAME` @@ -1513,7 +1513,7 @@ ALIASES $ aio rt:rule:get ``` -_See code: [src/commands/runtime/rule/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/get.js)_ +_See code: [src/commands/runtime/rule/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/get.js)_ ## `aio runtime:rule:list` @@ -1546,7 +1546,7 @@ ALIASES $ aio rt:rule:ls ``` -_See code: [src/commands/runtime/rule/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/list.js)_ +_See code: [src/commands/runtime/rule/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/list.js)_ ## `aio runtime:rule:status NAME` @@ -1575,7 +1575,7 @@ ALIASES $ aio rt:rule:status ``` -_See code: [src/commands/runtime/rule/status.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/status.js)_ +_See code: [src/commands/runtime/rule/status.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/status.js)_ ## `aio runtime:rule:update NAME TRIGGER ACTION` @@ -1607,7 +1607,7 @@ ALIASES $ aio rt:rule:update ``` -_See code: [src/commands/runtime/rule/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/rule/update.js)_ +_See code: [src/commands/runtime/rule/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/rule/update.js)_ ## `aio runtime:trigger` @@ -1633,7 +1633,7 @@ ALIASES $ aio rt:trigger ``` -_See code: [src/commands/runtime/trigger/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/index.js)_ +_See code: [src/commands/runtime/trigger/index.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/index.js)_ ## `aio runtime:trigger:create TRIGGERNAME` @@ -1667,7 +1667,7 @@ ALIASES $ aio rt:trigger:create ``` -_See code: [src/commands/runtime/trigger/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/create.js)_ +_See code: [src/commands/runtime/trigger/create.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/create.js)_ ## `aio runtime:trigger:delete TRIGGERPATH` @@ -1696,7 +1696,7 @@ ALIASES $ aio rt:trigger:delete ``` -_See code: [src/commands/runtime/trigger/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/delete.js)_ +_See code: [src/commands/runtime/trigger/delete.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/delete.js)_ ## `aio runtime:trigger:fire TRIGGERNAME` @@ -1727,7 +1727,7 @@ ALIASES $ aio rt:trigger:fire ``` -_See code: [src/commands/runtime/trigger/fire.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/fire.js)_ +_See code: [src/commands/runtime/trigger/fire.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/fire.js)_ ## `aio runtime:trigger:get TRIGGERPATH` @@ -1756,7 +1756,7 @@ ALIASES $ aio rt:trigger:get ``` -_See code: [src/commands/runtime/trigger/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/get.js)_ +_See code: [src/commands/runtime/trigger/get.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/get.js)_ ## `aio runtime:trigger:list` @@ -1789,7 +1789,7 @@ ALIASES $ aio rt:trigger:ls ``` -_See code: [src/commands/runtime/trigger/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/list.js)_ +_See code: [src/commands/runtime/trigger/list.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/list.js)_ ## `aio runtime:trigger:update TRIGGERNAME` @@ -1822,7 +1822,7 @@ ALIASES $ aio rt:trigger:update ``` -_See code: [src/commands/runtime/trigger/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.8.0/src/commands/runtime/trigger/update.js)_ +_See code: [src/commands/runtime/trigger/update.js](https://github.com/adobe/aio-cli-plugin-runtime/blob/1.9.0/src/commands/runtime/trigger/update.js)_ diff --git a/package.json b/package.json index 51091a3c..fb2d59ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/aio-cli-plugin-runtime", "description": "Adobe I/O Runtime commands for the Adobe I/O CLI", - "version": "1.8.0", + "version": "1.9.0", "author": "Adobe Inc.", "bugs": "https://github.com/adobe/aio-cli-plugin-runtime/issues", "publishConfig": {