Skip to content

Commit 2c478f4

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](1.4.0...1.5.0) (2021-04-13) ### Features * **execution:** add execution status to current-execution:get. fixes [#275](#275) ([c1cfd75](c1cfd75))
1 parent c1cfd75 commit 2c478f4

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.5.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.4.0...1.5.0) (2021-04-13)
4+
5+
6+
### Features
7+
8+
* **execution:** add execution status to current-execution:get. fixes [#275](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/275) ([c1cfd75](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/c1cfd75a9db67f8077a7a8bd1b43f8c1412b6184))
9+
310
# [1.4.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.3.6...1.4.0) (2021-04-08)
411

512

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.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.4.0/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.5.0/src/commands/cloudmanager/environment/open-developer-console.js)_
392392

393393
## `aio cloudmanager:environment:set-variables ENVIRONMENTID`
394394

@@ -429,7 +429,7 @@ ALIASES
429429
$ aio cloudmanager:set-environment-variables
430430
```
431431

432-
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/environment/set-variables.js)_
432+
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/environment/set-variables.js)_
433433

434434
## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME`
435435

@@ -453,7 +453,7 @@ ALIASES
453453
$ aio cloudmanager:tail-log
454454
```
455455

456-
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/environment/tail-log.js)_
456+
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/environment/tail-log.js)_
457457

458458
## `aio cloudmanager:environment:unbind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE`
459459

@@ -473,7 +473,7 @@ OPTIONS
473473
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
474474
```
475475

476-
_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_
476+
_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_
477477

478478
## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
479479

@@ -498,7 +498,7 @@ ALIASES
498498
$ aio cloudmanager:get-quality-gate-results
499499
```
500500

501-
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
501+
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
502502

503503
## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID`
504504

@@ -522,7 +522,7 @@ ALIASES
522522
$ aio cloudmanager:get-execution-step-details
523523
```
524524

525-
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/execution/get-step-details.js)_
525+
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/execution/get-step-details.js)_
526526

527527
## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION`
528528

@@ -551,7 +551,7 @@ ALIASES
551551
$ aio cloudmanager:get-execution-step-log
552552
```
553553

554-
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/execution/get-step-log.js)_
554+
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/execution/get-step-log.js)_
555555

556556
## `aio cloudmanager:ip-allowlist:bind IPALLOWLISTID ENVIRONMENTID SERVICE`
557557

@@ -571,7 +571,7 @@ OPTIONS
571571
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
572572
```
573573

574-
_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/bind.js)_
574+
_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/bind.js)_
575575

576576
## `aio cloudmanager:ip-allowlist:create NAME`
577577

@@ -590,7 +590,7 @@ OPTIONS
590590
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
591591
```
592592

593-
_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/create.js)_
593+
_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/create.js)_
594594

595595
## `aio cloudmanager:ip-allowlist:delete IPALLOWLISTID`
596596

@@ -608,7 +608,7 @@ OPTIONS
608608
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
609609
```
610610

611-
_See code: [src/commands/cloudmanager/ip-allowlist/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/delete.js)_
611+
_See code: [src/commands/cloudmanager/ip-allowlist/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/delete.js)_
612612

613613
## `aio cloudmanager:ip-allowlist:get-binding-details IPALLOWLISTID`
614614

@@ -628,7 +628,7 @@ OPTIONS
628628
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
629629
```
630630

631-
_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_
631+
_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_
632632

633633
## `aio cloudmanager:ip-allowlist:unbind IPALLOWLISTID ENVIRONMENTID SERVICE`
634634

@@ -648,7 +648,7 @@ OPTIONS
648648
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
649649
```
650650

651-
_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_
651+
_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_
652652

653653
## `aio cloudmanager:ip-allowlist:update IPALLOWLISTID`
654654

@@ -669,7 +669,7 @@ OPTIONS
669669
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
670670
```
671671

672-
_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/ip-allowlist/update.js)_
672+
_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/ip-allowlist/update.js)_
673673

674674
## `aio cloudmanager:list-programs`
675675

@@ -686,7 +686,7 @@ OPTIONS
686686
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
687687
```
688688

689-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/list-programs.js)_
689+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/list-programs.js)_
690690

691691
## `aio cloudmanager:pipeline:create-execution PIPELINEID`
692692

@@ -708,7 +708,7 @@ ALIASES
708708
$ aio cloudmanager:start-execution
709709
```
710710

711-
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/create-execution.js)_
711+
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/create-execution.js)_
712712

713713
## `aio cloudmanager:pipeline:delete PIPELINEID`
714714

@@ -729,7 +729,7 @@ ALIASES
729729
$ aio cloudmanager:delete-pipeline
730730
```
731731

732-
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/delete.js)_
732+
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/delete.js)_
733733

734734
## `aio cloudmanager:pipeline:list-executions PIPELINEID`
735735

@@ -750,7 +750,7 @@ OPTIONS
750750
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
751751
```
752752

753-
_See code: [src/commands/cloudmanager/pipeline/list-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/list-executions.js)_
753+
_See code: [src/commands/cloudmanager/pipeline/list-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/list-executions.js)_
754754

755755
## `aio cloudmanager:pipeline:list-variables PIPELINEID`
756756

@@ -773,7 +773,7 @@ ALIASES
773773
$ aio cloudmanager:list-pipeline-variables
774774
```
775775

776-
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/list-variables.js)_
776+
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/list-variables.js)_
777777

778778
## `aio cloudmanager:pipeline:set-variables PIPELINEID`
779779

@@ -805,7 +805,7 @@ ALIASES
805805
$ aio cloudmanager:set-pipeline-variables
806806
```
807807

808-
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/set-variables.js)_
808+
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/set-variables.js)_
809809

810810
## `aio cloudmanager:pipeline:update PIPELINEID`
811811

@@ -829,7 +829,7 @@ ALIASES
829829
$ aio cloudmanager:update-pipeline
830830
```
831831

832-
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/pipeline/update.js)_
832+
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/pipeline/update.js)_
833833

834834
## `aio cloudmanager:program:delete PROGRAMID`
835835

@@ -849,7 +849,7 @@ ALIASES
849849
$ aio cloudmanager:delete-program
850850
```
851851

852-
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/program/delete.js)_
852+
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/program/delete.js)_
853853

854854
## `aio cloudmanager:program:list-current-executions`
855855

@@ -869,7 +869,7 @@ ALIASES
869869
$ aio cloudmanager:list-current-executions
870870
```
871871

872-
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/program/list-current-executions.js)_
872+
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/program/list-current-executions.js)_
873873

874874
## `aio cloudmanager:program:list-environments`
875875

@@ -889,7 +889,7 @@ ALIASES
889889
$ aio cloudmanager:list-environments
890890
```
891891

892-
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/program/list-environments.js)_
892+
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/program/list-environments.js)_
893893

894894
## `aio cloudmanager:program:list-ip-allowlists`
895895

@@ -906,7 +906,7 @@ OPTIONS
906906
--imsContextName=imsContextName the alternate IMS context name to use instead of aio-cli-plugin-cloudmanager
907907
```
908908

909-
_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_
909+
_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_
910910

911911
## `aio cloudmanager:program:list-pipelines`
912912

@@ -926,7 +926,7 @@ ALIASES
926926
$ aio cloudmanager:list-pipelines
927927
```
928928

929-
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.4.0/src/commands/cloudmanager/program/list-pipelines.js)_
929+
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/1.5.0/src/commands/cloudmanager/program/list-pipelines.js)_
930930
<!-- commandsstop -->
931931

932932
# 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.4.0",
4+
"version": "1.5.0",
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)