@adobe/aio-cli-plugin-cloudmanager
Advanced tools
Comparing version 0.16.2 to 0.16.3
@@ -1,10 +0,16 @@ | ||
## [0.16.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.1...0.16.2) (2020-11-16) | ||
# Changelog | ||
## [0.16.3](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.2...0.16.3) (2020-11-16) | ||
### Bug Fixes | ||
* **build:** changelog title not respected ([16c71d4](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/16c71d4a1a30465646bba47c56cb676f3dac85e7)) | ||
## [0.16.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.1...0.16.2) (2020-11-16) | ||
### Bug Fixes | ||
* **build:** semantic-release does not update readme, changelog or package.json in git ([c893959](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/c893959acc5c3af0efd60a63fa14f6dbbd329045)) | ||
# Changelog | ||
## 0.16.0 (13/11/2020) | ||
@@ -11,0 +17,0 @@ - [**enhancement**] Restructure commands into topics [#151](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/151) |
@@ -1,1 +0,1 @@ | ||
{"version":"0.16.2","commands":{"cloudmanager":{"id":"cloudmanager","description":"interact with the Cloud Manager API to list, start, cancel, and inspect pipelines and executions.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"examples":["$ aio cloudmanager:list-programs","$ aio cloudmanager:list-programs --enabledonly","$ aio cloudmanager:program:list-pipelines","$ aio cloudmanager:program:list-pipelines --programId=PROGRAM_ID","$ aio cloudmanager:pipeline:start-execution PIPELINE_ID","$ aio cloudmanager:pipeline:start-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:program:list-current-executions","$ aio cloudmanager:program:list-current-executions --programId=PROGRAM_ID","$ aio cloudmanager:pipeline:get-current-execution PIPELINE_ID","$ aio cloudmanager:pipeline:get-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:execution:get-quality-gate-results PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:execution:get-quality-gate-results --programId=PROGRAM_ID PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:execution:get-step-details PIPELINE_ID EXECUTION_ID","$ aio cloudmanager:execution:get-step-details --programId=PROGRAM_ID PIPELINE_ID EXECUTION_ID","$ aio cloudmanager:execution:get-step-log PIPELINE_ID","$ aio cloudmanager:execution:get-step-log --programId=PROGRAM_ID PIPELINE_ID [build|codeQuality|devDeploy|stageDeploy|prodDeploy]","$ aio cloudmanager:current-execution:cancel PIPELINE_ID","$ aio cloudmanager:current-execution:cancel --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:current-execution:advance PIPELINE_ID","$ aio cloudmanager:current-execution:advance --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:pipeline:delete PIPELINE_ID","$ aio cloudmanager:pipeline:delete --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:pipeline:update PIPELINE_ID --branch=NEW_BRANCH","$ aio cloudmanager:pipeline:update --programId=PROGRAM_ID PIPELINE_ID --branch=NEW_BRANCH","$ aio cloudmanager:program:list-environments","$ aio cloudmanager:program:list-environments --programId=PROGRAM_ID","$ aio cloudmanager:environment:list-available-log-options ENVIRONMENT_ID","$ aio cloudmanager:environment:list-available-log-options --programId=PROGRAM_ID ENVIRONMENT_ID","$ aio cloudmanager:environment:download-logs ENVIRONMENT_ID SERVICE NAME","$ aio cloudmanager:environment:download-logs ENVIRONMENT_ID SERVICE NAME DAYS","$ aio cloudmanager:environment:download-logs --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME DAYS","$ aio cloudmanager:environment:tail-log ENVIRONMENT_ID SERVICE NAME","$ aio cloudmanager:environment:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"}},"args":[]},"cloudmanager:list-programs":{"id":"cloudmanager:list-programs","description":"lists programs available in Cloud Manager","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"enabledonly":{"name":"enabledonly","type":"boolean","char":"e","description":"only output Cloud Manager-enabled programs","allowNo":false}},"args":[]},"cloudmanager:current-execution:advance":{"id":"cloudmanager:current-execution:advance","description":"advance current pipeline execution either by overriding a waiting quality gate or advancing the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:advance-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:current-execution:cancel":{"id":"cloudmanager:current-execution:cancel","description":"cancel current pipeline execution either by cancelling the current step, rejecting a waiting quality gate, or rejecting the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:cancel-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:current-execution:get":{"id":"cloudmanager:current-execution:get","description":"get pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:environment:delete":{"id":"cloudmanager:environment:delete","description":"delete environment","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-environment"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:download-logs":{"id":"cloudmanager:environment:download-logs","description":"downloads log files for the specified environment, service and log name for one or more days","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:download-logs"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"outputDirectory":{"name":"outputDirectory","type":"option","char":"o","description":"the output directory. If not set, defaults to the current directory."}},"args":[{"name":"environmentId","description":"the environment id","required":true},{"name":"service","description":"the service","required":true},{"name":"name","description":"the log name","required":true},{"name":"days","description":"the number of days","required":false,"default":"1"}]},"cloudmanager:environment:list-available-log-options":{"id":"cloudmanager:environment:list-available-log-options","description":"lists available log options for an environment in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-available-log-options"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:list-variables":{"id":"cloudmanager:environment:list-variables","description":"lists variables set on an environment","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-environment-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:open-developer-console":{"id":"cloudmanager:environment:open-developer-console","description":"opens the Developer Console, if available, in a browser","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:open-developer-console"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:set-variables":{"id":"cloudmanager:environment:set-variables","description":"sets variables set on an environment. These are runtime variables available to components running inside the runtime environment. Use set-pipeline-variables to set build-time variables on a pipeline.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:set-environment-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"variable":{"name":"variable","type":"option","char":"v","description":"variable values in KEY VALUE format"},"secret":{"name":"secret","type":"option","char":"s","description":"secret values in KEY VALUE format"},"delete":{"name":"delete","type":"option","char":"d","description":"variables/secrets to delete"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:tail-log":{"id":"cloudmanager:environment:tail-log","description":"outputs a stream of log data for the specified environment, service and log name","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:tail-logs","cloudmanager:tail-log"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true},{"name":"service","description":"the service","required":true},{"name":"name","description":"the log name","required":true}]},"cloudmanager:execution:get-quality-gate-results":{"id":"cloudmanager:execution:get-quality-gate-results","description":"get quality gate results","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-quality-gate-results"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["codeQuality","security","performance","contentAudit","experienceAudit"]}]},"cloudmanager:execution:get-step-details":{"id":"cloudmanager:execution:get-step-details","description":"get execution step details","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-execution-step-details"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true}]},"cloudmanager:execution:get-step-log":{"id":"cloudmanager:execution:get-step-log","description":"get step log","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-execution-step-log"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"output":{"name":"output","type":"option","char":"o","description":"the output file. If not set, uses standard output."},"file":{"name":"file","type":"option","char":"f","description":"the alternative log file name. currently only `sonarLogFile` is available (for the codeQuality step)"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["build","codeQuality","devDeploy","stageDeploy","prodDeploy","buildImage"]}]},"cloudmanager:pipeline:create-execution":{"id":"cloudmanager:pipeline:create-execution","description":"start pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:create-execution","cloudmanager:start-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:delete":{"id":"cloudmanager:pipeline:delete","description":"delete pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-pipeline"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:list-variables":{"id":"cloudmanager:pipeline:list-variables","description":"lists variables set on an pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-pipeline-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:set-variables":{"id":"cloudmanager:pipeline:set-variables","description":"sets variables set on a pipeline. These are build-time variables available during the build process. Use set-environment-variables to set runtime variables on a environment.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:set-pipeline-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"variable":{"name":"variable","type":"option","char":"v","description":"variable values in KEY VALUE format"},"secret":{"name":"secret","type":"option","char":"s","description":"secret values in KEY VALUE format"},"delete":{"name":"delete","type":"option","char":"d","description":"variables/secrets to delete"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:update":{"id":"cloudmanager:pipeline:update","description":"update pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:update-pipeline"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"branch":{"name":"branch","type":"option","description":"the new branch"},"tag":{"name":"tag","type":"option","description":"the new tag"},"repositoryId":{"name":"repositoryId","type":"option","description":"the new repositoryId"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:program:delete":{"id":"cloudmanager:program:delete","description":"delete program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-program"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"}},"args":[{"name":"programId","description":"the program id","required":true}]},"cloudmanager:program:list-current-executions":{"id":"cloudmanager:program:list-current-executions","description":"list running pipeline executions","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-current-executions"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[]},"cloudmanager:program:list-environments":{"id":"cloudmanager:program:list-environments","description":"lists environments available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-environments"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:program:list-pipelines":{"id":"cloudmanager:program:list-pipelines","description":"lists pipelines available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-pipelines"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]}}} | ||
{"version":"0.16.3","commands":{"cloudmanager":{"id":"cloudmanager","description":"interact with the Cloud Manager API to list, start, cancel, and inspect pipelines and executions.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"examples":["$ aio cloudmanager:list-programs","$ aio cloudmanager:list-programs --enabledonly","$ aio cloudmanager:program:list-pipelines","$ aio cloudmanager:program:list-pipelines --programId=PROGRAM_ID","$ aio cloudmanager:pipeline:start-execution PIPELINE_ID","$ aio cloudmanager:pipeline:start-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:program:list-current-executions","$ aio cloudmanager:program:list-current-executions --programId=PROGRAM_ID","$ aio cloudmanager:pipeline:get-current-execution PIPELINE_ID","$ aio cloudmanager:pipeline:get-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:execution:get-quality-gate-results PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:execution:get-quality-gate-results --programId=PROGRAM_ID PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:execution:get-step-details PIPELINE_ID EXECUTION_ID","$ aio cloudmanager:execution:get-step-details --programId=PROGRAM_ID PIPELINE_ID EXECUTION_ID","$ aio cloudmanager:execution:get-step-log PIPELINE_ID","$ aio cloudmanager:execution:get-step-log --programId=PROGRAM_ID PIPELINE_ID [build|codeQuality|devDeploy|stageDeploy|prodDeploy]","$ aio cloudmanager:current-execution:cancel PIPELINE_ID","$ aio cloudmanager:current-execution:cancel --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:current-execution:advance PIPELINE_ID","$ aio cloudmanager:current-execution:advance --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:pipeline:delete PIPELINE_ID","$ aio cloudmanager:pipeline:delete --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:pipeline:update PIPELINE_ID --branch=NEW_BRANCH","$ aio cloudmanager:pipeline:update --programId=PROGRAM_ID PIPELINE_ID --branch=NEW_BRANCH","$ aio cloudmanager:program:list-environments","$ aio cloudmanager:program:list-environments --programId=PROGRAM_ID","$ aio cloudmanager:environment:list-available-log-options ENVIRONMENT_ID","$ aio cloudmanager:environment:list-available-log-options --programId=PROGRAM_ID ENVIRONMENT_ID","$ aio cloudmanager:environment:download-logs ENVIRONMENT_ID SERVICE NAME","$ aio cloudmanager:environment:download-logs ENVIRONMENT_ID SERVICE NAME DAYS","$ aio cloudmanager:environment:download-logs --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME DAYS","$ aio cloudmanager:environment:tail-log ENVIRONMENT_ID SERVICE NAME","$ aio cloudmanager:environment:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"}},"args":[]},"cloudmanager:list-programs":{"id":"cloudmanager:list-programs","description":"lists programs available in Cloud Manager","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"enabledonly":{"name":"enabledonly","type":"boolean","char":"e","description":"only output Cloud Manager-enabled programs","allowNo":false}},"args":[]},"cloudmanager:current-execution:advance":{"id":"cloudmanager:current-execution:advance","description":"advance current pipeline execution either by overriding a waiting quality gate or advancing the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:advance-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:current-execution:cancel":{"id":"cloudmanager:current-execution:cancel","description":"cancel current pipeline execution either by cancelling the current step, rejecting a waiting quality gate, or rejecting the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:cancel-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:current-execution:get":{"id":"cloudmanager:current-execution:get","description":"get pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-current-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:environment:delete":{"id":"cloudmanager:environment:delete","description":"delete environment","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-environment"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:download-logs":{"id":"cloudmanager:environment:download-logs","description":"downloads log files for the specified environment, service and log name for one or more days","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:download-logs"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"outputDirectory":{"name":"outputDirectory","type":"option","char":"o","description":"the output directory. If not set, defaults to the current directory."}},"args":[{"name":"environmentId","description":"the environment id","required":true},{"name":"service","description":"the service","required":true},{"name":"name","description":"the log name","required":true},{"name":"days","description":"the number of days","required":false,"default":"1"}]},"cloudmanager:environment:list-available-log-options":{"id":"cloudmanager:environment:list-available-log-options","description":"lists available log options for an environment in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-available-log-options"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:list-variables":{"id":"cloudmanager:environment:list-variables","description":"lists variables set on an environment","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-environment-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:open-developer-console":{"id":"cloudmanager:environment:open-developer-console","description":"opens the Developer Console, if available, in a browser","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:open-developer-console"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:set-variables":{"id":"cloudmanager:environment:set-variables","description":"sets variables set on an environment. These are runtime variables available to components running inside the runtime environment. Use set-pipeline-variables to set build-time variables on a pipeline.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:set-environment-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"variable":{"name":"variable","type":"option","char":"v","description":"variable values in KEY VALUE format"},"secret":{"name":"secret","type":"option","char":"s","description":"secret values in KEY VALUE format"},"delete":{"name":"delete","type":"option","char":"d","description":"variables/secrets to delete"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"environmentId","description":"the environment id","required":true}]},"cloudmanager:environment:tail-log":{"id":"cloudmanager:environment:tail-log","description":"outputs a stream of log data for the specified environment, service and log name","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:tail-logs","cloudmanager:tail-log"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"environmentId","description":"the environment id","required":true},{"name":"service","description":"the service","required":true},{"name":"name","description":"the log name","required":true}]},"cloudmanager:execution:get-quality-gate-results":{"id":"cloudmanager:execution:get-quality-gate-results","description":"get quality gate results","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-quality-gate-results"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["codeQuality","security","performance","contentAudit","experienceAudit"]}]},"cloudmanager:execution:get-step-details":{"id":"cloudmanager:execution:get-step-details","description":"get execution step details","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-execution-step-details"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true}]},"cloudmanager:execution:get-step-log":{"id":"cloudmanager:execution:get-step-log","description":"get step log","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:get-execution-step-log"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"output":{"name":"output","type":"option","char":"o","description":"the output file. If not set, uses standard output."},"file":{"name":"file","type":"option","char":"f","description":"the alternative log file name. currently only `sonarLogFile` is available (for the codeQuality step)"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["build","codeQuality","devDeploy","stageDeploy","prodDeploy","buildImage"]}]},"cloudmanager:pipeline:create-execution":{"id":"cloudmanager:pipeline:create-execution","description":"start pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:create-execution","cloudmanager:start-execution"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:delete":{"id":"cloudmanager:pipeline:delete","description":"delete pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-pipeline"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:list-variables":{"id":"cloudmanager:pipeline:list-variables","description":"lists variables set on an pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-pipeline-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:set-variables":{"id":"cloudmanager:pipeline:set-variables","description":"sets variables set on a pipeline. These are build-time variables available during the build process. Use set-environment-variables to set runtime variables on a environment.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:set-pipeline-variables"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"variable":{"name":"variable","type":"option","char":"v","description":"variable values in KEY VALUE format"},"secret":{"name":"secret","type":"option","char":"s","description":"secret values in KEY VALUE format"},"delete":{"name":"delete","type":"option","char":"d","description":"variables/secrets to delete"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:pipeline:update":{"id":"cloudmanager:pipeline:update","description":"update pipeline","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:update-pipeline"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"branch":{"name":"branch","type":"option","description":"the new branch"},"tag":{"name":"tag","type":"option","description":"the new tag"},"repositoryId":{"name":"repositoryId","type":"option","description":"the new repositoryId"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:program:delete":{"id":"cloudmanager:program:delete","description":"delete program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:delete-program"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"}},"args":[{"name":"programId","description":"the program id","required":true}]},"cloudmanager:program:list-current-executions":{"id":"cloudmanager:program:list-current-executions","description":"list running pipeline executions","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-current-executions"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false}},"args":[]},"cloudmanager:program:list-environments":{"id":"cloudmanager:program:list-environments","description":"lists environments available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-environments"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:program:list-pipelines":{"id":"cloudmanager:program:list-pipelines","description":"lists pipelines available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":["cloudmanager:list-pipelines"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private key"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml format","allowNo":false},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]}}} |
{ | ||
"name": "@adobe/aio-cli-plugin-cloudmanager", | ||
"description": "Cloud Manager commands for the Adobe I/O CLI", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"author": "Adobe Inc.", | ||
@@ -122,3 +122,8 @@ "bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogTitle": "# Changelog" | ||
} | ||
], | ||
"@semantic-release/npm", | ||
@@ -125,0 +130,0 @@ [ |
@@ -165,3 +165,3 @@ <!-- | ||
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/index.js)_ | ||
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/index.js)_ | ||
@@ -187,3 +187,3 @@ ## `aio cloudmanager:current-execution:advance PIPELINEID` | ||
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/current-execution/advance.js)_ | ||
@@ -209,3 +209,3 @@ ## `aio cloudmanager:current-execution:cancel PIPELINEID` | ||
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/current-execution/cancel.js)_ | ||
@@ -233,3 +233,3 @@ ## `aio cloudmanager:current-execution:get PIPELINEID` | ||
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/current-execution/get.js)_ | ||
@@ -255,3 +255,3 @@ ## `aio cloudmanager:environment:delete ENVIRONMENTID` | ||
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/environment/delete.js)_ | ||
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/environment/delete.js)_ | ||
@@ -284,3 +284,3 @@ ## `aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS]` | ||
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/download-logs.js)_ | ||
@@ -308,3 +308,3 @@ ## `aio cloudmanager:environment:list-available-log-options ENVIRONMENTID` | ||
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/list-available-log-options.js)_ | ||
@@ -332,3 +332,3 @@ ## `aio cloudmanager:environment:list-variables ENVIRONMENTID` | ||
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/list-variables.js)_ | ||
@@ -354,3 +354,3 @@ ## `aio cloudmanager:environment:open-developer-console ENVIRONMENTID` | ||
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/open-developer-console.js)_ | ||
@@ -381,3 +381,3 @@ ## `aio cloudmanager:environment:set-variables ENVIRONMENTID` | ||
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/set-variables.js)_ | ||
@@ -406,3 +406,3 @@ ## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME` | ||
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/environment/tail-log.js)_ | ||
@@ -432,3 +432,3 @@ ## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION` | ||
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/execution/get-quality-gate-results.js)_ | ||
@@ -457,3 +457,3 @@ ## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID` | ||
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/execution/get-step-details.js)_ | ||
@@ -487,3 +487,3 @@ ## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION` | ||
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/execution/get-step-log.js)_ | ||
@@ -505,3 +505,3 @@ ## `aio cloudmanager:list-programs` | ||
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/list-programs.js)_ | ||
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/list-programs.js)_ | ||
@@ -528,3 +528,3 @@ ## `aio cloudmanager:pipeline:create-execution PIPELINEID` | ||
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/pipeline/create-execution.js)_ | ||
@@ -550,3 +550,3 @@ ## `aio cloudmanager:pipeline:delete PIPELINEID` | ||
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/delete.js)_ | ||
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/delete.js)_ | ||
@@ -574,3 +574,3 @@ ## `aio cloudmanager:pipeline:list-variables PIPELINEID` | ||
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/pipeline/list-variables.js)_ | ||
@@ -601,3 +601,3 @@ ## `aio cloudmanager:pipeline:set-variables PIPELINEID` | ||
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/pipeline/set-variables.js)_ | ||
@@ -626,3 +626,3 @@ ## `aio cloudmanager:pipeline:update PIPELINEID` | ||
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/pipeline/update.js)_ | ||
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/pipeline/update.js)_ | ||
@@ -647,3 +647,3 @@ ## `aio cloudmanager:program:delete PROGRAMID` | ||
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.2/src/commands/cloudmanager/program/delete.js)_ | ||
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.3/src/commands/cloudmanager/program/delete.js)_ | ||
@@ -668,3 +668,3 @@ ## `aio cloudmanager:program:list-current-executions` | ||
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/program/list-current-executions.js)_ | ||
@@ -689,3 +689,3 @@ ## `aio cloudmanager:program:list-environments` | ||
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/program/list-environments.js)_ | ||
@@ -710,3 +710,3 @@ ## `aio cloudmanager:program:list-pipelines` | ||
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.16.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/0.16.3/src/commands/cloudmanager/program/list-pipelines.js)_ | ||
<!-- commandsstop --> | ||
@@ -713,0 +713,0 @@ |
151770