@@ -185,7 +185,7 @@ ALIASES
185185 $ aio cloudmanager:advance-current-execution
186186```
187187
188- _ See code: [ src/commands/cloudmanager/current-execution/advance.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/current-execution/advance.js ) _
188+ _ See code: [ src/commands/cloudmanager/current-execution/advance.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/current-execution/advance.js ) _
189189
190190## ` aio cloudmanager:current-execution:cancel PIPELINEID `
191191
@@ -206,7 +206,7 @@ ALIASES
206206 $ aio cloudmanager:cancel-current-execution
207207```
208208
209- _ See code: [ src/commands/cloudmanager/current-execution/cancel.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/current-execution/cancel.js ) _
209+ _ See code: [ src/commands/cloudmanager/current-execution/cancel.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/current-execution/cancel.js ) _
210210
211211## ` aio cloudmanager:current-execution:get PIPELINEID `
212212
@@ -229,7 +229,7 @@ ALIASES
229229 $ aio cloudmanager:get-current-execution
230230```
231231
232- _ See code: [ src/commands/cloudmanager/current-execution/get.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/current-execution/get.js ) _
232+ _ See code: [ src/commands/cloudmanager/current-execution/get.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/current-execution/get.js ) _
233233
234234## ` aio cloudmanager:environment:bind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE `
235235
@@ -249,7 +249,7 @@ OPTIONS
249249 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
250250```
251251
252- _ See code: [ src/commands/cloudmanager/environment/bind-ip-allowlist.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/bind-ip-allowlist.js ) _
252+ _ See code: [ src/commands/cloudmanager/environment/bind-ip-allowlist.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/bind-ip-allowlist.js ) _
253253
254254## ` aio cloudmanager:environment:delete ENVIRONMENTID `
255255
@@ -270,7 +270,7 @@ ALIASES
270270 $ aio cloudmanager:delete-environment
271271```
272272
273- _ See code: [ src/commands/cloudmanager/environment/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/delete.js ) _
273+ _ See code: [ src/commands/cloudmanager/environment/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/delete.js ) _
274274
275275## ` aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS] `
276276
@@ -298,7 +298,7 @@ ALIASES
298298 $ aio cloudmanager:download-logs
299299```
300300
301- _ See code: [ src/commands/cloudmanager/environment/download-logs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/download-logs.js ) _
301+ _ See code: [ src/commands/cloudmanager/environment/download-logs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/download-logs.js ) _
302302
303303## ` aio cloudmanager:environment:list-available-log-options ENVIRONMENTID `
304304
@@ -321,7 +321,7 @@ ALIASES
321321 $ aio cloudmanager:list-available-log-options
322322```
323323
324- _ See code: [ src/commands/cloudmanager/environment/list-available-log-options.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/list-available-log-options.js ) _
324+ _ See code: [ src/commands/cloudmanager/environment/list-available-log-options.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/list-available-log-options.js ) _
325325
326326## ` aio cloudmanager:environment:list-ip-allowlist-bindings ENVIRONMENTID `
327327
@@ -344,7 +344,7 @@ ALIASES
344344 $ aio cloudmanager:environment:list-bound-ip-allowlists
345345```
346346
347- _ See code: [ src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js ) _
347+ _ See code: [ src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js ) _
348348
349349## ` aio cloudmanager:environment:list-variables ENVIRONMENTID `
350350
@@ -367,7 +367,7 @@ ALIASES
367367 $ aio cloudmanager:list-environment-variables
368368```
369369
370- _ See code: [ src/commands/cloudmanager/environment/list-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/list-variables.js ) _
370+ _ See code: [ src/commands/cloudmanager/environment/list-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/list-variables.js ) _
371371
372372## ` aio cloudmanager:environment:open-developer-console ENVIRONMENTID `
373373
@@ -388,7 +388,7 @@ ALIASES
388388 $ aio cloudmanager:open-developer-console
389389```
390390
391- _ See code: [ src/commands/cloudmanager/environment/open-developer-console.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/open-developer-console.js ) _
391+ _ See code: [ src/commands/cloudmanager/environment/open-developer-console.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/open-developer-console.js ) _
392392
393393## ` aio cloudmanager:environment:set-variables ENVIRONMENTID `
394394
@@ -419,6 +419,12 @@ OPTIONS
419419 --jsonStdin if set, read variables from a JSON array provided as standard input; variables set
420420 through --variable or --secret flag will take precedence
421421
422+ --previewDelete=previewDelete variables/secrets to delete for preview service
423+
424+ --previewSecret=previewSecret secret values in KEY VALUE format for preview service
425+
426+ --previewVariable=previewVariable variable values in KEY VALUE format for preview service
427+
422428 --publishDelete=publishDelete variables/secrets to delete for publish service
423429
424430 --publishSecret=publishSecret secret values in KEY VALUE format for publish service
@@ -429,7 +435,7 @@ ALIASES
429435 $ aio cloudmanager:set-environment-variables
430436```
431437
432- _ See code: [ src/commands/cloudmanager/environment/set-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/set-variables.js ) _
438+ _ See code: [ src/commands/cloudmanager/environment/set-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/set-variables.js ) _
433439
434440## ` aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME `
435441
@@ -453,7 +459,7 @@ ALIASES
453459 $ aio cloudmanager:tail-log
454460```
455461
456- _ See code: [ src/commands/cloudmanager/environment/tail-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/tail-log.js ) _
462+ _ See code: [ src/commands/cloudmanager/environment/tail-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/tail-log.js ) _
457463
458464## ` aio cloudmanager:environment:unbind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE `
459465
@@ -473,7 +479,7 @@ OPTIONS
473479 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
474480```
475481
476- _ See code: [ src/commands/cloudmanager/environment/unbind-ip-allowlist.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/environment/unbind-ip-allowlist.js ) _
482+ _ See code: [ src/commands/cloudmanager/environment/unbind-ip-allowlist.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/environment/unbind-ip-allowlist.js ) _
477483
478484## ` aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION `
479485
@@ -498,7 +504,7 @@ ALIASES
498504 $ aio cloudmanager:get-quality-gate-results
499505```
500506
501- _ See code: [ src/commands/cloudmanager/execution/get-quality-gate-results.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/execution/get-quality-gate-results.js ) _
507+ _ See code: [ src/commands/cloudmanager/execution/get-quality-gate-results.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/execution/get-quality-gate-results.js ) _
502508
503509## ` aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID `
504510
@@ -522,7 +528,7 @@ ALIASES
522528 $ aio cloudmanager:get-execution-step-details
523529```
524530
525- _ See code: [ src/commands/cloudmanager/execution/get-step-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/execution/get-step-details.js ) _
531+ _ See code: [ src/commands/cloudmanager/execution/get-step-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/execution/get-step-details.js ) _
526532
527533## ` aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION `
528534
@@ -551,7 +557,7 @@ ALIASES
551557 $ aio cloudmanager:get-execution-step-log
552558```
553559
554- _ See code: [ src/commands/cloudmanager/execution/get-step-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/execution/get-step-log.js ) _
560+ _ See code: [ src/commands/cloudmanager/execution/get-step-log.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/execution/get-step-log.js ) _
555561
556562## ` aio cloudmanager:ip-allowlist:bind IPALLOWLISTID ENVIRONMENTID SERVICE `
557563
@@ -571,7 +577,7 @@ OPTIONS
571577 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
572578```
573579
574- _ See code: [ src/commands/cloudmanager/ip-allowlist/bind.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/bind.js ) _
580+ _ See code: [ src/commands/cloudmanager/ip-allowlist/bind.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/bind.js ) _
575581
576582## ` aio cloudmanager:ip-allowlist:create NAME `
577583
@@ -590,7 +596,7 @@ OPTIONS
590596 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
591597```
592598
593- _ See code: [ src/commands/cloudmanager/ip-allowlist/create.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/create.js ) _
599+ _ See code: [ src/commands/cloudmanager/ip-allowlist/create.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/create.js ) _
594600
595601## ` aio cloudmanager:ip-allowlist:delete IPALLOWLISTID `
596602
@@ -608,7 +614,7 @@ OPTIONS
608614 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
609615```
610616
611- _ See code: [ src/commands/cloudmanager/ip-allowlist/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/delete.js ) _
617+ _ See code: [ src/commands/cloudmanager/ip-allowlist/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/delete.js ) _
612618
613619## ` aio cloudmanager:ip-allowlist:get-binding-details IPALLOWLISTID `
614620
@@ -628,7 +634,7 @@ OPTIONS
628634 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
629635```
630636
631- _ See code: [ src/commands/cloudmanager/ip-allowlist/get-binding-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/get-binding-details.js ) _
637+ _ See code: [ src/commands/cloudmanager/ip-allowlist/get-binding-details.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/get-binding-details.js ) _
632638
633639## ` aio cloudmanager:ip-allowlist:unbind IPALLOWLISTID ENVIRONMENTID SERVICE `
634640
@@ -648,7 +654,7 @@ OPTIONS
648654 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
649655```
650656
651- _ See code: [ src/commands/cloudmanager/ip-allowlist/unbind.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/unbind.js ) _
657+ _ See code: [ src/commands/cloudmanager/ip-allowlist/unbind.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/unbind.js ) _
652658
653659## ` aio cloudmanager:ip-allowlist:update IPALLOWLISTID `
654660
@@ -669,7 +675,7 @@ OPTIONS
669675 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
670676```
671677
672- _ See code: [ src/commands/cloudmanager/ip-allowlist/update.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/ip-allowlist/update.js ) _
678+ _ See code: [ src/commands/cloudmanager/ip-allowlist/update.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/ip-allowlist/update.js ) _
673679
674680## ` aio cloudmanager:list-programs `
675681
@@ -686,7 +692,7 @@ OPTIONS
686692 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
687693```
688694
689- _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/list-programs.js ) _
695+ _ See code: [ src/commands/cloudmanager/list-programs.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/list-programs.js ) _
690696
691697## ` aio cloudmanager:pipeline:create-execution PIPELINEID `
692698
@@ -708,7 +714,7 @@ ALIASES
708714 $ aio cloudmanager:start-execution
709715```
710716
711- _ See code: [ src/commands/cloudmanager/pipeline/create-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/create-execution.js ) _
717+ _ See code: [ src/commands/cloudmanager/pipeline/create-execution.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/create-execution.js ) _
712718
713719## ` aio cloudmanager:pipeline:delete PIPELINEID `
714720
@@ -729,7 +735,7 @@ ALIASES
729735 $ aio cloudmanager:delete-pipeline
730736```
731737
732- _ See code: [ src/commands/cloudmanager/pipeline/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/delete.js ) _
738+ _ See code: [ src/commands/cloudmanager/pipeline/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/delete.js ) _
733739
734740## ` aio cloudmanager:pipeline:list-executions PIPELINEID `
735741
@@ -750,7 +756,7 @@ OPTIONS
750756 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
751757```
752758
753- _ See code: [ src/commands/cloudmanager/pipeline/list-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/list-executions.js ) _
759+ _ See code: [ src/commands/cloudmanager/pipeline/list-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/list-executions.js ) _
754760
755761## ` aio cloudmanager:pipeline:list-variables PIPELINEID `
756762
@@ -773,7 +779,7 @@ ALIASES
773779 $ aio cloudmanager:list-pipeline-variables
774780```
775781
776- _ See code: [ src/commands/cloudmanager/pipeline/list-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/list-variables.js ) _
782+ _ See code: [ src/commands/cloudmanager/pipeline/list-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/list-variables.js ) _
777783
778784## ` aio cloudmanager:pipeline:set-variables PIPELINEID `
779785
@@ -805,7 +811,7 @@ ALIASES
805811 $ aio cloudmanager:set-pipeline-variables
806812```
807813
808- _ See code: [ src/commands/cloudmanager/pipeline/set-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/set-variables.js ) _
814+ _ See code: [ src/commands/cloudmanager/pipeline/set-variables.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/set-variables.js ) _
809815
810816## ` aio cloudmanager:pipeline:update PIPELINEID `
811817
@@ -829,7 +835,7 @@ ALIASES
829835 $ aio cloudmanager:update-pipeline
830836```
831837
832- _ See code: [ src/commands/cloudmanager/pipeline/update.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/pipeline/update.js ) _
838+ _ See code: [ src/commands/cloudmanager/pipeline/update.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/pipeline/update.js ) _
833839
834840## ` aio cloudmanager:program:delete PROGRAMID `
835841
@@ -849,7 +855,7 @@ ALIASES
849855 $ aio cloudmanager:delete-program
850856```
851857
852- _ See code: [ src/commands/cloudmanager/program/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/program/delete.js ) _
858+ _ See code: [ src/commands/cloudmanager/program/delete.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/program/delete.js ) _
853859
854860## ` aio cloudmanager:program:list-current-executions `
855861
@@ -869,7 +875,7 @@ ALIASES
869875 $ aio cloudmanager:list-current-executions
870876```
871877
872- _ See code: [ src/commands/cloudmanager/program/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/program/list-current-executions.js ) _
878+ _ See code: [ src/commands/cloudmanager/program/list-current-executions.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/program/list-current-executions.js ) _
873879
874880## ` aio cloudmanager:program:list-environments `
875881
@@ -889,7 +895,7 @@ ALIASES
889895 $ aio cloudmanager:list-environments
890896```
891897
892- _ See code: [ src/commands/cloudmanager/program/list-environments.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/program/list-environments.js ) _
898+ _ See code: [ src/commands/cloudmanager/program/list-environments.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/program/list-environments.js ) _
893899
894900## ` aio cloudmanager:program:list-ip-allowlists `
895901
@@ -906,7 +912,7 @@ OPTIONS
906912 --imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
907913```
908914
909- _ See code: [ src/commands/cloudmanager/program/list-ip-allowlists.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/program/list-ip-allowlists.js ) _
915+ _ See code: [ src/commands/cloudmanager/program/list-ip-allowlists.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/program/list-ip-allowlists.js ) _
910916
911917## ` aio cloudmanager:program:list-pipelines `
912918
@@ -926,7 +932,7 @@ ALIASES
926932 $ aio cloudmanager:list-pipelines
927933```
928934
929- _ See code: [ src/commands/cloudmanager/program/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.6.3 /src/commands/cloudmanager/program/list-pipelines.js ) _
935+ _ See code: [ src/commands/cloudmanager/program/list-pipelines.js] ( https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.7.0 /src/commands/cloudmanager/program/list-pipelines.js ) _
930936<!-- commandsstop -->
931937
932938# Variables From Standard Input
0 commit comments