Skip to content

Commit 49bab14

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](1.7.0...1.8.0) (2021-06-04) ### Features * **auth:** enable the use of browser-based authentication. fixes [#346](#346) ([#347](#347)) ([e149906](e149906))
1 parent e149906 commit 49bab14

File tree

3 files changed

+42
-35
lines changed

3 files changed

+42
-35
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [1.8.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.7.0...1.8.0) (2021-06-04)
4+
5+
6+
### Features
7+
8+
* **auth:** enable the use of browser-based authentication. fixes [#346](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/346) ([#347](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/347)) ([e149906](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/e1499060ab0dfa6f26fe185d935fec3acbe205b3))
9+
310
# [1.7.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.6.3...1.7.0) (2021-05-27)
411

512

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ALIASES
205205
$ aio cloudmanager:advance-current-execution
206206
```
207207

208-
_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)_
208+
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/current-execution/advance.js)_
209209

210210
## `aio cloudmanager:current-execution:cancel PIPELINEID`
211211

@@ -226,7 +226,7 @@ ALIASES
226226
$ aio cloudmanager:cancel-current-execution
227227
```
228228

229-
_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)_
229+
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/current-execution/cancel.js)_
230230

231231
## `aio cloudmanager:current-execution:get PIPELINEID`
232232

@@ -249,7 +249,7 @@ ALIASES
249249
$ aio cloudmanager:get-current-execution
250250
```
251251

252-
_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)_
252+
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/current-execution/get.js)_
253253

254254
## `aio cloudmanager:environment:bind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE`
255255

@@ -269,7 +269,7 @@ OPTIONS
269269
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
270270
```
271271

272-
_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)_
272+
_See code: [src/commands/cloudmanager/environment/bind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/bind-ip-allowlist.js)_
273273

274274
## `aio cloudmanager:environment:delete ENVIRONMENTID`
275275

@@ -290,7 +290,7 @@ ALIASES
290290
$ aio cloudmanager:delete-environment
291291
```
292292

293-
_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)_
293+
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/delete.js)_
294294

295295
## `aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
296296

@@ -318,7 +318,7 @@ ALIASES
318318
$ aio cloudmanager:download-logs
319319
```
320320

321-
_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)_
321+
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/download-logs.js)_
322322

323323
## `aio cloudmanager:environment:list-available-log-options ENVIRONMENTID`
324324

@@ -341,7 +341,7 @@ ALIASES
341341
$ aio cloudmanager:list-available-log-options
342342
```
343343

344-
_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)_
344+
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/list-available-log-options.js)_
345345

346346
## `aio cloudmanager:environment:list-ip-allowlist-bindings ENVIRONMENTID`
347347

@@ -364,7 +364,7 @@ ALIASES
364364
$ aio cloudmanager:environment:list-bound-ip-allowlists
365365
```
366366

367-
_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)_
367+
_See code: [src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js)_
368368

369369
## `aio cloudmanager:environment:list-variables ENVIRONMENTID`
370370

@@ -387,7 +387,7 @@ ALIASES
387387
$ aio cloudmanager:list-environment-variables
388388
```
389389

390-
_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)_
390+
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/list-variables.js)_
391391

392392
## `aio cloudmanager:environment:open-developer-console ENVIRONMENTID`
393393

@@ -408,7 +408,7 @@ ALIASES
408408
$ aio cloudmanager:open-developer-console
409409
```
410410

411-
_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)_
411+
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/open-developer-console.js)_
412412

413413
## `aio cloudmanager:environment:set-variables ENVIRONMENTID`
414414

@@ -455,7 +455,7 @@ ALIASES
455455
$ aio cloudmanager:set-environment-variables
456456
```
457457

458-
_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)_
458+
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/set-variables.js)_
459459

460460
## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME`
461461

@@ -479,7 +479,7 @@ ALIASES
479479
$ aio cloudmanager:tail-log
480480
```
481481

482-
_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)_
482+
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/tail-log.js)_
483483

484484
## `aio cloudmanager:environment:unbind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE`
485485

@@ -499,7 +499,7 @@ OPTIONS
499499
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
500500
```
501501

502-
_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)_
502+
_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_
503503

504504
## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
505505

@@ -524,7 +524,7 @@ ALIASES
524524
$ aio cloudmanager:get-quality-gate-results
525525
```
526526

527-
_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)_
527+
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
528528

529529
## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID`
530530

@@ -548,7 +548,7 @@ ALIASES
548548
$ aio cloudmanager:get-execution-step-details
549549
```
550550

551-
_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)_
551+
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/execution/get-step-details.js)_
552552

553553
## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION`
554554

@@ -577,7 +577,7 @@ ALIASES
577577
$ aio cloudmanager:get-execution-step-log
578578
```
579579

580-
_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)_
580+
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/execution/get-step-log.js)_
581581

582582
## `aio cloudmanager:ip-allowlist:bind IPALLOWLISTID ENVIRONMENTID SERVICE`
583583

@@ -597,7 +597,7 @@ OPTIONS
597597
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
598598
```
599599

600-
_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)_
600+
_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/bind.js)_
601601

602602
## `aio cloudmanager:ip-allowlist:create NAME`
603603

@@ -616,7 +616,7 @@ OPTIONS
616616
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
617617
```
618618

619-
_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)_
619+
_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/create.js)_
620620

621621
## `aio cloudmanager:ip-allowlist:delete IPALLOWLISTID`
622622

@@ -634,7 +634,7 @@ OPTIONS
634634
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
635635
```
636636

637-
_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)_
637+
_See code: [src/commands/cloudmanager/ip-allowlist/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/delete.js)_
638638

639639
## `aio cloudmanager:ip-allowlist:get-binding-details IPALLOWLISTID`
640640

@@ -654,7 +654,7 @@ OPTIONS
654654
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
655655
```
656656

657-
_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)_
657+
_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_
658658

659659
## `aio cloudmanager:ip-allowlist:unbind IPALLOWLISTID ENVIRONMENTID SERVICE`
660660

@@ -674,7 +674,7 @@ OPTIONS
674674
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
675675
```
676676

677-
_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)_
677+
_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_
678678

679679
## `aio cloudmanager:ip-allowlist:update IPALLOWLISTID`
680680

@@ -695,7 +695,7 @@ OPTIONS
695695
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
696696
```
697697

698-
_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)_
698+
_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/ip-allowlist/update.js)_
699699

700700
## `aio cloudmanager:list-programs`
701701

@@ -712,7 +712,7 @@ OPTIONS
712712
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
713713
```
714714

715-
_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)_
715+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/list-programs.js)_
716716

717717
## `aio cloudmanager:pipeline:create-execution PIPELINEID`
718718

@@ -734,7 +734,7 @@ ALIASES
734734
$ aio cloudmanager:start-execution
735735
```
736736

737-
_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)_
737+
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/create-execution.js)_
738738

739739
## `aio cloudmanager:pipeline:delete PIPELINEID`
740740

@@ -755,7 +755,7 @@ ALIASES
755755
$ aio cloudmanager:delete-pipeline
756756
```
757757

758-
_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)_
758+
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/delete.js)_
759759

760760
## `aio cloudmanager:pipeline:list-executions PIPELINEID`
761761

@@ -776,7 +776,7 @@ OPTIONS
776776
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
777777
```
778778

779-
_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)_
779+
_See code: [src/commands/cloudmanager/pipeline/list-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/list-executions.js)_
780780

781781
## `aio cloudmanager:pipeline:list-variables PIPELINEID`
782782

@@ -799,7 +799,7 @@ ALIASES
799799
$ aio cloudmanager:list-pipeline-variables
800800
```
801801

802-
_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)_
802+
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/list-variables.js)_
803803

804804
## `aio cloudmanager:pipeline:set-variables PIPELINEID`
805805

@@ -831,7 +831,7 @@ ALIASES
831831
$ aio cloudmanager:set-pipeline-variables
832832
```
833833

834-
_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)_
834+
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/set-variables.js)_
835835

836836
## `aio cloudmanager:pipeline:update PIPELINEID`
837837

@@ -855,7 +855,7 @@ ALIASES
855855
$ aio cloudmanager:update-pipeline
856856
```
857857

858-
_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)_
858+
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/pipeline/update.js)_
859859

860860
## `aio cloudmanager:program:delete PROGRAMID`
861861

@@ -875,7 +875,7 @@ ALIASES
875875
$ aio cloudmanager:delete-program
876876
```
877877

878-
_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)_
878+
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/program/delete.js)_
879879

880880
## `aio cloudmanager:program:list-current-executions`
881881

@@ -895,7 +895,7 @@ ALIASES
895895
$ aio cloudmanager:list-current-executions
896896
```
897897

898-
_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)_
898+
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/program/list-current-executions.js)_
899899

900900
## `aio cloudmanager:program:list-environments`
901901

@@ -915,7 +915,7 @@ ALIASES
915915
$ aio cloudmanager:list-environments
916916
```
917917

918-
_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)_
918+
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/program/list-environments.js)_
919919

920920
## `aio cloudmanager:program:list-ip-allowlists`
921921

@@ -932,7 +932,7 @@ OPTIONS
932932
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
933933
```
934934

935-
_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)_
935+
_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_
936936

937937
## `aio cloudmanager:program:list-pipelines`
938938

@@ -952,7 +952,7 @@ ALIASES
952952
$ aio cloudmanager:list-pipelines
953953
```
954954

955-
_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)_
955+
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.8.0/src/commands/cloudmanager/program/list-pipelines.js)_
956956
<!-- commandsstop -->
957957

958958
# Variables From Standard Input

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli-plugin-cloudmanager",
33
"description": "Cloud Manager commands for the Adobe I/O CLI",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)