@firestartr/cli 1.59.3-snapshot-11 → 1.59.3-snapshot-13

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/build/index.js CHANGED
@@ -357922,6 +357922,42 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
357922
357922
  },
357923
357923
  additionalProperties: false,
357924
357924
  },
357925
+ GithubRules: {
357926
+ $id: 'firestartr.dev://common/FirestartrGithubRules',
357927
+ type: 'object',
357928
+ properties: {
357929
+ path: { type: 'string' },
357930
+ owners: {
357931
+ type: 'array',
357932
+ items: {
357933
+ $ref: 'firestartr.dev://common/FirestartrOwnerRef',
357934
+ },
357935
+ },
357936
+ },
357937
+ required: ['path', 'owners'],
357938
+ additionalProperties: false,
357939
+ },
357940
+ GithubSync: {
357941
+ $id: 'firestartr.dev://common/FirestartrGithubSync',
357942
+ type: 'object',
357943
+ properties: {
357944
+ enabled: { type: 'boolean' },
357945
+ period: {
357946
+ type: 'string',
357947
+ pattern: '^[0-9]+[smhd]$',
357948
+ },
357949
+ policy: { type: 'string' },
357950
+ schedule: { type: 'string' },
357951
+ schedule_timezone: { type: 'string' },
357952
+ },
357953
+ additionalProperties: false,
357954
+ required: ['enabled'],
357955
+ },
357956
+ TfStateKey: {
357957
+ $id: 'firestartr.dev://common/TerraformStateKey',
357958
+ type: 'string',
357959
+ pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12,}$',
357960
+ },
357925
357961
  },
357926
357962
  });
357927
357963
 
@@ -358268,14 +358304,11 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358268
358304
  name: {
358269
358305
  type: 'string',
358270
358306
  },
358307
+ tfStateKey: {
358308
+ $ref: 'firestartr.dev://common/TerraformStateKey',
358309
+ },
358271
358310
  sync: {
358272
- type: 'object',
358273
- properties: {
358274
- enabled: { type: 'boolean' },
358275
- period: { type: 'string' },
358276
- },
358277
- additionalProperties: false,
358278
- required: ['enabled', 'period'],
358311
+ $ref: 'firestartr.dev://common/FirestartrGithubSync',
358279
358312
  },
358280
358313
  privacy: {
358281
358314
  type: 'string',
@@ -358316,14 +358349,11 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358316
358349
  name: {
358317
358350
  type: 'string',
358318
358351
  },
358352
+ tfStateKey: {
358353
+ $ref: 'firestartr.dev://common/TerraformStateKey',
358354
+ },
358319
358355
  sync: {
358320
- type: 'object',
358321
- properties: {
358322
- enabled: { type: 'boolean' },
358323
- period: { type: 'string' },
358324
- },
358325
- additionalProperties: false,
358326
- required: ['enabled', 'period'],
358356
+ $ref: 'firestartr.dev://common/FirestartrGithubSync',
358327
358357
  },
358328
358358
  role: {
358329
358359
  type: 'string',
@@ -358364,18 +358394,15 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358364
358394
  type: 'string',
358365
358395
  description: 'The github repo name',
358366
358396
  },
358397
+ tfStateKey: {
358398
+ $ref: 'firestartr.dev://common/TerraformStateKey',
358399
+ },
358367
358400
  orgPermissions: {
358368
358401
  type: 'string',
358369
358402
  description: 'The level of org Permission',
358370
358403
  },
358371
358404
  sync: {
358372
- type: 'object',
358373
- properties: {
358374
- enabled: { type: 'boolean' },
358375
- period: { type: 'string' },
358376
- },
358377
- additionalProperties: false,
358378
- required: ['enabled', 'period'],
358405
+ $ref: 'firestartr.dev://common/FirestartrGithubSync',
358379
358406
  },
358380
358407
  technology: {
358381
358408
  type: 'object',
@@ -358386,6 +358413,9 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358386
358413
  additionalProperties: false,
358387
358414
  required: ['stack', 'version'],
358388
358415
  },
358416
+ defaultBranch: {
358417
+ type: 'string',
358418
+ },
358389
358419
  branchStrategy: {
358390
358420
  type: 'object',
358391
358421
  description: 'A branch strategy for a claim',
@@ -358398,7 +358428,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358398
358428
  },
358399
358429
  },
358400
358430
  additionalProperties: false,
358401
- required: ['name', 'defaultBranch'],
358431
+ required: ['name'],
358402
358432
  },
358403
358433
  additionalBranches: {
358404
358434
  type: 'array',
@@ -358477,6 +358507,12 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358477
358507
  },
358478
358508
  additionalProperties: false,
358479
358509
  },
358510
+ additionalRules: {
358511
+ type: 'array',
358512
+ items: {
358513
+ $ref: 'firestartr.dev://common/FirestartrGithubRules',
358514
+ },
358515
+ },
358480
358516
  visibility: {
358481
358517
  type: 'string',
358482
358518
  enum: ['private', 'public', 'internal'],
@@ -358505,9 +358541,14 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358505
358541
  pattern: '^[a-z0-9][a-z0-9-]*$',
358506
358542
  },
358507
358543
  },
358544
+ overrides: {
358545
+ type: 'object',
358546
+ properties: {},
358547
+ additionalProperties: true,
358548
+ },
358508
358549
  },
358509
358550
  additionalProperties: false,
358510
- required: ['visibility', 'org'],
358551
+ required: ['visibility', 'org', 'branchStrategy'],
358511
358552
  },
358512
358553
  ],
358513
358554
  },
@@ -358532,6 +358573,9 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358532
358573
  name: {
358533
358574
  type: 'string',
358534
358575
  },
358576
+ tfStateKey: {
358577
+ $ref: 'firestartr.dev://common/TerraformStateKey',
358578
+ },
358535
358579
  orgName: {
358536
358580
  $ref: 'firestartr.dev://common/ClaimName',
358537
358581
  },
@@ -358771,8 +358815,7 @@ const GithubSchemas = [
358771
358815
  type: 'string',
358772
358816
  },
358773
358817
  tfStateKey: {
358774
- type: 'string',
358775
- pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$',
358818
+ $ref: 'firestartr.dev://common/TerraformStateKey',
358776
358819
  },
358777
358820
  source: {
358778
358821
  type: 'string',
@@ -359034,6 +359077,9 @@ const ArgoCDSchemas = [argocd_schema];
359034
359077
  template: { type: 'object' },
359035
359078
  secretName: { type: 'string' },
359036
359079
  refreshInterval: { type: 'string' },
359080
+ updatePolicy: { type: 'string' },
359081
+ deletionPolicy: { type: 'string' },
359082
+ conversionStrategy: { type: 'string' },
359037
359083
  generator: {
359038
359084
  type: 'object',
359039
359085
  properties: {
@@ -359056,15 +359102,9 @@ const ArgoCDSchemas = [argocd_schema];
359056
359102
  'Grafana',
359057
359103
  ],
359058
359104
  },
359059
- apiVersion: {
359060
- type: 'string',
359061
- },
359062
- conversionStrategy: {
359063
- type: 'string',
359064
- },
359065
- outputKey: {
359066
- type: 'string',
359067
- },
359105
+ apiVersion: { type: 'string' },
359106
+ conversionStrategy: { type: 'string' },
359107
+ outputKey: { type: 'string' },
359068
359108
  },
359069
359109
  additionalProperties: false,
359070
359110
  required: ['name'],
@@ -359078,7 +359118,6 @@ const ArgoCDSchemas = [argocd_schema];
359078
359118
  $id: 'firestartr.dev://secrets/ExternalSecretsProvider',
359079
359119
  type: 'object',
359080
359120
  description: 'A external secrets claim provider',
359081
- unevaluatedProperties: false,
359082
359121
  allOf: [
359083
359122
  { $ref: 'firestartr.dev://common/ClaimProviderEnvelope' },
359084
359123
  {
@@ -377045,7 +377084,7 @@ const crs_analyzerSubcommand = {
377045
377084
  };
377046
377085
 
377047
377086
  ;// CONCATENATED MODULE: ./package.json
377048
- const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-11"}');
377087
+ const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-13"}');
377049
377088
  ;// CONCATENATED MODULE: ../../package.json
377050
377089
  const package_namespaceObject_1 = {"i8":"1.59.3"};
377051
377090
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
@@ -117,6 +117,52 @@ declare const _default: {
117
117
  };
118
118
  additionalProperties: boolean;
119
119
  };
120
+ GithubRules: {
121
+ $id: string;
122
+ type: string;
123
+ properties: {
124
+ path: {
125
+ type: string;
126
+ };
127
+ owners: {
128
+ type: string;
129
+ items: {
130
+ $ref: string;
131
+ };
132
+ };
133
+ };
134
+ required: string[];
135
+ additionalProperties: boolean;
136
+ };
137
+ GithubSync: {
138
+ $id: string;
139
+ type: string;
140
+ properties: {
141
+ enabled: {
142
+ type: string;
143
+ };
144
+ period: {
145
+ type: string;
146
+ pattern: string;
147
+ };
148
+ policy: {
149
+ type: string;
150
+ };
151
+ schedule: {
152
+ type: string;
153
+ };
154
+ schedule_timezone: {
155
+ type: string;
156
+ };
157
+ };
158
+ additionalProperties: boolean;
159
+ required: string[];
160
+ };
161
+ TfStateKey: {
162
+ $id: string;
163
+ type: string;
164
+ pattern: string;
165
+ };
120
166
  };
121
167
  };
122
168
  export default _default;
@@ -121,6 +121,52 @@ declare const schemas: {
121
121
  };
122
122
  additionalProperties: boolean;
123
123
  };
124
+ GithubRules: {
125
+ $id: string;
126
+ type: string;
127
+ properties: {
128
+ path: {
129
+ type: string;
130
+ };
131
+ owners: {
132
+ type: string;
133
+ items: {
134
+ $ref: string;
135
+ };
136
+ };
137
+ };
138
+ required: string[];
139
+ additionalProperties: boolean;
140
+ };
141
+ GithubSync: {
142
+ $id: string;
143
+ type: string;
144
+ properties: {
145
+ enabled: {
146
+ type: string;
147
+ };
148
+ period: {
149
+ type: string;
150
+ pattern: string;
151
+ };
152
+ policy: {
153
+ type: string;
154
+ };
155
+ schedule: {
156
+ type: string;
157
+ };
158
+ schedule_timezone: {
159
+ type: string;
160
+ };
161
+ };
162
+ additionalProperties: boolean;
163
+ required: string[];
164
+ };
165
+ TfStateKey: {
166
+ $id: string;
167
+ type: string;
168
+ pattern: string;
169
+ };
124
170
  };
125
171
  } | {
126
172
  $schema: string;
@@ -403,18 +449,11 @@ declare const schemas: {
403
449
  name: {
404
450
  type: string;
405
451
  };
452
+ tfStateKey: {
453
+ $ref: string;
454
+ };
406
455
  sync: {
407
- type: string;
408
- properties: {
409
- enabled: {
410
- type: string;
411
- };
412
- period: {
413
- type: string;
414
- };
415
- };
416
- additionalProperties: boolean;
417
- required: string[];
456
+ $ref: string;
418
457
  };
419
458
  privacy: {
420
459
  type: string;
@@ -453,18 +492,11 @@ declare const schemas: {
453
492
  name: {
454
493
  type: string;
455
494
  };
495
+ tfStateKey: {
496
+ $ref: string;
497
+ };
456
498
  sync: {
457
- type: string;
458
- properties: {
459
- enabled: {
460
- type: string;
461
- };
462
- period: {
463
- type: string;
464
- };
465
- };
466
- additionalProperties: boolean;
467
- required: string[];
499
+ $ref: string;
468
500
  };
469
501
  role: {
470
502
  type: string;
@@ -549,22 +581,15 @@ declare const schemas: {
549
581
  type: string;
550
582
  description: string;
551
583
  };
584
+ tfStateKey: {
585
+ $ref: string;
586
+ };
552
587
  orgPermissions: {
553
588
  type: string;
554
589
  description: string;
555
590
  };
556
591
  sync: {
557
- type: string;
558
- properties: {
559
- enabled: {
560
- type: string;
561
- };
562
- period: {
563
- type: string;
564
- };
565
- };
566
- additionalProperties: boolean;
567
- required: string[];
592
+ $ref: string;
568
593
  };
569
594
  technology: {
570
595
  type: string;
@@ -579,6 +604,9 @@ declare const schemas: {
579
604
  additionalProperties: boolean;
580
605
  required: string[];
581
606
  };
607
+ defaultBranch: {
608
+ type: string;
609
+ };
582
610
  branchStrategy: {
583
611
  type: string;
584
612
  description: string;
@@ -684,6 +712,12 @@ declare const schemas: {
684
712
  };
685
713
  additionalProperties: boolean;
686
714
  };
715
+ additionalRules: {
716
+ type: string;
717
+ items: {
718
+ $ref: string;
719
+ };
720
+ };
687
721
  visibility: {
688
722
  type: string;
689
723
  enum: string[];
@@ -712,6 +746,11 @@ declare const schemas: {
712
746
  pattern: string;
713
747
  };
714
748
  };
749
+ overrides: {
750
+ type: string;
751
+ properties: {};
752
+ additionalProperties: boolean;
753
+ };
715
754
  };
716
755
  additionalProperties: boolean;
717
756
  required: string[];
@@ -739,6 +778,9 @@ declare const schemas: {
739
778
  name: {
740
779
  type: string;
741
780
  };
781
+ tfStateKey: {
782
+ $ref: string;
783
+ };
742
784
  orgName: {
743
785
  $ref: string;
744
786
  };
@@ -905,8 +947,7 @@ declare const schemas: {
905
947
  type: string;
906
948
  };
907
949
  tfStateKey: {
908
- type: string;
909
- pattern: string;
950
+ $ref: string;
910
951
  };
911
952
  source: {
912
953
  type: string;
@@ -1160,6 +1201,15 @@ declare const schemas: {
1160
1201
  refreshInterval: {
1161
1202
  type: string;
1162
1203
  };
1204
+ updatePolicy: {
1205
+ type: string;
1206
+ };
1207
+ deletionPolicy: {
1208
+ type: string;
1209
+ };
1210
+ conversionStrategy: {
1211
+ type: string;
1212
+ };
1163
1213
  generator: {
1164
1214
  type: string;
1165
1215
  properties: {
@@ -1192,7 +1242,6 @@ declare const schemas: {
1192
1242
  $id: string;
1193
1243
  type: string;
1194
1244
  description: string;
1195
- unevaluatedProperties: boolean;
1196
1245
  allOf: ({
1197
1246
  $ref: string;
1198
1247
  type?: undefined;
@@ -62,6 +62,15 @@ declare const _default: {
62
62
  refreshInterval: {
63
63
  type: string;
64
64
  };
65
+ updatePolicy: {
66
+ type: string;
67
+ };
68
+ deletionPolicy: {
69
+ type: string;
70
+ };
71
+ conversionStrategy: {
72
+ type: string;
73
+ };
65
74
  generator: {
66
75
  type: string;
67
76
  properties: {
@@ -94,7 +103,6 @@ declare const _default: {
94
103
  $id: string;
95
104
  type: string;
96
105
  description: string;
97
- unevaluatedProperties: boolean;
98
106
  allOf: ({
99
107
  $ref: string;
100
108
  type?: undefined;
@@ -62,6 +62,15 @@ export declare const SecretsSchemas: {
62
62
  refreshInterval: {
63
63
  type: string;
64
64
  };
65
+ updatePolicy: {
66
+ type: string;
67
+ };
68
+ deletionPolicy: {
69
+ type: string;
70
+ };
71
+ conversionStrategy: {
72
+ type: string;
73
+ };
65
74
  generator: {
66
75
  type: string;
67
76
  properties: {
@@ -94,7 +103,6 @@ export declare const SecretsSchemas: {
94
103
  $id: string;
95
104
  type: string;
96
105
  description: string;
97
- unevaluatedProperties: boolean;
98
106
  allOf: ({
99
107
  $ref: string;
100
108
  type?: undefined;
@@ -23,22 +23,15 @@ declare const _default: {
23
23
  type: string;
24
24
  description: string;
25
25
  };
26
+ tfStateKey: {
27
+ $ref: string;
28
+ };
26
29
  orgPermissions: {
27
30
  type: string;
28
31
  description: string;
29
32
  };
30
33
  sync: {
31
- type: string;
32
- properties: {
33
- enabled: {
34
- type: string;
35
- };
36
- period: {
37
- type: string;
38
- };
39
- };
40
- additionalProperties: boolean;
41
- required: string[];
34
+ $ref: string;
42
35
  };
43
36
  technology: {
44
37
  type: string;
@@ -53,6 +46,9 @@ declare const _default: {
53
46
  additionalProperties: boolean;
54
47
  required: string[];
55
48
  };
49
+ defaultBranch: {
50
+ type: string;
51
+ };
56
52
  branchStrategy: {
57
53
  type: string;
58
54
  description: string;
@@ -158,6 +154,12 @@ declare const _default: {
158
154
  };
159
155
  additionalProperties: boolean;
160
156
  };
157
+ additionalRules: {
158
+ type: string;
159
+ items: {
160
+ $ref: string;
161
+ };
162
+ };
161
163
  visibility: {
162
164
  type: string;
163
165
  enum: string[];
@@ -186,6 +188,11 @@ declare const _default: {
186
188
  pattern: string;
187
189
  };
188
190
  };
191
+ overrides: {
192
+ type: string;
193
+ properties: {};
194
+ additionalProperties: boolean;
195
+ };
189
196
  };
190
197
  additionalProperties: boolean;
191
198
  required: string[];
@@ -18,18 +18,11 @@ declare const _default: {
18
18
  name: {
19
19
  type: string;
20
20
  };
21
+ tfStateKey: {
22
+ $ref: string;
23
+ };
21
24
  sync: {
22
- type: string;
23
- properties: {
24
- enabled: {
25
- type: string;
26
- };
27
- period: {
28
- type: string;
29
- };
30
- };
31
- additionalProperties: boolean;
32
- required: string[];
25
+ $ref: string;
33
26
  };
34
27
  privacy: {
35
28
  type: string;
@@ -18,18 +18,11 @@ export declare const GithubSchemas: ({
18
18
  name: {
19
19
  type: string;
20
20
  };
21
+ tfStateKey: {
22
+ $ref: string;
23
+ };
21
24
  sync: {
22
- type: string;
23
- properties: {
24
- enabled: {
25
- type: string;
26
- };
27
- period: {
28
- type: string;
29
- };
30
- };
31
- additionalProperties: boolean;
32
- required: string[];
25
+ $ref: string;
33
26
  };
34
27
  privacy: {
35
28
  type: string;
@@ -68,18 +61,11 @@ export declare const GithubSchemas: ({
68
61
  name: {
69
62
  type: string;
70
63
  };
64
+ tfStateKey: {
65
+ $ref: string;
66
+ };
71
67
  sync: {
72
- type: string;
73
- properties: {
74
- enabled: {
75
- type: string;
76
- };
77
- period: {
78
- type: string;
79
- };
80
- };
81
- additionalProperties: boolean;
82
- required: string[];
68
+ $ref: string;
83
69
  };
84
70
  role: {
85
71
  type: string;
@@ -164,22 +150,15 @@ export declare const GithubSchemas: ({
164
150
  type: string;
165
151
  description: string;
166
152
  };
153
+ tfStateKey: {
154
+ $ref: string;
155
+ };
167
156
  orgPermissions: {
168
157
  type: string;
169
158
  description: string;
170
159
  };
171
160
  sync: {
172
- type: string;
173
- properties: {
174
- enabled: {
175
- type: string;
176
- };
177
- period: {
178
- type: string;
179
- };
180
- };
181
- additionalProperties: boolean;
182
- required: string[];
161
+ $ref: string;
183
162
  };
184
163
  technology: {
185
164
  type: string;
@@ -194,6 +173,9 @@ export declare const GithubSchemas: ({
194
173
  additionalProperties: boolean;
195
174
  required: string[];
196
175
  };
176
+ defaultBranch: {
177
+ type: string;
178
+ };
197
179
  branchStrategy: {
198
180
  type: string;
199
181
  description: string;
@@ -299,6 +281,12 @@ export declare const GithubSchemas: ({
299
281
  };
300
282
  additionalProperties: boolean;
301
283
  };
284
+ additionalRules: {
285
+ type: string;
286
+ items: {
287
+ $ref: string;
288
+ };
289
+ };
302
290
  visibility: {
303
291
  type: string;
304
292
  enum: string[];
@@ -327,6 +315,11 @@ export declare const GithubSchemas: ({
327
315
  pattern: string;
328
316
  };
329
317
  };
318
+ overrides: {
319
+ type: string;
320
+ properties: {};
321
+ additionalProperties: boolean;
322
+ };
330
323
  };
331
324
  additionalProperties: boolean;
332
325
  required: string[];
@@ -354,6 +347,9 @@ export declare const GithubSchemas: ({
354
347
  name: {
355
348
  type: string;
356
349
  };
350
+ tfStateKey: {
351
+ $ref: string;
352
+ };
357
353
  orgName: {
358
354
  $ref: string;
359
355
  };
@@ -18,6 +18,9 @@ declare const _default: {
18
18
  name: {
19
19
  type: string;
20
20
  };
21
+ tfStateKey: {
22
+ $ref: string;
23
+ };
21
24
  orgName: {
22
25
  $ref: string;
23
26
  };
@@ -18,18 +18,11 @@ declare const _default: {
18
18
  name: {
19
19
  type: string;
20
20
  };
21
+ tfStateKey: {
22
+ $ref: string;
23
+ };
21
24
  sync: {
22
- type: string;
23
- properties: {
24
- enabled: {
25
- type: string;
26
- };
27
- period: {
28
- type: string;
29
- };
30
- };
31
- additionalProperties: boolean;
32
- required: string[];
25
+ $ref: string;
33
26
  };
34
27
  role: {
35
28
  type: string;
@@ -42,8 +42,7 @@ export declare const TerraformSchemas: {
42
42
  type: string;
43
43
  };
44
44
  tfStateKey: {
45
- type: string;
46
- pattern: string;
45
+ $ref: string;
47
46
  };
48
47
  source: {
49
48
  type: string;
@@ -42,8 +42,7 @@ declare const _default: {
42
42
  type: string;
43
43
  };
44
44
  tfStateKey: {
45
- type: string;
46
- pattern: string;
45
+ $ref: string;
47
46
  };
48
47
  source: {
49
48
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.59.3-snapshot-11",
3
+ "version": "1.59.3-snapshot-13",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",