deployable-awscdk-app-ts 0.1.772 → 0.1.774
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +273 -73
- package/API.md +143 -0
- package/lib/index.d.ts +12 -0
- package/lib/index.js +64 -2
- package/lib/steps.d.ts +35 -0
- package/lib/steps.js +112 -2
- package/lib/types.d.ts +17 -0
- package/lib/types.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"deployable-awscdk-app-ts.utils": {
|
|
116
116
|
"locationInModule": {
|
|
117
117
|
"filename": "src/index.ts",
|
|
118
|
-
"line":
|
|
118
|
+
"line": 9
|
|
119
119
|
},
|
|
120
120
|
"symbolId": "src/utils:"
|
|
121
121
|
}
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"kind": "interface",
|
|
137
137
|
"locationInModule": {
|
|
138
138
|
"filename": "src/types.ts",
|
|
139
|
-
"line":
|
|
139
|
+
"line": 131
|
|
140
140
|
},
|
|
141
141
|
"name": "AWSCredentials",
|
|
142
142
|
"properties": [
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"immutable": true,
|
|
151
151
|
"locationInModule": {
|
|
152
152
|
"filename": "src/types.ts",
|
|
153
|
-
"line":
|
|
153
|
+
"line": 159
|
|
154
154
|
},
|
|
155
155
|
"name": "region",
|
|
156
156
|
"type": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"immutable": true,
|
|
168
168
|
"locationInModule": {
|
|
169
169
|
"filename": "src/types.ts",
|
|
170
|
-
"line":
|
|
170
|
+
"line": 136
|
|
171
171
|
},
|
|
172
172
|
"name": "accessKeyIdSecretName",
|
|
173
173
|
"optional": true,
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"immutable": true,
|
|
186
186
|
"locationInModule": {
|
|
187
187
|
"filename": "src/types.ts",
|
|
188
|
-
"line":
|
|
188
|
+
"line": 153
|
|
189
189
|
},
|
|
190
190
|
"name": "assumeRoleDurationSeconds",
|
|
191
191
|
"optional": true,
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"immutable": true,
|
|
203
203
|
"locationInModule": {
|
|
204
204
|
"filename": "src/types.ts",
|
|
205
|
-
"line":
|
|
205
|
+
"line": 147
|
|
206
206
|
},
|
|
207
207
|
"name": "roleToAssume",
|
|
208
208
|
"optional": true,
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"immutable": true,
|
|
221
221
|
"locationInModule": {
|
|
222
222
|
"filename": "src/types.ts",
|
|
223
|
-
"line":
|
|
223
|
+
"line": 142
|
|
224
224
|
},
|
|
225
225
|
"name": "secretAccessKeySecretName",
|
|
226
226
|
"optional": true,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"kind": "enum",
|
|
241
241
|
"locationInModule": {
|
|
242
242
|
"filename": "src/types.ts",
|
|
243
|
-
"line":
|
|
243
|
+
"line": 46
|
|
244
244
|
},
|
|
245
245
|
"members": [
|
|
246
246
|
{
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"kind": "interface",
|
|
270
270
|
"locationInModule": {
|
|
271
271
|
"filename": "src/types.ts",
|
|
272
|
-
"line":
|
|
272
|
+
"line": 51
|
|
273
273
|
},
|
|
274
274
|
"name": "DeployOptions",
|
|
275
275
|
"properties": [
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"immutable": true,
|
|
283
283
|
"locationInModule": {
|
|
284
284
|
"filename": "src/types.ts",
|
|
285
|
-
"line":
|
|
285
|
+
"line": 55
|
|
286
286
|
},
|
|
287
287
|
"name": "environments",
|
|
288
288
|
"type": {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"immutable": true,
|
|
305
305
|
"locationInModule": {
|
|
306
306
|
"filename": "src/types.ts",
|
|
307
|
-
"line":
|
|
307
|
+
"line": 81
|
|
308
308
|
},
|
|
309
309
|
"name": "environmentVariableName",
|
|
310
310
|
"optional": true,
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"immutable": true,
|
|
323
323
|
"locationInModule": {
|
|
324
324
|
"filename": "src/types.ts",
|
|
325
|
-
"line":
|
|
325
|
+
"line": 100
|
|
326
326
|
},
|
|
327
327
|
"name": "jobStrategy",
|
|
328
328
|
"optional": true,
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"immutable": true,
|
|
342
342
|
"locationInModule": {
|
|
343
343
|
"filename": "src/types.ts",
|
|
344
|
-
"line":
|
|
344
|
+
"line": 94
|
|
345
345
|
},
|
|
346
346
|
"name": "method",
|
|
347
347
|
"optional": true,
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"immutable": true,
|
|
361
361
|
"locationInModule": {
|
|
362
362
|
"filename": "src/types.ts",
|
|
363
|
-
"line":
|
|
363
|
+
"line": 74
|
|
364
364
|
},
|
|
365
365
|
"name": "npmConfigEnvironment",
|
|
366
366
|
"optional": true,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"immutable": true,
|
|
380
380
|
"locationInModule": {
|
|
381
381
|
"filename": "src/types.ts",
|
|
382
|
-
"line":
|
|
382
|
+
"line": 63
|
|
383
383
|
},
|
|
384
384
|
"name": "stackPattern",
|
|
385
385
|
"optional": true,
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"immutable": true,
|
|
398
398
|
"locationInModule": {
|
|
399
399
|
"filename": "src/types.ts",
|
|
400
|
-
"line":
|
|
400
|
+
"line": 88
|
|
401
401
|
},
|
|
402
402
|
"name": "taskToRunPreInstall",
|
|
403
403
|
"optional": true,
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
"locationInModule": {
|
|
423
423
|
"filename": "src/index.ts",
|
|
424
|
-
"line":
|
|
424
|
+
"line": 30
|
|
425
425
|
},
|
|
426
426
|
"parameters": [
|
|
427
427
|
{
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"kind": "class",
|
|
436
436
|
"locationInModule": {
|
|
437
437
|
"filename": "src/index.ts",
|
|
438
|
-
"line":
|
|
438
|
+
"line": 12
|
|
439
439
|
},
|
|
440
440
|
"methods": [
|
|
441
441
|
{
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
"locationInModule": {
|
|
447
447
|
"filename": "src/index.ts",
|
|
448
|
-
"line":
|
|
448
|
+
"line": 161
|
|
449
449
|
},
|
|
450
450
|
"name": "addEnvironments",
|
|
451
451
|
"parameters": [
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
},
|
|
471
471
|
"locationInModule": {
|
|
472
472
|
"filename": "src/index.ts",
|
|
473
|
-
"line":
|
|
473
|
+
"line": 143
|
|
474
474
|
},
|
|
475
475
|
"name": "synth",
|
|
476
476
|
"overrides": "projen.Project"
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
"locationInModule": {
|
|
484
484
|
"filename": "src/index.ts",
|
|
485
|
-
"line":
|
|
485
|
+
"line": 225
|
|
486
486
|
},
|
|
487
487
|
"name": "updateEnvironmentDeploymentDependencies",
|
|
488
488
|
"parameters": [
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
},
|
|
515
515
|
"locationInModule": {
|
|
516
516
|
"filename": "src/index.ts",
|
|
517
|
-
"line":
|
|
517
|
+
"line": 177
|
|
518
518
|
},
|
|
519
519
|
"name": "updatePostDeployWorkflowScriptToEnvironments",
|
|
520
520
|
"parameters": [
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
},
|
|
552
552
|
"locationInModule": {
|
|
553
553
|
"filename": "src/index.ts",
|
|
554
|
-
"line":
|
|
554
|
+
"line": 194
|
|
555
555
|
},
|
|
556
556
|
"name": "updatePreDeployWorkflowScriptToEnvironments",
|
|
557
557
|
"parameters": [
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"immutable": true,
|
|
593
593
|
"locationInModule": {
|
|
594
594
|
"filename": "src/index.ts",
|
|
595
|
-
"line":
|
|
595
|
+
"line": 17
|
|
596
596
|
},
|
|
597
597
|
"name": "deployWorkflowTask",
|
|
598
598
|
"type": {
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"immutable": true,
|
|
609
609
|
"locationInModule": {
|
|
610
610
|
"filename": "src/index.ts",
|
|
611
|
-
"line":
|
|
611
|
+
"line": 74
|
|
612
612
|
},
|
|
613
613
|
"name": "majorNodeVersion",
|
|
614
614
|
"type": {
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
"locationInModule": {
|
|
623
623
|
"filename": "src/index.ts",
|
|
624
|
-
"line":
|
|
624
|
+
"line": 27
|
|
625
625
|
},
|
|
626
626
|
"name": "deployOptions",
|
|
627
627
|
"protected": true,
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
},
|
|
636
636
|
"locationInModule": {
|
|
637
637
|
"filename": "src/index.ts",
|
|
638
|
-
"line":
|
|
638
|
+
"line": 28
|
|
639
639
|
},
|
|
640
640
|
"name": "environmentDependencies",
|
|
641
641
|
"optional": true,
|
|
@@ -657,6 +657,57 @@
|
|
|
657
657
|
],
|
|
658
658
|
"symbolId": "src/index:DeployableAwsCdkTypeScriptApp"
|
|
659
659
|
},
|
|
660
|
+
"deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppDiffOutputOptions": {
|
|
661
|
+
"assembly": "deployable-awscdk-app-ts",
|
|
662
|
+
"datatype": true,
|
|
663
|
+
"docs": {
|
|
664
|
+
"stability": "stable"
|
|
665
|
+
},
|
|
666
|
+
"fqn": "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppDiffOutputOptions",
|
|
667
|
+
"kind": "interface",
|
|
668
|
+
"locationInModule": {
|
|
669
|
+
"filename": "src/types.ts",
|
|
670
|
+
"line": 3
|
|
671
|
+
},
|
|
672
|
+
"name": "DeployableAwsCdkTypeScriptAppDiffOutputOptions",
|
|
673
|
+
"properties": [
|
|
674
|
+
{
|
|
675
|
+
"abstract": true,
|
|
676
|
+
"docs": {
|
|
677
|
+
"stability": "stable",
|
|
678
|
+
"summary": "Whether to enable the diff output to a file in cdk.out."
|
|
679
|
+
},
|
|
680
|
+
"immutable": true,
|
|
681
|
+
"locationInModule": {
|
|
682
|
+
"filename": "src/types.ts",
|
|
683
|
+
"line": 7
|
|
684
|
+
},
|
|
685
|
+
"name": "enable",
|
|
686
|
+
"type": {
|
|
687
|
+
"primitive": "boolean"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"abstract": true,
|
|
692
|
+
"docs": {
|
|
693
|
+
"default": "true if the diff is enabled, false otherwise",
|
|
694
|
+
"stability": "stable",
|
|
695
|
+
"summary": "Whether to annotate the diff output in the GitHub PR as well This cannot be set to true if the diff output is not enabled."
|
|
696
|
+
},
|
|
697
|
+
"immutable": true,
|
|
698
|
+
"locationInModule": {
|
|
699
|
+
"filename": "src/types.ts",
|
|
700
|
+
"line": 14
|
|
701
|
+
},
|
|
702
|
+
"name": "annotateOnBuild",
|
|
703
|
+
"optional": true,
|
|
704
|
+
"type": {
|
|
705
|
+
"primitive": "boolean"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"symbolId": "src/types:DeployableAwsCdkTypeScriptAppDiffOutputOptions"
|
|
710
|
+
},
|
|
660
711
|
"deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions": {
|
|
661
712
|
"assembly": "deployable-awscdk-app-ts",
|
|
662
713
|
"datatype": true,
|
|
@@ -670,7 +721,7 @@
|
|
|
670
721
|
"kind": "interface",
|
|
671
722
|
"locationInModule": {
|
|
672
723
|
"filename": "src/types.ts",
|
|
673
|
-
"line":
|
|
724
|
+
"line": 17
|
|
674
725
|
},
|
|
675
726
|
"name": "DeployableAwsCdkTypeScriptAppOptions",
|
|
676
727
|
"properties": [
|
|
@@ -684,7 +735,7 @@
|
|
|
684
735
|
"immutable": true,
|
|
685
736
|
"locationInModule": {
|
|
686
737
|
"filename": "src/types.ts",
|
|
687
|
-
"line":
|
|
738
|
+
"line": 35
|
|
688
739
|
},
|
|
689
740
|
"name": "checkActiveDeployment",
|
|
690
741
|
"optional": true,
|
|
@@ -702,7 +753,7 @@
|
|
|
702
753
|
"immutable": true,
|
|
703
754
|
"locationInModule": {
|
|
704
755
|
"filename": "src/types.ts",
|
|
705
|
-
"line":
|
|
756
|
+
"line": 22
|
|
706
757
|
},
|
|
707
758
|
"name": "deployOptions",
|
|
708
759
|
"optional": true,
|
|
@@ -710,6 +761,24 @@
|
|
|
710
761
|
"fqn": "deployable-awscdk-app-ts.DeployOptions"
|
|
711
762
|
}
|
|
712
763
|
},
|
|
764
|
+
{
|
|
765
|
+
"abstract": true,
|
|
766
|
+
"docs": {
|
|
767
|
+
"default": "diff output disabled",
|
|
768
|
+
"stability": "stable",
|
|
769
|
+
"summary": "CDK diff output options."
|
|
770
|
+
},
|
|
771
|
+
"immutable": true,
|
|
772
|
+
"locationInModule": {
|
|
773
|
+
"filename": "src/types.ts",
|
|
774
|
+
"line": 41
|
|
775
|
+
},
|
|
776
|
+
"name": "diffOutput",
|
|
777
|
+
"optional": true,
|
|
778
|
+
"type": {
|
|
779
|
+
"fqn": "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppDiffOutputOptions"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
713
782
|
{
|
|
714
783
|
"abstract": true,
|
|
715
784
|
"docs": {
|
|
@@ -720,7 +789,7 @@
|
|
|
720
789
|
"immutable": true,
|
|
721
790
|
"locationInModule": {
|
|
722
791
|
"filename": "src/types.ts",
|
|
723
|
-
"line":
|
|
792
|
+
"line": 29
|
|
724
793
|
},
|
|
725
794
|
"name": "generateNvmrc",
|
|
726
795
|
"optional": true,
|
|
@@ -745,7 +814,7 @@
|
|
|
745
814
|
},
|
|
746
815
|
"locationInModule": {
|
|
747
816
|
"filename": "src/steps.ts",
|
|
748
|
-
"line":
|
|
817
|
+
"line": 88
|
|
749
818
|
},
|
|
750
819
|
"parameters": [
|
|
751
820
|
{
|
|
@@ -771,7 +840,7 @@
|
|
|
771
840
|
"kind": "class",
|
|
772
841
|
"locationInModule": {
|
|
773
842
|
"filename": "src/steps.ts",
|
|
774
|
-
"line":
|
|
843
|
+
"line": 53
|
|
775
844
|
},
|
|
776
845
|
"methods": [
|
|
777
846
|
{
|
|
@@ -781,7 +850,7 @@
|
|
|
781
850
|
},
|
|
782
851
|
"locationInModule": {
|
|
783
852
|
"filename": "src/steps.ts",
|
|
784
|
-
"line":
|
|
853
|
+
"line": 60
|
|
785
854
|
},
|
|
786
855
|
"name": "validateEnvironmentDeploymentDependencies",
|
|
787
856
|
"parameters": [
|
|
@@ -816,6 +885,34 @@
|
|
|
816
885
|
],
|
|
817
886
|
"static": true
|
|
818
887
|
},
|
|
888
|
+
{
|
|
889
|
+
"docs": {
|
|
890
|
+
"returns": "JobStep",
|
|
891
|
+
"stability": "experimental",
|
|
892
|
+
"summary": "Step to check if there is an active deployment for a specific environment."
|
|
893
|
+
},
|
|
894
|
+
"locationInModule": {
|
|
895
|
+
"filename": "src/steps.ts",
|
|
896
|
+
"line": 717
|
|
897
|
+
},
|
|
898
|
+
"name": "getAnnotateDiffStepForEnvironment",
|
|
899
|
+
"parameters": [
|
|
900
|
+
{
|
|
901
|
+
"docs": {
|
|
902
|
+
"summary": "The environment to check."
|
|
903
|
+
},
|
|
904
|
+
"name": "environment",
|
|
905
|
+
"type": {
|
|
906
|
+
"primitive": "string"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"returns": {
|
|
911
|
+
"type": {
|
|
912
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
},
|
|
819
916
|
{
|
|
820
917
|
"docs": {
|
|
821
918
|
"returns": "JobStep or undefined if assumeRoleFlag is boolean and false\nif assumeRoleFlag is string will always return a JobStep (for matrix strategy)",
|
|
@@ -824,7 +921,7 @@
|
|
|
824
921
|
},
|
|
825
922
|
"locationInModule": {
|
|
826
923
|
"filename": "src/steps.ts",
|
|
827
|
-
"line":
|
|
924
|
+
"line": 294
|
|
828
925
|
},
|
|
829
926
|
"name": "getAssumeAwsRoleStepForEnvironment",
|
|
830
927
|
"parameters": [
|
|
@@ -917,7 +1014,7 @@
|
|
|
917
1014
|
},
|
|
918
1015
|
"locationInModule": {
|
|
919
1016
|
"filename": "src/steps.ts",
|
|
920
|
-
"line":
|
|
1017
|
+
"line": 139
|
|
921
1018
|
},
|
|
922
1019
|
"name": "getCheckActiveDeploymentStepForEnvironment",
|
|
923
1020
|
"parameters": [
|
|
@@ -946,7 +1043,7 @@
|
|
|
946
1043
|
},
|
|
947
1044
|
"locationInModule": {
|
|
948
1045
|
"filename": "src/steps.ts",
|
|
949
|
-
"line":
|
|
1046
|
+
"line": 593
|
|
950
1047
|
},
|
|
951
1048
|
"name": "getDeploymentJobPrerequisiteJobIds",
|
|
952
1049
|
"parameters": [
|
|
@@ -971,6 +1068,72 @@
|
|
|
971
1068
|
}
|
|
972
1069
|
}
|
|
973
1070
|
},
|
|
1071
|
+
{
|
|
1072
|
+
"docs": {
|
|
1073
|
+
"returns": "The diff annotation job for the environment",
|
|
1074
|
+
"stability": "experimental",
|
|
1075
|
+
"summary": "Get the deployment method argument for the deploy command."
|
|
1076
|
+
},
|
|
1077
|
+
"locationInModule": {
|
|
1078
|
+
"filename": "src/steps.ts",
|
|
1079
|
+
"line": 764
|
|
1080
|
+
},
|
|
1081
|
+
"name": "getDiffAnnotationJobForEnvironment",
|
|
1082
|
+
"parameters": [
|
|
1083
|
+
{
|
|
1084
|
+
"docs": {
|
|
1085
|
+
"summary": "The environment options."
|
|
1086
|
+
},
|
|
1087
|
+
"name": "environmentOptions",
|
|
1088
|
+
"type": {
|
|
1089
|
+
"fqn": "deployable-awscdk-app-ts.EnvironmentOptions"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"docs": {
|
|
1094
|
+
"summary": "The name of the environment variable to set with the environment name, if any."
|
|
1095
|
+
},
|
|
1096
|
+
"name": "environmentVariableName",
|
|
1097
|
+
"optional": true,
|
|
1098
|
+
"type": {
|
|
1099
|
+
"primitive": "string"
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"returns": {
|
|
1104
|
+
"type": {
|
|
1105
|
+
"fqn": "projen.github.workflows.Job"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"docs": {
|
|
1111
|
+
"returns": "JobStep",
|
|
1112
|
+
"stability": "experimental",
|
|
1113
|
+
"summary": "Get the step to format the diff output into a GitHub annotation comment for a specific environment."
|
|
1114
|
+
},
|
|
1115
|
+
"locationInModule": {
|
|
1116
|
+
"filename": "src/steps.ts",
|
|
1117
|
+
"line": 734
|
|
1118
|
+
},
|
|
1119
|
+
"name": "getFormattedDiffAnnotationCommentStepForEnvironment",
|
|
1120
|
+
"parameters": [
|
|
1121
|
+
{
|
|
1122
|
+
"docs": {
|
|
1123
|
+
"summary": "The environment to format the diff for."
|
|
1124
|
+
},
|
|
1125
|
+
"name": "environment",
|
|
1126
|
+
"type": {
|
|
1127
|
+
"primitive": "string"
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"returns": {
|
|
1132
|
+
"type": {
|
|
1133
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
974
1137
|
{
|
|
975
1138
|
"docs": {
|
|
976
1139
|
"returns": "The job definition for the environment",
|
|
@@ -979,7 +1142,7 @@
|
|
|
979
1142
|
},
|
|
980
1143
|
"locationInModule": {
|
|
981
1144
|
"filename": "src/steps.ts",
|
|
982
|
-
"line":
|
|
1145
|
+
"line": 630
|
|
983
1146
|
},
|
|
984
1147
|
"name": "getJobForEnvironment",
|
|
985
1148
|
"parameters": [
|
|
@@ -1017,7 +1180,7 @@
|
|
|
1017
1180
|
},
|
|
1018
1181
|
"locationInModule": {
|
|
1019
1182
|
"filename": "src/steps.ts",
|
|
1020
|
-
"line":
|
|
1183
|
+
"line": 464
|
|
1021
1184
|
},
|
|
1022
1185
|
"name": "getPostDeploymentStepForEnvironment",
|
|
1023
1186
|
"parameters": [
|
|
@@ -1064,7 +1227,7 @@
|
|
|
1064
1227
|
},
|
|
1065
1228
|
"locationInModule": {
|
|
1066
1229
|
"filename": "src/steps.ts",
|
|
1067
|
-
"line":
|
|
1230
|
+
"line": 433
|
|
1068
1231
|
},
|
|
1069
1232
|
"name": "getPreDeploymentStepForEnvironment",
|
|
1070
1233
|
"parameters": [
|
|
@@ -1111,7 +1274,7 @@
|
|
|
1111
1274
|
},
|
|
1112
1275
|
"locationInModule": {
|
|
1113
1276
|
"filename": "src/steps.ts",
|
|
1114
|
-
"line":
|
|
1277
|
+
"line": 373
|
|
1115
1278
|
},
|
|
1116
1279
|
"name": "getRunScriptStep",
|
|
1117
1280
|
"parameters": [
|
|
@@ -1167,7 +1330,7 @@
|
|
|
1167
1330
|
},
|
|
1168
1331
|
"locationInModule": {
|
|
1169
1332
|
"filename": "src/steps.ts",
|
|
1170
|
-
"line":
|
|
1333
|
+
"line": 225
|
|
1171
1334
|
},
|
|
1172
1335
|
"name": "getSetupAwsCredentialsInEnvironmentForEnvironment",
|
|
1173
1336
|
"parameters": [
|
|
@@ -1232,7 +1395,7 @@
|
|
|
1232
1395
|
},
|
|
1233
1396
|
"locationInModule": {
|
|
1234
1397
|
"filename": "src/steps.ts",
|
|
1235
|
-
"line":
|
|
1398
|
+
"line": 172
|
|
1236
1399
|
},
|
|
1237
1400
|
"name": "getSetupAwsCredentialsStepsForEnvironment",
|
|
1238
1401
|
"parameters": [
|
|
@@ -1263,7 +1426,7 @@
|
|
|
1263
1426
|
},
|
|
1264
1427
|
"locationInModule": {
|
|
1265
1428
|
"filename": "src/steps.ts",
|
|
1266
|
-
"line":
|
|
1429
|
+
"line": 347
|
|
1267
1430
|
},
|
|
1268
1431
|
"name": "getSetupNpmConfigForEnvironment",
|
|
1269
1432
|
"parameters": [
|
|
@@ -1293,7 +1456,7 @@
|
|
|
1293
1456
|
"immutable": true,
|
|
1294
1457
|
"locationInModule": {
|
|
1295
1458
|
"filename": "src/steps.ts",
|
|
1296
|
-
"line":
|
|
1459
|
+
"line": 272
|
|
1297
1460
|
},
|
|
1298
1461
|
"name": "assumeAwsRoleStepForMatrix",
|
|
1299
1462
|
"type": {
|
|
@@ -1307,7 +1470,7 @@
|
|
|
1307
1470
|
"immutable": true,
|
|
1308
1471
|
"locationInModule": {
|
|
1309
1472
|
"filename": "src/steps.ts",
|
|
1310
|
-
"line":
|
|
1473
|
+
"line": 101
|
|
1311
1474
|
},
|
|
1312
1475
|
"name": "checkoutStep",
|
|
1313
1476
|
"type": {
|
|
@@ -1323,7 +1486,7 @@
|
|
|
1323
1486
|
"immutable": true,
|
|
1324
1487
|
"locationInModule": {
|
|
1325
1488
|
"filename": "src/steps.ts",
|
|
1326
|
-
"line":
|
|
1489
|
+
"line": 480
|
|
1327
1490
|
},
|
|
1328
1491
|
"name": "deploymentJobs",
|
|
1329
1492
|
"type": {
|
|
@@ -1344,7 +1507,7 @@
|
|
|
1344
1507
|
"immutable": true,
|
|
1345
1508
|
"locationInModule": {
|
|
1346
1509
|
"filename": "src/steps.ts",
|
|
1347
|
-
"line":
|
|
1510
|
+
"line": 492
|
|
1348
1511
|
},
|
|
1349
1512
|
"name": "deploymentJobsForMatrix",
|
|
1350
1513
|
"type": {
|
|
@@ -1365,7 +1528,7 @@
|
|
|
1365
1528
|
"immutable": true,
|
|
1366
1529
|
"locationInModule": {
|
|
1367
1530
|
"filename": "src/steps.ts",
|
|
1368
|
-
"line":
|
|
1531
|
+
"line": 616
|
|
1369
1532
|
},
|
|
1370
1533
|
"name": "deploymentJobsForMultiJob",
|
|
1371
1534
|
"type": {
|
|
@@ -1386,13 +1549,50 @@
|
|
|
1386
1549
|
"immutable": true,
|
|
1387
1550
|
"locationInModule": {
|
|
1388
1551
|
"filename": "src/steps.ts",
|
|
1389
|
-
"line":
|
|
1552
|
+
"line": 406
|
|
1390
1553
|
},
|
|
1391
1554
|
"name": "deploymentStep",
|
|
1392
1555
|
"type": {
|
|
1393
1556
|
"fqn": "projen.github.workflows.JobStep"
|
|
1394
1557
|
}
|
|
1395
1558
|
},
|
|
1559
|
+
{
|
|
1560
|
+
"docs": {
|
|
1561
|
+
"returns": "Record of jobs",
|
|
1562
|
+
"stability": "experimental",
|
|
1563
|
+
"summary": "Get diff annotation jobs for all environments."
|
|
1564
|
+
},
|
|
1565
|
+
"immutable": true,
|
|
1566
|
+
"locationInModule": {
|
|
1567
|
+
"filename": "src/steps.ts",
|
|
1568
|
+
"line": 810
|
|
1569
|
+
},
|
|
1570
|
+
"name": "diffAnnotationJobs",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"collection": {
|
|
1573
|
+
"elementtype": {
|
|
1574
|
+
"fqn": "projen.github.workflows.Job"
|
|
1575
|
+
},
|
|
1576
|
+
"kind": "map"
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"docs": {
|
|
1582
|
+
"returns": "JobStep",
|
|
1583
|
+
"stability": "experimental",
|
|
1584
|
+
"summary": "Step to generate the diff output."
|
|
1585
|
+
},
|
|
1586
|
+
"immutable": true,
|
|
1587
|
+
"locationInModule": {
|
|
1588
|
+
"filename": "src/steps.ts",
|
|
1589
|
+
"line": 704
|
|
1590
|
+
},
|
|
1591
|
+
"name": "generateDiffStep",
|
|
1592
|
+
"type": {
|
|
1593
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1396
1596
|
{
|
|
1397
1597
|
"docs": {
|
|
1398
1598
|
"returns": "JobStep",
|
|
@@ -1402,7 +1602,7 @@
|
|
|
1402
1602
|
"immutable": true,
|
|
1403
1603
|
"locationInModule": {
|
|
1404
1604
|
"filename": "src/steps.ts",
|
|
1405
|
-
"line":
|
|
1605
|
+
"line": 449
|
|
1406
1606
|
},
|
|
1407
1607
|
"name": "postDeploymentStepForMatrix",
|
|
1408
1608
|
"type": {
|
|
@@ -1418,7 +1618,7 @@
|
|
|
1418
1618
|
"immutable": true,
|
|
1419
1619
|
"locationInModule": {
|
|
1420
1620
|
"filename": "src/steps.ts",
|
|
1421
|
-
"line":
|
|
1621
|
+
"line": 418
|
|
1422
1622
|
},
|
|
1423
1623
|
"name": "preDeploymentStepForMatrix",
|
|
1424
1624
|
"type": {
|
|
@@ -1434,7 +1634,7 @@
|
|
|
1434
1634
|
"immutable": true,
|
|
1435
1635
|
"locationInModule": {
|
|
1436
1636
|
"filename": "src/steps.ts",
|
|
1437
|
-
"line":
|
|
1637
|
+
"line": 206
|
|
1438
1638
|
},
|
|
1439
1639
|
"name": "setupAwsCredentialsInEnvironmentForMatrix",
|
|
1440
1640
|
"type": {
|
|
@@ -1450,7 +1650,7 @@
|
|
|
1450
1650
|
"immutable": true,
|
|
1451
1651
|
"locationInModule": {
|
|
1452
1652
|
"filename": "src/steps.ts",
|
|
1453
|
-
"line":
|
|
1653
|
+
"line": 160
|
|
1454
1654
|
},
|
|
1455
1655
|
"name": "setupAwsCredentialsStepsForMatrix",
|
|
1456
1656
|
"type": {
|
|
@@ -1471,7 +1671,7 @@
|
|
|
1471
1671
|
"immutable": true,
|
|
1472
1672
|
"locationInModule": {
|
|
1473
1673
|
"filename": "src/steps.ts",
|
|
1474
|
-
"line":
|
|
1674
|
+
"line": 130
|
|
1475
1675
|
},
|
|
1476
1676
|
"name": "checkActiveDeploymentStepForMatrix",
|
|
1477
1677
|
"optional": true,
|
|
@@ -1488,7 +1688,7 @@
|
|
|
1488
1688
|
"immutable": true,
|
|
1489
1689
|
"locationInModule": {
|
|
1490
1690
|
"filename": "src/steps.ts",
|
|
1491
|
-
"line":
|
|
1691
|
+
"line": 114
|
|
1492
1692
|
},
|
|
1493
1693
|
"name": "preInstallDependenciesStep",
|
|
1494
1694
|
"optional": true,
|
|
@@ -1505,7 +1705,7 @@
|
|
|
1505
1705
|
"immutable": true,
|
|
1506
1706
|
"locationInModule": {
|
|
1507
1707
|
"filename": "src/steps.ts",
|
|
1508
|
-
"line":
|
|
1708
|
+
"line": 343
|
|
1509
1709
|
},
|
|
1510
1710
|
"name": "setupNpmConfigForMatrix",
|
|
1511
1711
|
"optional": true,
|
|
@@ -1522,7 +1722,7 @@
|
|
|
1522
1722
|
"immutable": true,
|
|
1523
1723
|
"locationInModule": {
|
|
1524
1724
|
"filename": "src/steps.ts",
|
|
1525
|
-
"line":
|
|
1725
|
+
"line": 97
|
|
1526
1726
|
},
|
|
1527
1727
|
"name": "skipIfAlreadyActiveDeploymentCondition",
|
|
1528
1728
|
"optional": true,
|
|
@@ -1543,7 +1743,7 @@
|
|
|
1543
1743
|
"kind": "interface",
|
|
1544
1744
|
"locationInModule": {
|
|
1545
1745
|
"filename": "src/steps.ts",
|
|
1546
|
-
"line":
|
|
1746
|
+
"line": 11
|
|
1547
1747
|
},
|
|
1548
1748
|
"name": "DeployableAwsCdkTypeScriptAppStepsFactoryProps",
|
|
1549
1749
|
"properties": [
|
|
@@ -1556,7 +1756,7 @@
|
|
|
1556
1756
|
"immutable": true,
|
|
1557
1757
|
"locationInModule": {
|
|
1558
1758
|
"filename": "src/steps.ts",
|
|
1559
|
-
"line":
|
|
1759
|
+
"line": 20
|
|
1560
1760
|
},
|
|
1561
1761
|
"name": "checkActiveDeployment",
|
|
1562
1762
|
"type": {
|
|
@@ -1572,7 +1772,7 @@
|
|
|
1572
1772
|
"immutable": true,
|
|
1573
1773
|
"locationInModule": {
|
|
1574
1774
|
"filename": "src/steps.ts",
|
|
1575
|
-
"line":
|
|
1775
|
+
"line": 15
|
|
1576
1776
|
},
|
|
1577
1777
|
"name": "deployOptions",
|
|
1578
1778
|
"type": {
|
|
@@ -1588,7 +1788,7 @@
|
|
|
1588
1788
|
"immutable": true,
|
|
1589
1789
|
"locationInModule": {
|
|
1590
1790
|
"filename": "src/steps.ts",
|
|
1591
|
-
"line":
|
|
1791
|
+
"line": 41
|
|
1592
1792
|
},
|
|
1593
1793
|
"name": "jobStrategy",
|
|
1594
1794
|
"type": {
|
|
@@ -1604,7 +1804,7 @@
|
|
|
1604
1804
|
"immutable": true,
|
|
1605
1805
|
"locationInModule": {
|
|
1606
1806
|
"filename": "src/steps.ts",
|
|
1607
|
-
"line":
|
|
1807
|
+
"line": 30
|
|
1608
1808
|
},
|
|
1609
1809
|
"name": "authProvider",
|
|
1610
1810
|
"optional": true,
|
|
@@ -1621,7 +1821,7 @@
|
|
|
1621
1821
|
"immutable": true,
|
|
1622
1822
|
"locationInModule": {
|
|
1623
1823
|
"filename": "src/steps.ts",
|
|
1624
|
-
"line":
|
|
1824
|
+
"line": 46
|
|
1625
1825
|
},
|
|
1626
1826
|
"name": "environmentDependencies",
|
|
1627
1827
|
"optional": true,
|
|
@@ -1648,7 +1848,7 @@
|
|
|
1648
1848
|
"immutable": true,
|
|
1649
1849
|
"locationInModule": {
|
|
1650
1850
|
"filename": "src/steps.ts",
|
|
1651
|
-
"line":
|
|
1851
|
+
"line": 36
|
|
1652
1852
|
},
|
|
1653
1853
|
"name": "npmConfigEnvironment",
|
|
1654
1854
|
"optional": true,
|
|
@@ -1665,7 +1865,7 @@
|
|
|
1665
1865
|
"immutable": true,
|
|
1666
1866
|
"locationInModule": {
|
|
1667
1867
|
"filename": "src/steps.ts",
|
|
1668
|
-
"line":
|
|
1868
|
+
"line": 25
|
|
1669
1869
|
},
|
|
1670
1870
|
"name": "preInstallTaskName",
|
|
1671
1871
|
"optional": true,
|
|
@@ -1686,7 +1886,7 @@
|
|
|
1686
1886
|
"kind": "interface",
|
|
1687
1887
|
"locationInModule": {
|
|
1688
1888
|
"filename": "src/types.ts",
|
|
1689
|
-
"line":
|
|
1889
|
+
"line": 103
|
|
1690
1890
|
},
|
|
1691
1891
|
"name": "EnvironmentOptions",
|
|
1692
1892
|
"properties": [
|
|
@@ -1699,7 +1899,7 @@
|
|
|
1699
1899
|
"immutable": true,
|
|
1700
1900
|
"locationInModule": {
|
|
1701
1901
|
"filename": "src/types.ts",
|
|
1702
|
-
"line":
|
|
1902
|
+
"line": 112
|
|
1703
1903
|
},
|
|
1704
1904
|
"name": "awsCredentials",
|
|
1705
1905
|
"type": {
|
|
@@ -1715,7 +1915,7 @@
|
|
|
1715
1915
|
"immutable": true,
|
|
1716
1916
|
"locationInModule": {
|
|
1717
1917
|
"filename": "src/types.ts",
|
|
1718
|
-
"line":
|
|
1918
|
+
"line": 107
|
|
1719
1919
|
},
|
|
1720
1920
|
"name": "name",
|
|
1721
1921
|
"type": {
|
|
@@ -1732,7 +1932,7 @@
|
|
|
1732
1932
|
"immutable": true,
|
|
1733
1933
|
"locationInModule": {
|
|
1734
1934
|
"filename": "src/types.ts",
|
|
1735
|
-
"line":
|
|
1935
|
+
"line": 120
|
|
1736
1936
|
},
|
|
1737
1937
|
"name": "postDeployWorkflowScript",
|
|
1738
1938
|
"optional": true,
|
|
@@ -1750,7 +1950,7 @@
|
|
|
1750
1950
|
"immutable": true,
|
|
1751
1951
|
"locationInModule": {
|
|
1752
1952
|
"filename": "src/types.ts",
|
|
1753
|
-
"line":
|
|
1953
|
+
"line": 128
|
|
1754
1954
|
},
|
|
1755
1955
|
"name": "preDeployWorkflowScript",
|
|
1756
1956
|
"optional": true,
|
|
@@ -1762,6 +1962,6 @@
|
|
|
1762
1962
|
"symbolId": "src/types:EnvironmentOptions"
|
|
1763
1963
|
}
|
|
1764
1964
|
},
|
|
1765
|
-
"version": "0.1.
|
|
1766
|
-
"fingerprint": "
|
|
1965
|
+
"version": "0.1.774",
|
|
1966
|
+
"fingerprint": "rSWd+Tg5sKko8lkHfiZKV9daOZLm3UDK656+YNpouSU="
|
|
1767
1967
|
}
|