diff --git a/CHANGELOG.md b/CHANGELOG.md index 44082ddb..6e9c931c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# [4.0.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/3.0.2...4.0.0) (2022-12-19) + + +### chore + +* **deps:** Update AIO Libraries. Fixes [#662](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/662) ([#664](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/664)) ([2b286c6](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/2b286c69d521d4fd451b914ca204f0eee9537539)) + + +### BREAKING CHANGES + +* **deps:** Using new major versions of AIO libraries + +Co-authored-by: Patrick Hupe +Co-authored-by: Mihai Bradoschi + ## [3.0.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/3.0.1...3.0.2) (2022-08-05) diff --git a/README.md b/README.md index e4c160de..b7c149ee 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ ALIASES $ aio cloudmanager:advance-current-execution ``` -_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/current-execution/advance.js)_ +_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/current-execution/advance.js)_ ## `aio cloudmanager:current-execution:cancel PIPELINEID` @@ -250,7 +250,7 @@ ALIASES $ aio cloudmanager:cancel-current-execution ``` -_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/current-execution/cancel.js)_ +_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/current-execution/cancel.js)_ ## `aio cloudmanager:current-execution:get PIPELINEID` @@ -273,7 +273,7 @@ ALIASES $ aio cloudmanager:get-current-execution ``` -_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/current-execution/get.js)_ +_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/current-execution/get.js)_ ## `aio cloudmanager:environment:bind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE` @@ -293,7 +293,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/environment/bind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/bind-ip-allowlist.js)_ +_See code: [src/commands/cloudmanager/environment/bind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/bind-ip-allowlist.js)_ ## `aio cloudmanager:environment:delete ENVIRONMENTID` @@ -314,7 +314,7 @@ ALIASES $ aio cloudmanager:delete-environment ``` -_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/delete.js)_ +_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/delete.js)_ ## `aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS]` @@ -342,7 +342,7 @@ ALIASES $ aio cloudmanager:download-logs ``` -_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/download-logs.js)_ +_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/download-logs.js)_ ## `aio cloudmanager:environment:list-available-log-options ENVIRONMENTID` @@ -365,7 +365,7 @@ ALIASES $ aio cloudmanager:list-available-log-options ``` -_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/list-available-log-options.js)_ +_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/list-available-log-options.js)_ ## `aio cloudmanager:environment:list-ip-allowlist-bindings ENVIRONMENTID` @@ -388,7 +388,7 @@ ALIASES $ aio cloudmanager:environment:list-bound-ip-allowlists ``` -_See code: [src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js)_ +_See code: [src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js)_ ## `aio cloudmanager:environment:list-variables ENVIRONMENTID` @@ -411,7 +411,7 @@ ALIASES $ aio cloudmanager:list-environment-variables ``` -_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/list-variables.js)_ +_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/list-variables.js)_ ## `aio cloudmanager:environment:open-developer-console ENVIRONMENTID` @@ -432,7 +432,7 @@ ALIASES $ aio cloudmanager:open-developer-console ``` -_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/open-developer-console.js)_ +_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/open-developer-console.js)_ ## `aio cloudmanager:environment:set-variables ENVIRONMENTID` @@ -489,7 +489,7 @@ ALIASES $ aio cloudmanager:set-environment-variables ``` -_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/set-variables.js)_ +_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/set-variables.js)_ ## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME` @@ -513,7 +513,7 @@ ALIASES $ aio cloudmanager:tail-log ``` -_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/tail-log.js)_ +_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/tail-log.js)_ ## `aio cloudmanager:environment:unbind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE` @@ -533,7 +533,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_ +_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_ ## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION` @@ -558,7 +558,7 @@ ALIASES $ aio cloudmanager:get-quality-gate-results ``` -_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/execution/get-quality-gate-results.js)_ +_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/execution/get-quality-gate-results.js)_ ## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID` @@ -582,7 +582,7 @@ ALIASES $ aio cloudmanager:get-execution-step-details ``` -_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/execution/get-step-details.js)_ +_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/execution/get-step-details.js)_ ## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION` @@ -611,7 +611,7 @@ ALIASES $ aio cloudmanager:get-execution-step-log ``` -_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/execution/get-step-log.js)_ +_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/execution/get-step-log.js)_ ## `aio cloudmanager:execution:tail-step-log PIPELINEID ACTION` @@ -630,7 +630,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/execution/tail-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/execution/tail-step-log.js)_ +_See code: [src/commands/cloudmanager/execution/tail-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/execution/tail-step-log.js)_ ## `aio cloudmanager:ip-allowlist:bind IPALLOWLISTID ENVIRONMENTID SERVICE` @@ -650,7 +650,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/bind.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/bind.js)_ ## `aio cloudmanager:ip-allowlist:create NAME` @@ -669,7 +669,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/create.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/create.js)_ ## `aio cloudmanager:ip-allowlist:delete IPALLOWLISTID` @@ -687,7 +687,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/delete.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/delete.js)_ ## `aio cloudmanager:ip-allowlist:get-binding-details IPALLOWLISTID` @@ -707,7 +707,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_ ## `aio cloudmanager:ip-allowlist:unbind IPALLOWLISTID ENVIRONMENTID SERVICE` @@ -727,7 +727,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/unbind.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_ ## `aio cloudmanager:ip-allowlist:update IPALLOWLISTID` @@ -748,7 +748,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/ip-allowlist/update.js)_ +_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/ip-allowlist/update.js)_ ## `aio cloudmanager:list-programs` @@ -765,7 +765,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/list-programs.js)_ +_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/list-programs.js)_ ## `aio cloudmanager:org:list` @@ -781,7 +781,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/org/list.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/org/list.js)_ +_See code: [src/commands/cloudmanager/org/list.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/org/list.js)_ ## `aio cloudmanager:org:select [ORGID]` @@ -798,7 +798,7 @@ OPTIONS --global stores selected organization in global configuration ``` -_See code: [src/commands/cloudmanager/org/select.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/org/select.js)_ +_See code: [src/commands/cloudmanager/org/select.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/org/select.js)_ ## `aio cloudmanager:pipeline:create-execution PIPELINEID` @@ -824,7 +824,7 @@ ALIASES $ aio cloudmanager:start-execution ``` -_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/create-execution.js)_ +_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/create-execution.js)_ ## `aio cloudmanager:pipeline:delete PIPELINEID` @@ -845,7 +845,7 @@ ALIASES $ aio cloudmanager:delete-pipeline ``` -_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/delete.js)_ +_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/delete.js)_ ## `aio cloudmanager:pipeline:invalidate-cache PIPELINEID` @@ -863,7 +863,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/pipeline/invalidate-cache.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/invalidate-cache.js)_ +_See code: [src/commands/cloudmanager/pipeline/invalidate-cache.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/invalidate-cache.js)_ ## `aio cloudmanager:pipeline:list-executions PIPELINEID` @@ -884,7 +884,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/pipeline/list-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/list-executions.js)_ +_See code: [src/commands/cloudmanager/pipeline/list-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/list-executions.js)_ ## `aio cloudmanager:pipeline:list-variables PIPELINEID` @@ -907,7 +907,7 @@ ALIASES $ aio cloudmanager:list-pipeline-variables ``` -_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/list-variables.js)_ +_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/list-variables.js)_ ## `aio cloudmanager:pipeline:set-variables PIPELINEID` @@ -945,7 +945,7 @@ ALIASES $ aio cloudmanager:set-pipeline-variables ``` -_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/set-variables.js)_ +_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/set-variables.js)_ ## `aio cloudmanager:pipeline:update PIPELINEID` @@ -980,7 +980,7 @@ ALIASES $ aio cloudmanager:update-pipeline ``` -_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/pipeline/update.js)_ +_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/pipeline/update.js)_ ## `aio cloudmanager:program:delete PROGRAMID` @@ -1000,7 +1000,7 @@ ALIASES $ aio cloudmanager:delete-program ``` -_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/program/delete.js)_ +_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/program/delete.js)_ ## `aio cloudmanager:program:list-current-executions` @@ -1020,7 +1020,7 @@ ALIASES $ aio cloudmanager:list-current-executions ``` -_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/program/list-current-executions.js)_ +_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/program/list-current-executions.js)_ ## `aio cloudmanager:program:list-environments` @@ -1040,7 +1040,7 @@ ALIASES $ aio cloudmanager:list-environments ``` -_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/program/list-environments.js)_ +_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/program/list-environments.js)_ ## `aio cloudmanager:program:list-ip-allowlists` @@ -1057,7 +1057,7 @@ OPTIONS --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager ``` -_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/program/list-ip-allowlists.js)_ +_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_ ## `aio cloudmanager:program:list-pipelines` @@ -1077,7 +1077,7 @@ ALIASES $ aio cloudmanager:list-pipelines ``` -_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/3.0.2/src/commands/cloudmanager/program/list-pipelines.js)_ +_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/4.0.0/src/commands/cloudmanager/program/list-pipelines.js)_ # Permissions diff --git a/package.json b/package.json index 3a521498..2a0c18f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/aio-cli-plugin-cloudmanager", "description": "Cloud Manager commands for the Adobe I/O CLI", - "version": "3.0.2", + "version": "4.0.0", "author": "Adobe Inc.", "bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues", "dependencies": {