@salesforce/plugin-deploy-retrieve 3.22.40 → 3.22.41
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/README.md +17 -17
- package/oclif.manifest.json +229 -229
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
|
|
|
214
214
|
Override the api version used for api requests made by this command
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/source.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf project convert source-behavior`
|
|
220
220
|
|
|
@@ -273,7 +273,7 @@ EXAMPLES
|
|
|
273
273
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
276
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/source-behavior.ts)_
|
|
277
277
|
|
|
278
278
|
## `sf project delete source`
|
|
279
279
|
|
|
@@ -413,7 +413,7 @@ FLAG DESCRIPTIONS
|
|
|
413
413
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
416
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/delete/source.ts)_
|
|
417
417
|
|
|
418
418
|
## `sf project delete tracking`
|
|
419
419
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sf project delete tracking --target-org my-scratch
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
453
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/delete/tracking.ts)_
|
|
454
454
|
|
|
455
455
|
## `sf project deploy cancel`
|
|
456
456
|
|
|
@@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
|
|
|
522
522
|
project deploy report".
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
525
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/cancel.ts)_
|
|
526
526
|
|
|
527
527
|
## `sf project deploy preview`
|
|
528
528
|
|
|
@@ -605,7 +605,7 @@ FLAG DESCRIPTIONS
|
|
|
605
605
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
608
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/preview.ts)_
|
|
609
609
|
|
|
610
610
|
## `sf project deploy quick`
|
|
611
611
|
|
|
@@ -689,7 +689,7 @@ FLAG DESCRIPTIONS
|
|
|
689
689
|
deploy report".
|
|
690
690
|
```
|
|
691
691
|
|
|
692
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
692
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/quick.ts)_
|
|
693
693
|
|
|
694
694
|
## `sf project deploy report`
|
|
695
695
|
|
|
@@ -781,7 +781,7 @@ FLAG DESCRIPTIONS
|
|
|
781
781
|
--coverage-formatters lcov --coverage-formatters clover
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
784
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/report.ts)_
|
|
785
785
|
|
|
786
786
|
## `sf project deploy resume`
|
|
787
787
|
|
|
@@ -866,7 +866,7 @@ FLAG DESCRIPTIONS
|
|
|
866
866
|
--coverage-formatters lcov --coverage-formatters clover
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
869
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/resume.ts)_
|
|
870
870
|
|
|
871
871
|
## `sf project deploy start`
|
|
872
872
|
|
|
@@ -1102,7 +1102,7 @@ FLAG DESCRIPTIONS
|
|
|
1102
1102
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1105
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/start.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `sf project deploy validate`
|
|
1108
1108
|
|
|
@@ -1275,7 +1275,7 @@ FLAG DESCRIPTIONS
|
|
|
1275
1275
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1276
1276
|
```
|
|
1277
1277
|
|
|
1278
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1278
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/validate.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
## `sf project generate manifest`
|
|
1281
1281
|
|
|
@@ -1371,7 +1371,7 @@ EXAMPLES
|
|
|
1371
1371
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
1372
1372
|
```
|
|
1373
1373
|
|
|
1374
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1374
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/generate/manifest.ts)_
|
|
1375
1375
|
|
|
1376
1376
|
## `sf project list ignored`
|
|
1377
1377
|
|
|
@@ -1413,7 +1413,7 @@ EXAMPLES
|
|
|
1413
1413
|
$ sf project list ignored --source-dir package.xml
|
|
1414
1414
|
```
|
|
1415
1415
|
|
|
1416
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1416
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/list/ignored.ts)_
|
|
1417
1417
|
|
|
1418
1418
|
## `sf project reset tracking`
|
|
1419
1419
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLES
|
|
|
1462
1462
|
$ sf project reset tracking --revision 30
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1465
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/reset/tracking.ts)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sf project retrieve preview`
|
|
1468
1468
|
|
|
@@ -1516,7 +1516,7 @@ FLAG DESCRIPTIONS
|
|
|
1516
1516
|
production orgs.
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1519
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/retrieve/preview.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `sf project retrieve start`
|
|
1522
1522
|
|
|
@@ -1689,6 +1689,6 @@ FLAG DESCRIPTIONS
|
|
|
1689
1689
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
1690
1690
|
```
|
|
1691
1691
|
|
|
1692
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1692
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/retrieve/start.ts)_
|
|
1693
1693
|
|
|
1694
1694
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -2247,234 +2247,6 @@
|
|
|
2247
2247
|
"validate:deploy:project"
|
|
2248
2248
|
]
|
|
2249
2249
|
},
|
|
2250
|
-
"project:generate:manifest": {
|
|
2251
|
-
"aliases": [
|
|
2252
|
-
"force:source:manifest:create"
|
|
2253
|
-
],
|
|
2254
|
-
"args": {},
|
|
2255
|
-
"deprecateAliases": true,
|
|
2256
|
-
"description": "Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain source files (--source-dir). You can specify either of these flags, not both.\n\nUse --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their respective file names, are:\n\n * package : package.xml (default)\n * pre : destructiveChangesPre.xml\n * post : destructiveChangesPost.xml\n * destroy : destructiveChanges.xml\n\nSee https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_deleting_files.htm for information about these destructive manifest files.\n\nUse --name to specify a custom name for the generated manifest if the pre-defined ones don’t suit your needs. You can specify either --type or --name, but not both.\n\nTo include multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --include-packages and --source-dir.\n\nTo build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the --metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE environment variable and set it to a size that works best for your org and environment. If you experience timeouts or inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command takes longer to run because it sends fewer requests at a time.",
|
|
2257
|
-
"examples": [
|
|
2258
|
-
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2259
|
-
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2260
|
-
"Create a manifest for deploying or retrieving all the metadata components in the specified local directory; name the file myNewManifest.xml:\n$ <%= config.bin %> <%= command.id %> --source-dir force-app --name myNewManifest",
|
|
2261
|
-
"Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --include-packages unlocked",
|
|
2262
|
-
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2263
|
-
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
2264
|
-
],
|
|
2265
|
-
"flags": {
|
|
2266
|
-
"json": {
|
|
2267
|
-
"description": "Format output as json.",
|
|
2268
|
-
"helpGroup": "GLOBAL",
|
|
2269
|
-
"name": "json",
|
|
2270
|
-
"allowNo": false,
|
|
2271
|
-
"type": "boolean"
|
|
2272
|
-
},
|
|
2273
|
-
"flags-dir": {
|
|
2274
|
-
"helpGroup": "GLOBAL",
|
|
2275
|
-
"name": "flags-dir",
|
|
2276
|
-
"summary": "Import flag values from a directory.",
|
|
2277
|
-
"hasDynamicHelp": false,
|
|
2278
|
-
"multiple": false,
|
|
2279
|
-
"type": "option"
|
|
2280
|
-
},
|
|
2281
|
-
"api-version": {
|
|
2282
|
-
"aliases": [
|
|
2283
|
-
"apiversion"
|
|
2284
|
-
],
|
|
2285
|
-
"deprecateAliases": true,
|
|
2286
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2287
|
-
"name": "api-version",
|
|
2288
|
-
"hasDynamicHelp": false,
|
|
2289
|
-
"multiple": false,
|
|
2290
|
-
"type": "option"
|
|
2291
|
-
},
|
|
2292
|
-
"loglevel": {
|
|
2293
|
-
"deprecated": {
|
|
2294
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2295
|
-
},
|
|
2296
|
-
"hidden": true,
|
|
2297
|
-
"name": "loglevel",
|
|
2298
|
-
"hasDynamicHelp": false,
|
|
2299
|
-
"multiple": false,
|
|
2300
|
-
"type": "option"
|
|
2301
|
-
},
|
|
2302
|
-
"metadata": {
|
|
2303
|
-
"char": "m",
|
|
2304
|
-
"name": "metadata",
|
|
2305
|
-
"summary": "Names of metadata components to include in the manifest.",
|
|
2306
|
-
"delimiter": ",",
|
|
2307
|
-
"hasDynamicHelp": false,
|
|
2308
|
-
"multiple": true,
|
|
2309
|
-
"type": "option"
|
|
2310
|
-
},
|
|
2311
|
-
"source-dir": {
|
|
2312
|
-
"aliases": [
|
|
2313
|
-
"sourcepath"
|
|
2314
|
-
],
|
|
2315
|
-
"char": "p",
|
|
2316
|
-
"deprecateAliases": true,
|
|
2317
|
-
"name": "source-dir",
|
|
2318
|
-
"summary": "Paths to the local source files to include in the manifest.",
|
|
2319
|
-
"delimiter": ",",
|
|
2320
|
-
"hasDynamicHelp": false,
|
|
2321
|
-
"multiple": true,
|
|
2322
|
-
"type": "option"
|
|
2323
|
-
},
|
|
2324
|
-
"name": {
|
|
2325
|
-
"aliases": [
|
|
2326
|
-
"manifestname"
|
|
2327
|
-
],
|
|
2328
|
-
"char": "n",
|
|
2329
|
-
"deprecateAliases": true,
|
|
2330
|
-
"exclusive": [
|
|
2331
|
-
"type"
|
|
2332
|
-
],
|
|
2333
|
-
"name": "name",
|
|
2334
|
-
"summary": "Name of a custom manifest file to create.",
|
|
2335
|
-
"hasDynamicHelp": false,
|
|
2336
|
-
"multiple": false,
|
|
2337
|
-
"type": "option"
|
|
2338
|
-
},
|
|
2339
|
-
"type": {
|
|
2340
|
-
"aliases": [
|
|
2341
|
-
"manifesttype"
|
|
2342
|
-
],
|
|
2343
|
-
"char": "t",
|
|
2344
|
-
"deprecateAliases": true,
|
|
2345
|
-
"exclusive": [
|
|
2346
|
-
"name"
|
|
2347
|
-
],
|
|
2348
|
-
"name": "type",
|
|
2349
|
-
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2350
|
-
"hasDynamicHelp": false,
|
|
2351
|
-
"multiple": false,
|
|
2352
|
-
"options": [
|
|
2353
|
-
"pre",
|
|
2354
|
-
"post",
|
|
2355
|
-
"destroy",
|
|
2356
|
-
"package"
|
|
2357
|
-
],
|
|
2358
|
-
"type": "option"
|
|
2359
|
-
},
|
|
2360
|
-
"include-packages": {
|
|
2361
|
-
"aliases": [
|
|
2362
|
-
"includepackages"
|
|
2363
|
-
],
|
|
2364
|
-
"char": "c",
|
|
2365
|
-
"dependsOn": [
|
|
2366
|
-
"from-org"
|
|
2367
|
-
],
|
|
2368
|
-
"deprecateAliases": true,
|
|
2369
|
-
"name": "include-packages",
|
|
2370
|
-
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
2371
|
-
"delimiter": ",",
|
|
2372
|
-
"hasDynamicHelp": false,
|
|
2373
|
-
"multiple": true,
|
|
2374
|
-
"options": [
|
|
2375
|
-
"managed",
|
|
2376
|
-
"unlocked"
|
|
2377
|
-
],
|
|
2378
|
-
"type": "option"
|
|
2379
|
-
},
|
|
2380
|
-
"excluded-metadata": {
|
|
2381
|
-
"name": "excluded-metadata",
|
|
2382
|
-
"relationships": [
|
|
2383
|
-
{
|
|
2384
|
-
"type": "some",
|
|
2385
|
-
"flags": [
|
|
2386
|
-
"from-org",
|
|
2387
|
-
"source-dir"
|
|
2388
|
-
]
|
|
2389
|
-
}
|
|
2390
|
-
],
|
|
2391
|
-
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
2392
|
-
"delimiter": ",",
|
|
2393
|
-
"hasDynamicHelp": false,
|
|
2394
|
-
"multiple": true,
|
|
2395
|
-
"type": "option"
|
|
2396
|
-
},
|
|
2397
|
-
"from-org": {
|
|
2398
|
-
"aliases": [
|
|
2399
|
-
"fromorg"
|
|
2400
|
-
],
|
|
2401
|
-
"deprecateAliases": true,
|
|
2402
|
-
"exclusive": [
|
|
2403
|
-
"source-dir"
|
|
2404
|
-
],
|
|
2405
|
-
"name": "from-org",
|
|
2406
|
-
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2407
|
-
"hasDynamicHelp": false,
|
|
2408
|
-
"multiple": false,
|
|
2409
|
-
"type": "option"
|
|
2410
|
-
},
|
|
2411
|
-
"output-dir": {
|
|
2412
|
-
"aliases": [
|
|
2413
|
-
"outputdir",
|
|
2414
|
-
"o"
|
|
2415
|
-
],
|
|
2416
|
-
"char": "d",
|
|
2417
|
-
"deprecateAliases": true,
|
|
2418
|
-
"name": "output-dir",
|
|
2419
|
-
"summary": "Directory to save the created manifest.",
|
|
2420
|
-
"hasDynamicHelp": false,
|
|
2421
|
-
"multiple": false,
|
|
2422
|
-
"type": "option"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
"hasDynamicHelp": false,
|
|
2426
|
-
"hiddenAliases": [],
|
|
2427
|
-
"id": "project:generate:manifest",
|
|
2428
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2429
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2430
|
-
"pluginType": "core",
|
|
2431
|
-
"strict": true,
|
|
2432
|
-
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2433
|
-
"enableJsonFlag": true,
|
|
2434
|
-
"requiresProject": true,
|
|
2435
|
-
"isESM": true,
|
|
2436
|
-
"relativePath": [
|
|
2437
|
-
"lib",
|
|
2438
|
-
"commands",
|
|
2439
|
-
"project",
|
|
2440
|
-
"generate",
|
|
2441
|
-
"manifest.js"
|
|
2442
|
-
],
|
|
2443
|
-
"aliasPermutations": [
|
|
2444
|
-
"force:source:manifest:create",
|
|
2445
|
-
"source:force:manifest:create",
|
|
2446
|
-
"source:manifest:force:create",
|
|
2447
|
-
"source:manifest:create:force",
|
|
2448
|
-
"force:manifest:source:create",
|
|
2449
|
-
"manifest:force:source:create",
|
|
2450
|
-
"manifest:source:force:create",
|
|
2451
|
-
"manifest:source:create:force",
|
|
2452
|
-
"force:manifest:create:source",
|
|
2453
|
-
"manifest:force:create:source",
|
|
2454
|
-
"manifest:create:force:source",
|
|
2455
|
-
"manifest:create:source:force",
|
|
2456
|
-
"force:source:create:manifest",
|
|
2457
|
-
"source:force:create:manifest",
|
|
2458
|
-
"source:create:force:manifest",
|
|
2459
|
-
"source:create:manifest:force",
|
|
2460
|
-
"force:create:source:manifest",
|
|
2461
|
-
"create:force:source:manifest",
|
|
2462
|
-
"create:source:force:manifest",
|
|
2463
|
-
"create:source:manifest:force",
|
|
2464
|
-
"force:create:manifest:source",
|
|
2465
|
-
"create:force:manifest:source",
|
|
2466
|
-
"create:manifest:force:source",
|
|
2467
|
-
"create:manifest:source:force"
|
|
2468
|
-
],
|
|
2469
|
-
"permutations": [
|
|
2470
|
-
"project:generate:manifest",
|
|
2471
|
-
"generate:project:manifest",
|
|
2472
|
-
"generate:manifest:project",
|
|
2473
|
-
"project:manifest:generate",
|
|
2474
|
-
"manifest:project:generate",
|
|
2475
|
-
"manifest:generate:project"
|
|
2476
|
-
]
|
|
2477
|
-
},
|
|
2478
2250
|
"project:list:ignored": {
|
|
2479
2251
|
"aliases": [
|
|
2480
2252
|
"force:source:ignored:list"
|
|
@@ -3049,7 +2821,235 @@
|
|
|
3049
2821
|
"start:project:retrieve",
|
|
3050
2822
|
"start:retrieve:project"
|
|
3051
2823
|
]
|
|
2824
|
+
},
|
|
2825
|
+
"project:generate:manifest": {
|
|
2826
|
+
"aliases": [
|
|
2827
|
+
"force:source:manifest:create"
|
|
2828
|
+
],
|
|
2829
|
+
"args": {},
|
|
2830
|
+
"deprecateAliases": true,
|
|
2831
|
+
"description": "Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain source files (--source-dir). You can specify either of these flags, not both.\n\nUse --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their respective file names, are:\n\n * package : package.xml (default)\n * pre : destructiveChangesPre.xml\n * post : destructiveChangesPost.xml\n * destroy : destructiveChanges.xml\n\nSee https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_deleting_files.htm for information about these destructive manifest files.\n\nUse --name to specify a custom name for the generated manifest if the pre-defined ones don’t suit your needs. You can specify either --type or --name, but not both.\n\nTo include multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --include-packages and --source-dir.\n\nTo build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the --metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE environment variable and set it to a size that works best for your org and environment. If you experience timeouts or inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command takes longer to run because it sends fewer requests at a time.",
|
|
2832
|
+
"examples": [
|
|
2833
|
+
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2834
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2835
|
+
"Create a manifest for deploying or retrieving all the metadata components in the specified local directory; name the file myNewManifest.xml:\n$ <%= config.bin %> <%= command.id %> --source-dir force-app --name myNewManifest",
|
|
2836
|
+
"Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --include-packages unlocked",
|
|
2837
|
+
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2838
|
+
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
2839
|
+
],
|
|
2840
|
+
"flags": {
|
|
2841
|
+
"json": {
|
|
2842
|
+
"description": "Format output as json.",
|
|
2843
|
+
"helpGroup": "GLOBAL",
|
|
2844
|
+
"name": "json",
|
|
2845
|
+
"allowNo": false,
|
|
2846
|
+
"type": "boolean"
|
|
2847
|
+
},
|
|
2848
|
+
"flags-dir": {
|
|
2849
|
+
"helpGroup": "GLOBAL",
|
|
2850
|
+
"name": "flags-dir",
|
|
2851
|
+
"summary": "Import flag values from a directory.",
|
|
2852
|
+
"hasDynamicHelp": false,
|
|
2853
|
+
"multiple": false,
|
|
2854
|
+
"type": "option"
|
|
2855
|
+
},
|
|
2856
|
+
"api-version": {
|
|
2857
|
+
"aliases": [
|
|
2858
|
+
"apiversion"
|
|
2859
|
+
],
|
|
2860
|
+
"deprecateAliases": true,
|
|
2861
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2862
|
+
"name": "api-version",
|
|
2863
|
+
"hasDynamicHelp": false,
|
|
2864
|
+
"multiple": false,
|
|
2865
|
+
"type": "option"
|
|
2866
|
+
},
|
|
2867
|
+
"loglevel": {
|
|
2868
|
+
"deprecated": {
|
|
2869
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2870
|
+
},
|
|
2871
|
+
"hidden": true,
|
|
2872
|
+
"name": "loglevel",
|
|
2873
|
+
"hasDynamicHelp": false,
|
|
2874
|
+
"multiple": false,
|
|
2875
|
+
"type": "option"
|
|
2876
|
+
},
|
|
2877
|
+
"metadata": {
|
|
2878
|
+
"char": "m",
|
|
2879
|
+
"name": "metadata",
|
|
2880
|
+
"summary": "Names of metadata components to include in the manifest.",
|
|
2881
|
+
"delimiter": ",",
|
|
2882
|
+
"hasDynamicHelp": false,
|
|
2883
|
+
"multiple": true,
|
|
2884
|
+
"type": "option"
|
|
2885
|
+
},
|
|
2886
|
+
"source-dir": {
|
|
2887
|
+
"aliases": [
|
|
2888
|
+
"sourcepath"
|
|
2889
|
+
],
|
|
2890
|
+
"char": "p",
|
|
2891
|
+
"deprecateAliases": true,
|
|
2892
|
+
"name": "source-dir",
|
|
2893
|
+
"summary": "Paths to the local source files to include in the manifest.",
|
|
2894
|
+
"delimiter": ",",
|
|
2895
|
+
"hasDynamicHelp": false,
|
|
2896
|
+
"multiple": true,
|
|
2897
|
+
"type": "option"
|
|
2898
|
+
},
|
|
2899
|
+
"name": {
|
|
2900
|
+
"aliases": [
|
|
2901
|
+
"manifestname"
|
|
2902
|
+
],
|
|
2903
|
+
"char": "n",
|
|
2904
|
+
"deprecateAliases": true,
|
|
2905
|
+
"exclusive": [
|
|
2906
|
+
"type"
|
|
2907
|
+
],
|
|
2908
|
+
"name": "name",
|
|
2909
|
+
"summary": "Name of a custom manifest file to create.",
|
|
2910
|
+
"hasDynamicHelp": false,
|
|
2911
|
+
"multiple": false,
|
|
2912
|
+
"type": "option"
|
|
2913
|
+
},
|
|
2914
|
+
"type": {
|
|
2915
|
+
"aliases": [
|
|
2916
|
+
"manifesttype"
|
|
2917
|
+
],
|
|
2918
|
+
"char": "t",
|
|
2919
|
+
"deprecateAliases": true,
|
|
2920
|
+
"exclusive": [
|
|
2921
|
+
"name"
|
|
2922
|
+
],
|
|
2923
|
+
"name": "type",
|
|
2924
|
+
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2925
|
+
"hasDynamicHelp": false,
|
|
2926
|
+
"multiple": false,
|
|
2927
|
+
"options": [
|
|
2928
|
+
"pre",
|
|
2929
|
+
"post",
|
|
2930
|
+
"destroy",
|
|
2931
|
+
"package"
|
|
2932
|
+
],
|
|
2933
|
+
"type": "option"
|
|
2934
|
+
},
|
|
2935
|
+
"include-packages": {
|
|
2936
|
+
"aliases": [
|
|
2937
|
+
"includepackages"
|
|
2938
|
+
],
|
|
2939
|
+
"char": "c",
|
|
2940
|
+
"dependsOn": [
|
|
2941
|
+
"from-org"
|
|
2942
|
+
],
|
|
2943
|
+
"deprecateAliases": true,
|
|
2944
|
+
"name": "include-packages",
|
|
2945
|
+
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
2946
|
+
"delimiter": ",",
|
|
2947
|
+
"hasDynamicHelp": false,
|
|
2948
|
+
"multiple": true,
|
|
2949
|
+
"options": [
|
|
2950
|
+
"managed",
|
|
2951
|
+
"unlocked"
|
|
2952
|
+
],
|
|
2953
|
+
"type": "option"
|
|
2954
|
+
},
|
|
2955
|
+
"excluded-metadata": {
|
|
2956
|
+
"name": "excluded-metadata",
|
|
2957
|
+
"relationships": [
|
|
2958
|
+
{
|
|
2959
|
+
"type": "some",
|
|
2960
|
+
"flags": [
|
|
2961
|
+
"from-org",
|
|
2962
|
+
"source-dir"
|
|
2963
|
+
]
|
|
2964
|
+
}
|
|
2965
|
+
],
|
|
2966
|
+
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
2967
|
+
"delimiter": ",",
|
|
2968
|
+
"hasDynamicHelp": false,
|
|
2969
|
+
"multiple": true,
|
|
2970
|
+
"type": "option"
|
|
2971
|
+
},
|
|
2972
|
+
"from-org": {
|
|
2973
|
+
"aliases": [
|
|
2974
|
+
"fromorg"
|
|
2975
|
+
],
|
|
2976
|
+
"deprecateAliases": true,
|
|
2977
|
+
"exclusive": [
|
|
2978
|
+
"source-dir"
|
|
2979
|
+
],
|
|
2980
|
+
"name": "from-org",
|
|
2981
|
+
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2982
|
+
"hasDynamicHelp": false,
|
|
2983
|
+
"multiple": false,
|
|
2984
|
+
"type": "option"
|
|
2985
|
+
},
|
|
2986
|
+
"output-dir": {
|
|
2987
|
+
"aliases": [
|
|
2988
|
+
"outputdir",
|
|
2989
|
+
"o"
|
|
2990
|
+
],
|
|
2991
|
+
"char": "d",
|
|
2992
|
+
"deprecateAliases": true,
|
|
2993
|
+
"name": "output-dir",
|
|
2994
|
+
"summary": "Directory to save the created manifest.",
|
|
2995
|
+
"hasDynamicHelp": false,
|
|
2996
|
+
"multiple": false,
|
|
2997
|
+
"type": "option"
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
"hasDynamicHelp": false,
|
|
3001
|
+
"hiddenAliases": [],
|
|
3002
|
+
"id": "project:generate:manifest",
|
|
3003
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
3004
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
3005
|
+
"pluginType": "core",
|
|
3006
|
+
"strict": true,
|
|
3007
|
+
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
3008
|
+
"enableJsonFlag": true,
|
|
3009
|
+
"requiresProject": true,
|
|
3010
|
+
"isESM": true,
|
|
3011
|
+
"relativePath": [
|
|
3012
|
+
"lib",
|
|
3013
|
+
"commands",
|
|
3014
|
+
"project",
|
|
3015
|
+
"generate",
|
|
3016
|
+
"manifest.js"
|
|
3017
|
+
],
|
|
3018
|
+
"aliasPermutations": [
|
|
3019
|
+
"force:source:manifest:create",
|
|
3020
|
+
"source:force:manifest:create",
|
|
3021
|
+
"source:manifest:force:create",
|
|
3022
|
+
"source:manifest:create:force",
|
|
3023
|
+
"force:manifest:source:create",
|
|
3024
|
+
"manifest:force:source:create",
|
|
3025
|
+
"manifest:source:force:create",
|
|
3026
|
+
"manifest:source:create:force",
|
|
3027
|
+
"force:manifest:create:source",
|
|
3028
|
+
"manifest:force:create:source",
|
|
3029
|
+
"manifest:create:force:source",
|
|
3030
|
+
"manifest:create:source:force",
|
|
3031
|
+
"force:source:create:manifest",
|
|
3032
|
+
"source:force:create:manifest",
|
|
3033
|
+
"source:create:force:manifest",
|
|
3034
|
+
"source:create:manifest:force",
|
|
3035
|
+
"force:create:source:manifest",
|
|
3036
|
+
"create:force:source:manifest",
|
|
3037
|
+
"create:source:force:manifest",
|
|
3038
|
+
"create:source:manifest:force",
|
|
3039
|
+
"force:create:manifest:source",
|
|
3040
|
+
"create:force:manifest:source",
|
|
3041
|
+
"create:manifest:force:source",
|
|
3042
|
+
"create:manifest:source:force"
|
|
3043
|
+
],
|
|
3044
|
+
"permutations": [
|
|
3045
|
+
"project:generate:manifest",
|
|
3046
|
+
"generate:project:manifest",
|
|
3047
|
+
"generate:manifest:project",
|
|
3048
|
+
"project:manifest:generate",
|
|
3049
|
+
"manifest:project:generate",
|
|
3050
|
+
"manifest:generate:project"
|
|
3051
|
+
]
|
|
3052
3052
|
}
|
|
3053
3053
|
},
|
|
3054
|
-
"version": "3.22.
|
|
3054
|
+
"version": "3.22.41"
|
|
3055
3055
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.22.
|
|
4
|
+
"version": "3.22.41",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@inquirer/prompts": "^7.
|
|
8
|
+
"@inquirer/prompts": "^7.8.2",
|
|
9
9
|
"@oclif/core": "^4.5.2",
|
|
10
10
|
"@oclif/multi-stage-output": "^0.8.19",
|
|
11
11
|
"@salesforce/apex-node": "^8.2.8",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exports": "./lib/index.js",
|
|
256
256
|
"type": "module",
|
|
257
257
|
"sfdx": {
|
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.
|
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.
|
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.41.crt",
|
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.41.sig"
|
|
260
260
|
}
|
|
261
261
|
}
|