@@ -76,6 +76,7 @@ $ aio config:set cloudmanager_programid 4
7676# Commands
7777<!-- commands -->
7878* [ ` ./bin/run cloudmanager:get-current-execution PIPELINEID ` ] ( #bin-run-cloudmanagerget-current-execution-pipelineid )
79+ * [ ` ./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION ` ] ( #bin-run-cloudmanagerget-quality-gate-results-pipelineid-executionid-action )
7980* [ ` ./bin/run cloudmanager:list-current-executions ` ] ( #bin-run-cloudmanagerlist-current-executions )
8081* [ ` ./bin/run cloudmanager:list-pipelines ` ] ( #bin-run-cloudmanagerlist-pipelines )
8182* [ ` ./bin/run cloudmanager:list-programs ` ] ( #bin-run-cloudmanagerlist-programs )
@@ -97,7 +98,27 @@ OPTIONS
9798 -r, --passphrase=passphrase the passphrase for the private-key
9899```
99100
100- _ See code: [ src/commands/cloudmanager/get-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1/src/commands/cloudmanager/get-current-execution.js ) _
101+ _ See code: [ src/commands/cloudmanager/get-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/get-current-execution.js ) _
102+
103+ ## ` ./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION `
104+
105+ get quality gate results
106+
107+ ```
108+ USAGE
109+ $ ./bin/run cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION
110+
111+ ARGUMENTS
112+ PIPELINEID the pipeline id
113+ EXECUTIONID the execution id
114+ ACTION (codeQuality|security|performance) the step action
115+
116+ OPTIONS
117+ -p, --programId=programId the programId. if not specified, defaults to 'cloudmanager_programid' config value
118+ -r, --passphrase=passphrase the passphrase for the private-key
119+ ```
120+
121+ _ See code: [ src/commands/cloudmanager/get-quality-gate-results.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2/src/commands/cloudmanager/get-quality-gate-results.js ) _
101122
102123## ` ./bin/run cloudmanager:list-current-executions `
103124
@@ -112,7 +133,7 @@ OPTIONS
112133 -r, --passphrase=passphrase the passphrase for the private-key
113134```
114135
115- _ See code: [ src/commands/cloudmanager/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1 /src/commands/cloudmanager/list-current-executions.js ) _
136+ _ See code: [ src/commands/cloudmanager/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2 /src/commands/cloudmanager/list-current-executions.js ) _
116137
117138## ` ./bin/run cloudmanager:list-pipelines `
118139
@@ -127,7 +148,7 @@ OPTIONS
127148 -r, --passphrase=passphrase the passphrase for the private-key
128149```
129150
130- _ See code: [ src/commands/cloudmanager/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1 /src/commands/cloudmanager/list-pipelines.js ) _
151+ _ See code: [ src/commands/cloudmanager/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2 /src/commands/cloudmanager/list-pipelines.js ) _
131152
132153## ` ./bin/run cloudmanager:list-programs `
133154
@@ -142,7 +163,7 @@ OPTIONS
142163 -r, --passphrase=passphrase the passphrase for the private-key
143164```
144165
145- _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1 /src/commands/cloudmanager/list-programs.js ) _
166+ _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2 /src/commands/cloudmanager/list-programs.js ) _
146167
147168## ` ./bin/run cloudmanager:start-execution PIPELINEID `
148169
@@ -160,5 +181,5 @@ OPTIONS
160181 -r, --passphrase=passphrase the passphrase for the private-key
161182```
162183
163- _ See code: [ src/commands/cloudmanager/start-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.1 /src/commands/cloudmanager/start-execution.js ) _
184+ _ See code: [ src/commands/cloudmanager/start-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.2 /src/commands/cloudmanager/start-execution.js ) _
164185<!-- commandsstop -->
0 commit comments