Skip to content

Commit 62cf3e6

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](1.6.3...1.7.0) (2021-05-27) ### Features * **variables:** support preview as an additional service. fixes [#335](#335) ([#336](#336)) ([7dc893e](7dc893e))
1 parent 7dc893e commit 62cf3e6

File tree

3 files changed

+48
-35
lines changed

3 files changed

+48
-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.7.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.6.3...1.7.0) (2021-05-27)
4+
5+
6+
### Features
7+
8+
* **variables:** support preview as an additional service. fixes [#335](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/335) ([#336](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/336)) ([7dc893e](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/7dc893ecd439594ce5e492ff6399e989c6382c18))
9+
310
## [1.6.3](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/1.6.2...1.6.3) (2021-05-05)
411

512

README.md

Lines changed: 40 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.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

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

0 commit comments

Comments
 (0)