Skip to content

Commit 2866879

Browse files
chore(release): 0.19.0 [skip ci]
# [0.19.0](0.18.3...0.19.0) (2021-01-13) ### Features * **ip-allowlists:** implementation of IP Allowlist commands. relates to [#178](#178) ([6ad76fd](6ad76fd))
1 parent 6ad76fd commit 2866879

File tree

3 files changed

+41
-34
lines changed

3 files changed

+41
-34
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+
# [0.19.0](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.18.3...0.19.0) (2021-01-13)
4+
5+
6+
### Features
7+
8+
* **ip-allowlists:** implementation of IP Allowlist commands. relates to [#178](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/178) ([6ad76fd](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/6ad76fd8139b3d3fab4a8b6331183f6282c3cf5e))
9+
310
## [0.18.3](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.18.2...0.18.3) (2021-01-12)
411

512

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ALIASES
157157
$ aio cloudmanager:advance-current-execution
158158
```
159159

160-
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/current-execution/advance.js)_
160+
_See code: [src/commands/cloudmanager/current-execution/advance.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/current-execution/advance.js)_
161161

162162
## `aio cloudmanager:current-execution:cancel PIPELINEID`
163163

@@ -178,7 +178,7 @@ ALIASES
178178
$ aio cloudmanager:cancel-current-execution
179179
```
180180

181-
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/current-execution/cancel.js)_
181+
_See code: [src/commands/cloudmanager/current-execution/cancel.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/current-execution/cancel.js)_
182182

183183
## `aio cloudmanager:current-execution:get PIPELINEID`
184184

@@ -201,7 +201,7 @@ ALIASES
201201
$ aio cloudmanager:get-current-execution
202202
```
203203

204-
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/current-execution/get.js)_
204+
_See code: [src/commands/cloudmanager/current-execution/get.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/current-execution/get.js)_
205205

206206
## `aio cloudmanager:environment:bind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE`
207207

@@ -221,7 +221,7 @@ OPTIONS
221221
-r, --passphrase=passphrase the passphrase for the private key
222222
```
223223

224-
_See code: [src/commands/cloudmanager/environment/bind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/environment/bind-ip-allowlist.js)_
224+
_See code: [src/commands/cloudmanager/environment/bind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/bind-ip-allowlist.js)_
225225

226226
## `aio cloudmanager:environment:delete ENVIRONMENTID`
227227

@@ -242,7 +242,7 @@ ALIASES
242242
$ aio cloudmanager:delete-environment
243243
```
244244

245-
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/delete.js)_
245+
_See code: [src/commands/cloudmanager/environment/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/delete.js)_
246246

247247
## `aio cloudmanager:environment:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`
248248

@@ -270,7 +270,7 @@ ALIASES
270270
$ aio cloudmanager:download-logs
271271
```
272272

273-
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/download-logs.js)_
273+
_See code: [src/commands/cloudmanager/environment/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/download-logs.js)_
274274

275275
## `aio cloudmanager:environment:list-available-log-options ENVIRONMENTID`
276276

@@ -293,7 +293,7 @@ ALIASES
293293
$ aio cloudmanager:list-available-log-options
294294
```
295295

296-
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/list-available-log-options.js)_
296+
_See code: [src/commands/cloudmanager/environment/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/list-available-log-options.js)_
297297

298298
## `aio cloudmanager:environment:list-ip-allowlist-bindings ENVIRONMENTID`
299299

@@ -316,7 +316,7 @@ ALIASES
316316
$ aio cloudmanager:environment:list-bound-ip-allowlists
317317
```
318318

319-
_See code: [src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js)_
319+
_See code: [src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/list-ip-allowlist-bindings.js)_
320320

321321
## `aio cloudmanager:environment:list-variables ENVIRONMENTID`
322322

@@ -339,7 +339,7 @@ ALIASES
339339
$ aio cloudmanager:list-environment-variables
340340
```
341341

342-
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/list-variables.js)_
342+
_See code: [src/commands/cloudmanager/environment/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/list-variables.js)_
343343

344344
## `aio cloudmanager:environment:open-developer-console ENVIRONMENTID`
345345

@@ -360,7 +360,7 @@ ALIASES
360360
$ aio cloudmanager:open-developer-console
361361
```
362362

363-
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/open-developer-console.js)_
363+
_See code: [src/commands/cloudmanager/environment/open-developer-console.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/open-developer-console.js)_
364364

365365
## `aio cloudmanager:environment:set-variables ENVIRONMENTID`
366366

@@ -392,7 +392,7 @@ ALIASES
392392
$ aio cloudmanager:set-environment-variables
393393
```
394394

395-
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/set-variables.js)_
395+
_See code: [src/commands/cloudmanager/environment/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/set-variables.js)_
396396

397397
## `aio cloudmanager:environment:tail-log ENVIRONMENTID SERVICE NAME`
398398

@@ -416,7 +416,7 @@ ALIASES
416416
$ aio cloudmanager:tail-log
417417
```
418418

419-
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/environment/tail-log.js)_
419+
_See code: [src/commands/cloudmanager/environment/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/tail-log.js)_
420420

421421
## `aio cloudmanager:environment:unbind-ip-allowlist ENVIRONMENTID IPALLOWLISTID SERVICE`
422422

@@ -436,7 +436,7 @@ OPTIONS
436436
-r, --passphrase=passphrase the passphrase for the private key
437437
```
438438

439-
_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_
439+
_See code: [src/commands/cloudmanager/environment/unbind-ip-allowlist.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/environment/unbind-ip-allowlist.js)_
440440

441441
## `aio cloudmanager:execution:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`
442442

@@ -461,7 +461,7 @@ ALIASES
461461
$ aio cloudmanager:get-quality-gate-results
462462
```
463463

464-
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
464+
_See code: [src/commands/cloudmanager/execution/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/execution/get-quality-gate-results.js)_
465465

466466
## `aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID`
467467

@@ -485,7 +485,7 @@ ALIASES
485485
$ aio cloudmanager:get-execution-step-details
486486
```
487487

488-
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/execution/get-step-details.js)_
488+
_See code: [src/commands/cloudmanager/execution/get-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/execution/get-step-details.js)_
489489

490490
## `aio cloudmanager:execution:get-step-log PIPELINEID EXECUTIONID ACTION`
491491

@@ -514,7 +514,7 @@ ALIASES
514514
$ aio cloudmanager:get-execution-step-log
515515
```
516516

517-
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/execution/get-step-log.js)_
517+
_See code: [src/commands/cloudmanager/execution/get-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/execution/get-step-log.js)_
518518

519519
## `aio cloudmanager:ip-allowlist:bind IPALLOWLISTID ENVIRONMENTID SERVICE`
520520

@@ -534,7 +534,7 @@ OPTIONS
534534
-r, --passphrase=passphrase the passphrase for the private key
535535
```
536536

537-
_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/ip-allowlist/bind.js)_
537+
_See code: [src/commands/cloudmanager/ip-allowlist/bind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/ip-allowlist/bind.js)_
538538

539539
## `aio cloudmanager:ip-allowlist:create NAME`
540540

@@ -553,7 +553,7 @@ OPTIONS
553553
-r, --passphrase=passphrase the passphrase for the private key
554554
```
555555

556-
_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/ip-allowlist/create.js)_
556+
_See code: [src/commands/cloudmanager/ip-allowlist/create.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/ip-allowlist/create.js)_
557557

558558
## `aio cloudmanager:ip-allowlist:delete IPALLOWLISTID`
559559

@@ -571,7 +571,7 @@ OPTIONS
571571
-r, --passphrase=passphrase the passphrase for the private key
572572
```
573573

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

576576
## `aio cloudmanager:ip-allowlist:get-binding-details IPALLOWLISTID`
577577

@@ -591,7 +591,7 @@ OPTIONS
591591
-y, --yaml output in yaml format
592592
```
593593

594-
_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_
594+
_See code: [src/commands/cloudmanager/ip-allowlist/get-binding-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/ip-allowlist/get-binding-details.js)_
595595

596596
## `aio cloudmanager:ip-allowlist:unbind IPALLOWLISTID ENVIRONMENTID SERVICE`
597597

@@ -611,7 +611,7 @@ OPTIONS
611611
-r, --passphrase=passphrase the passphrase for the private key
612612
```
613613

614-
_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_
614+
_See code: [src/commands/cloudmanager/ip-allowlist/unbind.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/ip-allowlist/unbind.js)_
615615

616616
## `aio cloudmanager:ip-allowlist:update IPALLOWLISTID`
617617

@@ -632,7 +632,7 @@ OPTIONS
632632
-y, --yaml output in yaml format
633633
```
634634

635-
_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/ip-allowlist/update.js)_
635+
_See code: [src/commands/cloudmanager/ip-allowlist/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/ip-allowlist/update.js)_
636636

637637
## `aio cloudmanager:list-programs`
638638

@@ -649,7 +649,7 @@ OPTIONS
649649
-y, --yaml output in yaml format
650650
```
651651

652-
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/list-programs.js)_
652+
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/list-programs.js)_
653653

654654
## `aio cloudmanager:pipeline:create-execution PIPELINEID`
655655

@@ -671,7 +671,7 @@ ALIASES
671671
$ aio cloudmanager:start-execution
672672
```
673673

674-
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/pipeline/create-execution.js)_
674+
_See code: [src/commands/cloudmanager/pipeline/create-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/pipeline/create-execution.js)_
675675

676676
## `aio cloudmanager:pipeline:delete PIPELINEID`
677677

@@ -692,7 +692,7 @@ ALIASES
692692
$ aio cloudmanager:delete-pipeline
693693
```
694694

695-
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/pipeline/delete.js)_
695+
_See code: [src/commands/cloudmanager/pipeline/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/pipeline/delete.js)_
696696

697697
## `aio cloudmanager:pipeline:list-variables PIPELINEID`
698698

@@ -715,7 +715,7 @@ ALIASES
715715
$ aio cloudmanager:list-pipeline-variables
716716
```
717717

718-
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/pipeline/list-variables.js)_
718+
_See code: [src/commands/cloudmanager/pipeline/list-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/pipeline/list-variables.js)_
719719

720720
## `aio cloudmanager:pipeline:set-variables PIPELINEID`
721721

@@ -747,7 +747,7 @@ ALIASES
747747
$ aio cloudmanager:set-pipeline-variables
748748
```
749749

750-
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/pipeline/set-variables.js)_
750+
_See code: [src/commands/cloudmanager/pipeline/set-variables.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/pipeline/set-variables.js)_
751751

752752
## `aio cloudmanager:pipeline:update PIPELINEID`
753753

@@ -771,7 +771,7 @@ ALIASES
771771
$ aio cloudmanager:update-pipeline
772772
```
773773

774-
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/pipeline/update.js)_
774+
_See code: [src/commands/cloudmanager/pipeline/update.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/pipeline/update.js)_
775775

776776
## `aio cloudmanager:program:delete PROGRAMID`
777777

@@ -791,7 +791,7 @@ ALIASES
791791
$ aio cloudmanager:delete-program
792792
```
793793

794-
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/program/delete.js)_
794+
_See code: [src/commands/cloudmanager/program/delete.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/program/delete.js)_
795795

796796
## `aio cloudmanager:program:list-current-executions`
797797

@@ -811,7 +811,7 @@ ALIASES
811811
$ aio cloudmanager:list-current-executions
812812
```
813813

814-
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/program/list-current-executions.js)_
814+
_See code: [src/commands/cloudmanager/program/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/program/list-current-executions.js)_
815815

816816
## `aio cloudmanager:program:list-environments`
817817

@@ -831,7 +831,7 @@ ALIASES
831831
$ aio cloudmanager:list-environments
832832
```
833833

834-
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/program/list-environments.js)_
834+
_See code: [src/commands/cloudmanager/program/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/program/list-environments.js)_
835835

836836
## `aio cloudmanager:program:list-ip-allowlists`
837837

@@ -848,7 +848,7 @@ OPTIONS
848848
-y, --yaml output in yaml format
849849
```
850850

851-
_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_
851+
_See code: [src/commands/cloudmanager/program/list-ip-allowlists.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/program/list-ip-allowlists.js)_
852852

853853
## `aio cloudmanager:program:list-pipelines`
854854

@@ -868,7 +868,7 @@ ALIASES
868868
$ aio cloudmanager:list-pipelines
869869
```
870870

871-
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.18.3/src/commands/cloudmanager/program/list-pipelines.js)_
871+
_See code: [src/commands/cloudmanager/program/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.19.0/src/commands/cloudmanager/program/list-pipelines.js)_
872872
<!-- commandsstop -->
873873

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

0 commit comments

Comments
 (0)