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
"description": "To specify dependencies for 2GP within the same Dev Hub, use either the package version alias or a combination of the package name and the version number.",
249
295
"items": {
250
296
"type": "object",
251
-
"required": ["package"],
297
+
"required": [
298
+
"package"
299
+
],
252
300
"properties": {
253
301
"package": {
254
302
"type": "string"
@@ -282,19 +330,36 @@
282
330
"title": "Post Install Url",
283
331
"description": "The post install url."
284
332
},
285
-
"packageDirectory.unpackagedMetadata": {
333
+
"packageDirectory.seedMetadata": {
286
334
"type": "object",
287
-
"title": "Unpackaged Metadata",
288
-
"description": "Metadata not meant to be packaged, but deployed when testing packaged metadata",
289
-
"required": ["path"],
335
+
"title": "Seed Metadata",
336
+
"description": "Metadata not meant to be packaged, but deployed before deploying packaged metadata",
337
+
"required": [
338
+
"path"
339
+
],
290
340
"properties": {
291
341
"path": {
292
342
"type": "string",
293
343
"title": "Path",
294
-
"description": "The path name of the package directory containing the unpackaged metadata"
344
+
"description": "The path name of the package directory containing the seed metadata"
295
345
}
296
346
}
297
347
},
348
+
"packageDirectory.unpackagedMetadata": {
349
+
"type": "object",
350
+
"title": "Unpackaged Metadata",
351
+
"description": "Metadata not meant to be packaged, but deployed when testing packaged metadata",
352
+
"required": [
353
+
"path"
354
+
],
355
+
"properties": {
356
+
"path": {
357
+
"type": "string",
358
+
"title": "Path",
359
+
"description": "The path name of the package directory containing the unpackaged metadata"
360
+
}
361
+
}
362
+
},
298
363
"packageDirectory.includeProfileUserLicenses": {
299
364
"type": "boolean",
300
365
"title": "Include Profile User Licenses",
@@ -399,7 +464,14 @@
399
464
"description": "Ignore this package on any provided stage",
"description": "Denotes the type of the package, accepted values are \"source\",\"data\",\"unlocked\" and \"diff\""
425
502
},
426
503
"packageDirectory.skipCoverageValidation": {
@@ -462,19 +539,19 @@
462
539
},
463
540
"packageDirectory.enableFHT": {
464
541
"type": "boolean",
465
-
"default": true,
542
+
"default": true,
466
543
"title": "Enable Field History Tracking support?",
467
544
"description": "Enable automated update of field history tracking in the target org upon deployment"
468
545
},
469
546
"packageDirectory.enableFT": {
470
547
"type": "boolean",
471
-
"default": true,
548
+
"default": true,
472
549
"title": "Enable Feed Tracking support?",
473
550
"description": "Enable automated update of feed tracking in the target org upon deployment"
474
551
},
475
552
"packageDirectory.enablePicklist": {
476
553
"type": "boolean",
477
-
"default":true,
554
+
"default":true,
478
555
"title": "Enable Picklist patching for Unlocked Packages",
479
556
"description": "Enable automated patching of picklist for unlocked packages as unlocked packages ignore changes"
480
557
},
@@ -548,29 +625,30 @@
548
625
},
549
626
"externalDependencyMap": {
550
627
"title": "Map of external package and its dependencies",
551
-
"type":"object",
628
+
"type":"object",
552
629
"description": "Use this map to define dependencies of unlocked packages built elsewhere, This information will be used by sfpowerscripts while expanding package dependencies",
0 commit comments