You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,14 @@ Send JSON in this format:
262
262
"main": [],
263
263
"others": ["List of strings"]
264
264
},
265
+
"environments": {
266
+
"dev": "Boolean",
267
+
"int": "Boolean",
268
+
"uat": "Boolean",
269
+
"preprod": "Boolean",
270
+
"prod": "Boolean",
271
+
"postprod": "Boolean",
272
+
},
265
273
"infrastructure": {
266
274
"main": [],
267
275
"others": ["List of strings"]
@@ -417,6 +425,14 @@ Send JSON in this format:
417
425
"main": [],
418
426
"others": ["List of strings"]
419
427
},
428
+
"environments": {
429
+
"dev": "Boolean",
430
+
"int": "Boolean",
431
+
"uat": "Boolean",
432
+
"preprod": "Boolean",
433
+
"prod": "Boolean",
434
+
"postprod": "Boolean",
435
+
},
420
436
"infrastructure": {
421
437
"main": [],
422
438
"others": ["List of strings"]
@@ -475,7 +491,7 @@ Send JSON in this format:
475
491
}
476
492
}
477
493
```
478
-
Edits a project by checking if the languages, database, frameworks, cicd, infrastructure, or source control are missing from the `array_data.json` bucket. If any are missing, they are added.
494
+
Edits a project by checking if the languages, database, frameworks, cicd, environments, infrastructure, publishing or source control are missing from the `array_data.json` bucket. If any are missing, they are added.
0 commit comments