@@ -149,7 +149,7 @@ EXAMPLES
149149 $ aio cloudmanager:tail-log --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME
150150```
151151
152- _ See code: [ src/commands/cloudmanager/index.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/index.js ) _
152+ _ See code: [ src/commands/cloudmanager/index.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/index.js ) _
153153
154154## ` aio cloudmanager:advance-current-execution PIPELINEID `
155155
@@ -167,7 +167,7 @@ OPTIONS
167167 -r, --passphrase=passphrase the passphrase for the private-key
168168```
169169
170- _ See code: [ src/commands/cloudmanager/advance-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/advance-current-execution.js ) _
170+ _ See code: [ src/commands/cloudmanager/advance-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/advance-current-execution.js ) _
171171
172172## ` aio cloudmanager:cancel-current-execution PIPELINEID `
173173
@@ -185,7 +185,7 @@ OPTIONS
185185 -r, --passphrase=passphrase the passphrase for the private-key
186186```
187187
188- _ See code: [ src/commands/cloudmanager/cancel-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/cancel-current-execution.js ) _
188+ _ See code: [ src/commands/cloudmanager/cancel-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/cancel-current-execution.js ) _
189189
190190## ` aio cloudmanager:delete-pipeline PIPELINEID `
191191
@@ -203,7 +203,7 @@ OPTIONS
203203 -r, --passphrase=passphrase the passphrase for the private-key
204204```
205205
206- _ See code: [ src/commands/cloudmanager/delete-pipeline.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/delete-pipeline.js ) _
206+ _ See code: [ src/commands/cloudmanager/delete-pipeline.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/delete-pipeline.js ) _
207207
208208## ` aio cloudmanager:download-logs ENVIRONMENTID SERVICE NAME [DAYS] `
209209
@@ -228,7 +228,7 @@ OPTIONS
228228 -r, --passphrase=passphrase the passphrase for the private-key
229229```
230230
231- _ See code: [ src/commands/cloudmanager/download-logs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/download-logs.js ) _
231+ _ See code: [ src/commands/cloudmanager/download-logs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/download-logs.js ) _
232232
233233## ` aio cloudmanager:get-current-execution PIPELINEID `
234234
@@ -246,7 +246,7 @@ OPTIONS
246246 -r, --passphrase=passphrase the passphrase for the private-key
247247```
248248
249- _ See code: [ src/commands/cloudmanager/get-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/get-current-execution.js ) _
249+ _ See code: [ src/commands/cloudmanager/get-current-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/get-current-execution.js ) _
250250
251251## ` aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID `
252252
@@ -265,7 +265,7 @@ OPTIONS
265265 -r, --passphrase=passphrase the passphrase for the private-key
266266```
267267
268- _ See code: [ src/commands/cloudmanager/get-execution-step-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/get-execution-step-details.js ) _
268+ _ See code: [ src/commands/cloudmanager/get-execution-step-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/get-execution-step-details.js ) _
269269
270270## ` aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION `
271271
@@ -278,15 +278,15 @@ USAGE
278278ARGUMENTS
279279 PIPELINEID the pipeline id
280280 EXECUTIONID the execution id
281- ACTION (build|codeQuality|devDeploy|stageDeploy|prodDeploy) the step action
281+ ACTION (build|codeQuality|devDeploy|stageDeploy|prodDeploy|buildImage ) the step action
282282
283283OPTIONS
284284 -o, --output=output the output file. If not set, uses standard output.
285285 -p, --programId=programId the programId. if not specified, defaults to 'cloudmanager_programid' config value
286286 -r, --passphrase=passphrase the passphrase for the private-key
287287```
288288
289- _ See code: [ src/commands/cloudmanager/get-execution-step-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/get-execution-step-log.js ) _
289+ _ See code: [ src/commands/cloudmanager/get-execution-step-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/get-execution-step-log.js ) _
290290
291291## ` aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION `
292292
@@ -306,7 +306,7 @@ OPTIONS
306306 -r, --passphrase=passphrase the passphrase for the private-key
307307```
308308
309- _ See code: [ src/commands/cloudmanager/get-quality-gate-results.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/get-quality-gate-results.js ) _
309+ _ See code: [ src/commands/cloudmanager/get-quality-gate-results.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/get-quality-gate-results.js ) _
310310
311311## ` aio cloudmanager:list-available-log-options ENVIRONMENTID `
312312
@@ -324,7 +324,7 @@ OPTIONS
324324 -r, --passphrase=passphrase the passphrase for the private-key
325325```
326326
327- _ See code: [ src/commands/cloudmanager/list-available-log-options.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/list-available-log-options.js ) _
327+ _ See code: [ src/commands/cloudmanager/list-available-log-options.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/list-available-log-options.js ) _
328328
329329## ` aio cloudmanager:list-current-executions `
330330
@@ -339,7 +339,7 @@ OPTIONS
339339 -r, --passphrase=passphrase the passphrase for the private-key
340340```
341341
342- _ See code: [ src/commands/cloudmanager/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/list-current-executions.js ) _
342+ _ See code: [ src/commands/cloudmanager/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/list-current-executions.js ) _
343343
344344## ` aio cloudmanager:list-environments `
345345
@@ -354,7 +354,7 @@ OPTIONS
354354 -r, --passphrase=passphrase the passphrase for the private-key
355355```
356356
357- _ See code: [ src/commands/cloudmanager/list-environments.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/list-environments.js ) _
357+ _ See code: [ src/commands/cloudmanager/list-environments.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/list-environments.js ) _
358358
359359## ` aio cloudmanager:list-pipelines `
360360
@@ -369,7 +369,7 @@ OPTIONS
369369 -r, --passphrase=passphrase the passphrase for the private-key
370370```
371371
372- _ See code: [ src/commands/cloudmanager/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/list-pipelines.js ) _
372+ _ See code: [ src/commands/cloudmanager/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/list-pipelines.js ) _
373373
374374## ` aio cloudmanager:list-programs `
375375
@@ -384,7 +384,7 @@ OPTIONS
384384 -r, --passphrase=passphrase the passphrase for the private-key
385385```
386386
387- _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/list-programs.js ) _
387+ _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/list-programs.js ) _
388388
389389## ` aio cloudmanager:start-execution PIPELINEID `
390390
@@ -402,7 +402,7 @@ OPTIONS
402402 -r, --passphrase=passphrase the passphrase for the private-key
403403```
404404
405- _ See code: [ src/commands/cloudmanager/start-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/start-execution.js ) _
405+ _ See code: [ src/commands/cloudmanager/start-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/start-execution.js ) _
406406
407407## ` aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME `
408408
@@ -425,7 +425,7 @@ ALIASES
425425 $ aio cloudmanager:tail-logs
426426```
427427
428- _ See code: [ src/commands/cloudmanager/tail-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/tail-log.js ) _
428+ _ See code: [ src/commands/cloudmanager/tail-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/tail-log.js ) _
429429
430430## ` aio cloudmanager:update-pipeline PIPELINEID `
431431
@@ -445,7 +445,7 @@ OPTIONS
445445 --repositoryId=repositoryId the new repositoryId
446446```
447447
448- _ See code: [ src/commands/cloudmanager/update-pipeline.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.1 /src/commands/cloudmanager/update-pipeline.js ) _
448+ _ See code: [ src/commands/cloudmanager/update-pipeline.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.2 /src/commands/cloudmanager/update-pipeline.js ) _
449449<!-- commandsstop -->
450450
451451# Development
0 commit comments