@salesforce/plugin-deploy-retrieve 3.2.2 → 3.2.4
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.lock +16 -16
- package/oclif.manifest.json +200 -200
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ FLAG DESCRIPTIONS
|
|
|
139
139
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
142
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/convert/mdapi.ts)_
|
|
143
143
|
|
|
144
144
|
## `sf project convert source`
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ USAGE
|
|
|
151
151
|
<value> | -m <value>]
|
|
152
152
|
|
|
153
153
|
FLAGS
|
|
154
|
-
-d, --output-dir=<value> [default:
|
|
154
|
+
-d, --output-dir=<value> [default: metadataPackage_1705805249874] Output directory to store the Metadata
|
|
155
155
|
API–formatted files in.
|
|
156
156
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
157
157
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Override the api version used for api requests made by this command
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
214
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/convert/source.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf project delete source`
|
|
217
217
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
353
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/delete/source.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf project delete tracking`
|
|
356
356
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -540,7 +540,7 @@ FLAG DESCRIPTIONS
|
|
|
540
540
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
543
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/preview.ts)_
|
|
544
544
|
|
|
545
545
|
## `sf project deploy quick`
|
|
546
546
|
|
|
@@ -624,7 +624,7 @@ FLAG DESCRIPTIONS
|
|
|
624
624
|
deploy report".
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
627
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/quick.ts)_
|
|
628
628
|
|
|
629
629
|
## `sf project deploy report`
|
|
630
630
|
|
|
@@ -719,7 +719,7 @@ FLAG DESCRIPTIONS
|
|
|
719
719
|
--coverage-formatters lcov --coverage-formatters clover
|
|
720
720
|
```
|
|
721
721
|
|
|
722
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
722
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/report.ts)_
|
|
723
723
|
|
|
724
724
|
## `sf project deploy resume`
|
|
725
725
|
|
|
@@ -803,7 +803,7 @@ FLAG DESCRIPTIONS
|
|
|
803
803
|
--coverage-formatters lcov --coverage-formatters clover
|
|
804
804
|
```
|
|
805
805
|
|
|
806
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
806
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/resume.ts)_
|
|
807
807
|
|
|
808
808
|
## `sf project deploy start`
|
|
809
809
|
|
|
@@ -1015,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1015
1015
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1016
1016
|
```
|
|
1017
1017
|
|
|
1018
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1018
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/start.ts)_
|
|
1019
1019
|
|
|
1020
1020
|
## `sf project deploy validate`
|
|
1021
1021
|
|
|
@@ -1177,7 +1177,7 @@ FLAG DESCRIPTIONS
|
|
|
1177
1177
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1180
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/validate.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `sf project generate manifest`
|
|
1183
1183
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1255
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/generate/manifest.ts)_
|
|
1256
1256
|
|
|
1257
1257
|
## `sf project list ignored`
|
|
1258
1258
|
|
|
@@ -1293,7 +1293,7 @@ EXAMPLES
|
|
|
1293
1293
|
$ sf project list ignored --source-dir package.xml
|
|
1294
1294
|
```
|
|
1295
1295
|
|
|
1296
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1296
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/list/ignored.ts)_
|
|
1297
1297
|
|
|
1298
1298
|
## `sf project reset tracking`
|
|
1299
1299
|
|
|
@@ -1341,7 +1341,7 @@ EXAMPLES
|
|
|
1341
1341
|
$ sf project reset tracking --revision 30
|
|
1342
1342
|
```
|
|
1343
1343
|
|
|
1344
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1344
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/reset/tracking.ts)_
|
|
1345
1345
|
|
|
1346
1346
|
## `sf project retrieve preview`
|
|
1347
1347
|
|
|
@@ -1397,7 +1397,7 @@ FLAG DESCRIPTIONS
|
|
|
1397
1397
|
Overrides your default org.
|
|
1398
1398
|
```
|
|
1399
1399
|
|
|
1400
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1400
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/retrieve/preview.ts)_
|
|
1401
1401
|
|
|
1402
1402
|
## `sf project retrieve start`
|
|
1403
1403
|
|
|
@@ -1543,6 +1543,6 @@ FLAG DESCRIPTIONS
|
|
|
1543
1543
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1546
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/retrieve/start.ts)_
|
|
1547
1547
|
|
|
1548
1548
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1425,7 +1425,7 @@
|
|
|
1425
1425
|
read-package-json-fast "^3.0.0"
|
|
1426
1426
|
which "^3.0.0"
|
|
1427
1427
|
|
|
1428
|
-
"@oclif/core@^3.
|
|
1428
|
+
"@oclif/core@^3.11.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
1429
1429
|
version "3.18.1"
|
|
1430
1430
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
1431
1431
|
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
@@ -1651,7 +1651,7 @@
|
|
|
1651
1651
|
strip-ansi "6.0.1"
|
|
1652
1652
|
ts-retry-promise "^0.8.0"
|
|
1653
1653
|
|
|
1654
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.
|
|
1654
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
|
|
1655
1655
|
version "6.4.7"
|
|
1656
1656
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
1657
1657
|
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
@@ -1774,20 +1774,20 @@
|
|
|
1774
1774
|
chalk "^4"
|
|
1775
1775
|
inquirer "^8.2.5"
|
|
1776
1776
|
|
|
1777
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1778
|
-
version "7.1.
|
|
1779
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
1780
|
-
integrity sha512-
|
|
1777
|
+
"@salesforce/sf-plugins-core@^7.1.3":
|
|
1778
|
+
version "7.1.3"
|
|
1779
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.3.tgz#2d1a15da9e5ebbee435f8699f13cc9aa787df1ca"
|
|
1780
|
+
integrity sha512-HaXEjtose1SOgxXsRYl3HA0f6OYIJTUqS1fGdIKgLZQR8tC3a/BnfDUuJRTjesp+GJZEjc6bUxzd92sn51AuGA==
|
|
1781
1781
|
dependencies:
|
|
1782
1782
|
"@inquirer/confirm" "^2.0.15"
|
|
1783
1783
|
"@inquirer/password" "^1.1.14"
|
|
1784
|
-
"@oclif/core" "^3.
|
|
1785
|
-
"@salesforce/core" "^6.4.
|
|
1784
|
+
"@oclif/core" "^3.18.1"
|
|
1785
|
+
"@salesforce/core" "^6.4.7"
|
|
1786
1786
|
"@salesforce/kit" "^3.0.15"
|
|
1787
1787
|
"@salesforce/ts-types" "^2.0.9"
|
|
1788
1788
|
chalk "^5.3.0"
|
|
1789
1789
|
|
|
1790
|
-
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.
|
|
1790
|
+
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.10", "@salesforce/source-deploy-retrieve@^10.2.11":
|
|
1791
1791
|
version "10.2.11"
|
|
1792
1792
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.11.tgz#b3eaa75a1342d9dfbc8d84ff05d1a8ebf48b5241"
|
|
1793
1793
|
integrity sha512-XUoSn4I4Ki9m6rX/DaGpfM4PBu2TP/WSDszhlwvfktSO4XjLCqdI2B5KrGk/BQZ5KoxDQIhDp2G7rwgoyypJxw==
|
|
@@ -1822,15 +1822,15 @@
|
|
|
1822
1822
|
shelljs "^0.8.4"
|
|
1823
1823
|
sinon "^10.0.0"
|
|
1824
1824
|
|
|
1825
|
-
"@salesforce/source-tracking@^5.0.0", "@salesforce/source-tracking@^5.1.
|
|
1826
|
-
version "5.1.
|
|
1827
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
1828
|
-
integrity sha512-
|
|
1825
|
+
"@salesforce/source-tracking@^5.0.0", "@salesforce/source-tracking@^5.1.5":
|
|
1826
|
+
version "5.1.5"
|
|
1827
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.5.tgz#a8ff65d738ed12ce585540d3efe4a8a4a65afafc"
|
|
1828
|
+
integrity sha512-4uQGz6Vg213CLDCGVI8VIxsFVguShEMDV535YHV3YPK/Q3ls4z4eOBk8vOrFpItlHuKpfYYmAKKy16AFJMgk2w==
|
|
1829
1829
|
dependencies:
|
|
1830
|
-
"@oclif/core" "^3.
|
|
1831
|
-
"@salesforce/core" "^6.4.
|
|
1830
|
+
"@oclif/core" "^3.18.1"
|
|
1831
|
+
"@salesforce/core" "^6.4.7"
|
|
1832
1832
|
"@salesforce/kit" "^3.0.15"
|
|
1833
|
-
"@salesforce/source-deploy-retrieve" "^10.2.
|
|
1833
|
+
"@salesforce/source-deploy-retrieve" "^10.2.11"
|
|
1834
1834
|
"@salesforce/ts-types" "^2.0.9"
|
|
1835
1835
|
fast-xml-parser "^4.2.5"
|
|
1836
1836
|
graceful-fs "^4.2.11"
|
package/oclif.manifest.json
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"deprecateAliases": true,
|
|
203
203
|
"name": "output-dir",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1705813278162",
|
|
206
206
|
"hasDynamicHelp": false,
|
|
207
207
|
"multiple": false,
|
|
208
208
|
"type": "option"
|
|
@@ -630,204 +630,6 @@
|
|
|
630
630
|
"tracking:delete:project"
|
|
631
631
|
]
|
|
632
632
|
},
|
|
633
|
-
"project:generate:manifest": {
|
|
634
|
-
"aliases": [
|
|
635
|
-
"force:source:manifest:create"
|
|
636
|
-
],
|
|
637
|
-
"args": {},
|
|
638
|
-
"deprecateAliases": true,
|
|
639
|
-
"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 parameters, 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 parameter, 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.",
|
|
640
|
-
"examples": [
|
|
641
|
-
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
642
|
-
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
643
|
-
"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",
|
|
644
|
-
"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"
|
|
645
|
-
],
|
|
646
|
-
"flags": {
|
|
647
|
-
"json": {
|
|
648
|
-
"description": "Format output as json.",
|
|
649
|
-
"helpGroup": "GLOBAL",
|
|
650
|
-
"name": "json",
|
|
651
|
-
"allowNo": false,
|
|
652
|
-
"type": "boolean"
|
|
653
|
-
},
|
|
654
|
-
"api-version": {
|
|
655
|
-
"aliases": [
|
|
656
|
-
"apiversion"
|
|
657
|
-
],
|
|
658
|
-
"deprecateAliases": true,
|
|
659
|
-
"description": "Override the api version used for api requests made by this command",
|
|
660
|
-
"name": "api-version",
|
|
661
|
-
"hasDynamicHelp": false,
|
|
662
|
-
"multiple": false,
|
|
663
|
-
"type": "option"
|
|
664
|
-
},
|
|
665
|
-
"loglevel": {
|
|
666
|
-
"deprecated": {
|
|
667
|
-
"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."
|
|
668
|
-
},
|
|
669
|
-
"hidden": true,
|
|
670
|
-
"name": "loglevel",
|
|
671
|
-
"hasDynamicHelp": false,
|
|
672
|
-
"multiple": false,
|
|
673
|
-
"type": "option"
|
|
674
|
-
},
|
|
675
|
-
"metadata": {
|
|
676
|
-
"char": "m",
|
|
677
|
-
"name": "metadata",
|
|
678
|
-
"summary": "Names of metadata components to include in the manifest.",
|
|
679
|
-
"delimiter": ",",
|
|
680
|
-
"hasDynamicHelp": false,
|
|
681
|
-
"multiple": true,
|
|
682
|
-
"type": "option"
|
|
683
|
-
},
|
|
684
|
-
"source-dir": {
|
|
685
|
-
"aliases": [
|
|
686
|
-
"sourcepath"
|
|
687
|
-
],
|
|
688
|
-
"char": "p",
|
|
689
|
-
"deprecateAliases": true,
|
|
690
|
-
"name": "source-dir",
|
|
691
|
-
"summary": "Paths to the local source files to include in the manifest.",
|
|
692
|
-
"delimiter": ",",
|
|
693
|
-
"hasDynamicHelp": false,
|
|
694
|
-
"multiple": true,
|
|
695
|
-
"type": "option"
|
|
696
|
-
},
|
|
697
|
-
"name": {
|
|
698
|
-
"aliases": [
|
|
699
|
-
"manifestname"
|
|
700
|
-
],
|
|
701
|
-
"char": "n",
|
|
702
|
-
"deprecateAliases": true,
|
|
703
|
-
"exclusive": [
|
|
704
|
-
"type"
|
|
705
|
-
],
|
|
706
|
-
"name": "name",
|
|
707
|
-
"summary": "Name of a custom manifest file to create.",
|
|
708
|
-
"hasDynamicHelp": false,
|
|
709
|
-
"multiple": false,
|
|
710
|
-
"type": "option"
|
|
711
|
-
},
|
|
712
|
-
"type": {
|
|
713
|
-
"aliases": [
|
|
714
|
-
"manifesttype"
|
|
715
|
-
],
|
|
716
|
-
"char": "t",
|
|
717
|
-
"deprecateAliases": true,
|
|
718
|
-
"exclusive": [
|
|
719
|
-
"name"
|
|
720
|
-
],
|
|
721
|
-
"name": "type",
|
|
722
|
-
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
723
|
-
"hasDynamicHelp": false,
|
|
724
|
-
"multiple": false,
|
|
725
|
-
"options": [
|
|
726
|
-
"pre",
|
|
727
|
-
"post",
|
|
728
|
-
"destroy",
|
|
729
|
-
"package"
|
|
730
|
-
],
|
|
731
|
-
"type": "option"
|
|
732
|
-
},
|
|
733
|
-
"include-packages": {
|
|
734
|
-
"aliases": [
|
|
735
|
-
"includepackages"
|
|
736
|
-
],
|
|
737
|
-
"char": "c",
|
|
738
|
-
"dependsOn": [
|
|
739
|
-
"from-org"
|
|
740
|
-
],
|
|
741
|
-
"deprecateAliases": true,
|
|
742
|
-
"name": "include-packages",
|
|
743
|
-
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in packages is ignored.",
|
|
744
|
-
"delimiter": ",",
|
|
745
|
-
"hasDynamicHelp": false,
|
|
746
|
-
"multiple": true,
|
|
747
|
-
"options": [
|
|
748
|
-
"managed",
|
|
749
|
-
"unlocked"
|
|
750
|
-
],
|
|
751
|
-
"type": "option"
|
|
752
|
-
},
|
|
753
|
-
"from-org": {
|
|
754
|
-
"aliases": [
|
|
755
|
-
"fromorg"
|
|
756
|
-
],
|
|
757
|
-
"deprecateAliases": true,
|
|
758
|
-
"name": "from-org",
|
|
759
|
-
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
760
|
-
"hasDynamicHelp": false,
|
|
761
|
-
"multiple": false,
|
|
762
|
-
"type": "option"
|
|
763
|
-
},
|
|
764
|
-
"output-dir": {
|
|
765
|
-
"aliases": [
|
|
766
|
-
"outputdir",
|
|
767
|
-
"o"
|
|
768
|
-
],
|
|
769
|
-
"char": "d",
|
|
770
|
-
"deprecateAliases": true,
|
|
771
|
-
"name": "output-dir",
|
|
772
|
-
"summary": "Directory to save the created manifest.",
|
|
773
|
-
"hasDynamicHelp": false,
|
|
774
|
-
"multiple": false,
|
|
775
|
-
"type": "option"
|
|
776
|
-
}
|
|
777
|
-
},
|
|
778
|
-
"hasDynamicHelp": false,
|
|
779
|
-
"hiddenAliases": [],
|
|
780
|
-
"id": "project:generate:manifest",
|
|
781
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
782
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
783
|
-
"pluginType": "core",
|
|
784
|
-
"strict": true,
|
|
785
|
-
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
786
|
-
"enableJsonFlag": true,
|
|
787
|
-
"requiresProject": true,
|
|
788
|
-
"isESM": true,
|
|
789
|
-
"relativePath": [
|
|
790
|
-
"lib",
|
|
791
|
-
"commands",
|
|
792
|
-
"project",
|
|
793
|
-
"generate",
|
|
794
|
-
"manifest.js"
|
|
795
|
-
],
|
|
796
|
-
"aliasPermutations": [
|
|
797
|
-
"force:source:manifest:create",
|
|
798
|
-
"source:force:manifest:create",
|
|
799
|
-
"source:manifest:force:create",
|
|
800
|
-
"source:manifest:create:force",
|
|
801
|
-
"force:manifest:source:create",
|
|
802
|
-
"manifest:force:source:create",
|
|
803
|
-
"manifest:source:force:create",
|
|
804
|
-
"manifest:source:create:force",
|
|
805
|
-
"force:manifest:create:source",
|
|
806
|
-
"manifest:force:create:source",
|
|
807
|
-
"manifest:create:force:source",
|
|
808
|
-
"manifest:create:source:force",
|
|
809
|
-
"force:source:create:manifest",
|
|
810
|
-
"source:force:create:manifest",
|
|
811
|
-
"source:create:force:manifest",
|
|
812
|
-
"source:create:manifest:force",
|
|
813
|
-
"force:create:source:manifest",
|
|
814
|
-
"create:force:source:manifest",
|
|
815
|
-
"create:source:force:manifest",
|
|
816
|
-
"create:source:manifest:force",
|
|
817
|
-
"force:create:manifest:source",
|
|
818
|
-
"create:force:manifest:source",
|
|
819
|
-
"create:manifest:force:source",
|
|
820
|
-
"create:manifest:source:force"
|
|
821
|
-
],
|
|
822
|
-
"permutations": [
|
|
823
|
-
"project:generate:manifest",
|
|
824
|
-
"generate:project:manifest",
|
|
825
|
-
"generate:manifest:project",
|
|
826
|
-
"project:manifest:generate",
|
|
827
|
-
"manifest:project:generate",
|
|
828
|
-
"manifest:generate:project"
|
|
829
|
-
]
|
|
830
|
-
},
|
|
831
633
|
"project:deploy:cancel": {
|
|
832
634
|
"aliases": [
|
|
833
635
|
"deploy:metadata:cancel"
|
|
@@ -2270,6 +2072,204 @@
|
|
|
2270
2072
|
"validate:deploy:project"
|
|
2271
2073
|
]
|
|
2272
2074
|
},
|
|
2075
|
+
"project:generate:manifest": {
|
|
2076
|
+
"aliases": [
|
|
2077
|
+
"force:source:manifest:create"
|
|
2078
|
+
],
|
|
2079
|
+
"args": {},
|
|
2080
|
+
"deprecateAliases": true,
|
|
2081
|
+
"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 parameters, 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 parameter, 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.",
|
|
2082
|
+
"examples": [
|
|
2083
|
+
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2084
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2085
|
+
"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",
|
|
2086
|
+
"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"
|
|
2087
|
+
],
|
|
2088
|
+
"flags": {
|
|
2089
|
+
"json": {
|
|
2090
|
+
"description": "Format output as json.",
|
|
2091
|
+
"helpGroup": "GLOBAL",
|
|
2092
|
+
"name": "json",
|
|
2093
|
+
"allowNo": false,
|
|
2094
|
+
"type": "boolean"
|
|
2095
|
+
},
|
|
2096
|
+
"api-version": {
|
|
2097
|
+
"aliases": [
|
|
2098
|
+
"apiversion"
|
|
2099
|
+
],
|
|
2100
|
+
"deprecateAliases": true,
|
|
2101
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2102
|
+
"name": "api-version",
|
|
2103
|
+
"hasDynamicHelp": false,
|
|
2104
|
+
"multiple": false,
|
|
2105
|
+
"type": "option"
|
|
2106
|
+
},
|
|
2107
|
+
"loglevel": {
|
|
2108
|
+
"deprecated": {
|
|
2109
|
+
"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."
|
|
2110
|
+
},
|
|
2111
|
+
"hidden": true,
|
|
2112
|
+
"name": "loglevel",
|
|
2113
|
+
"hasDynamicHelp": false,
|
|
2114
|
+
"multiple": false,
|
|
2115
|
+
"type": "option"
|
|
2116
|
+
},
|
|
2117
|
+
"metadata": {
|
|
2118
|
+
"char": "m",
|
|
2119
|
+
"name": "metadata",
|
|
2120
|
+
"summary": "Names of metadata components to include in the manifest.",
|
|
2121
|
+
"delimiter": ",",
|
|
2122
|
+
"hasDynamicHelp": false,
|
|
2123
|
+
"multiple": true,
|
|
2124
|
+
"type": "option"
|
|
2125
|
+
},
|
|
2126
|
+
"source-dir": {
|
|
2127
|
+
"aliases": [
|
|
2128
|
+
"sourcepath"
|
|
2129
|
+
],
|
|
2130
|
+
"char": "p",
|
|
2131
|
+
"deprecateAliases": true,
|
|
2132
|
+
"name": "source-dir",
|
|
2133
|
+
"summary": "Paths to the local source files to include in the manifest.",
|
|
2134
|
+
"delimiter": ",",
|
|
2135
|
+
"hasDynamicHelp": false,
|
|
2136
|
+
"multiple": true,
|
|
2137
|
+
"type": "option"
|
|
2138
|
+
},
|
|
2139
|
+
"name": {
|
|
2140
|
+
"aliases": [
|
|
2141
|
+
"manifestname"
|
|
2142
|
+
],
|
|
2143
|
+
"char": "n",
|
|
2144
|
+
"deprecateAliases": true,
|
|
2145
|
+
"exclusive": [
|
|
2146
|
+
"type"
|
|
2147
|
+
],
|
|
2148
|
+
"name": "name",
|
|
2149
|
+
"summary": "Name of a custom manifest file to create.",
|
|
2150
|
+
"hasDynamicHelp": false,
|
|
2151
|
+
"multiple": false,
|
|
2152
|
+
"type": "option"
|
|
2153
|
+
},
|
|
2154
|
+
"type": {
|
|
2155
|
+
"aliases": [
|
|
2156
|
+
"manifesttype"
|
|
2157
|
+
],
|
|
2158
|
+
"char": "t",
|
|
2159
|
+
"deprecateAliases": true,
|
|
2160
|
+
"exclusive": [
|
|
2161
|
+
"name"
|
|
2162
|
+
],
|
|
2163
|
+
"name": "type",
|
|
2164
|
+
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2165
|
+
"hasDynamicHelp": false,
|
|
2166
|
+
"multiple": false,
|
|
2167
|
+
"options": [
|
|
2168
|
+
"pre",
|
|
2169
|
+
"post",
|
|
2170
|
+
"destroy",
|
|
2171
|
+
"package"
|
|
2172
|
+
],
|
|
2173
|
+
"type": "option"
|
|
2174
|
+
},
|
|
2175
|
+
"include-packages": {
|
|
2176
|
+
"aliases": [
|
|
2177
|
+
"includepackages"
|
|
2178
|
+
],
|
|
2179
|
+
"char": "c",
|
|
2180
|
+
"dependsOn": [
|
|
2181
|
+
"from-org"
|
|
2182
|
+
],
|
|
2183
|
+
"deprecateAliases": true,
|
|
2184
|
+
"name": "include-packages",
|
|
2185
|
+
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in packages is ignored.",
|
|
2186
|
+
"delimiter": ",",
|
|
2187
|
+
"hasDynamicHelp": false,
|
|
2188
|
+
"multiple": true,
|
|
2189
|
+
"options": [
|
|
2190
|
+
"managed",
|
|
2191
|
+
"unlocked"
|
|
2192
|
+
],
|
|
2193
|
+
"type": "option"
|
|
2194
|
+
},
|
|
2195
|
+
"from-org": {
|
|
2196
|
+
"aliases": [
|
|
2197
|
+
"fromorg"
|
|
2198
|
+
],
|
|
2199
|
+
"deprecateAliases": true,
|
|
2200
|
+
"name": "from-org",
|
|
2201
|
+
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2202
|
+
"hasDynamicHelp": false,
|
|
2203
|
+
"multiple": false,
|
|
2204
|
+
"type": "option"
|
|
2205
|
+
},
|
|
2206
|
+
"output-dir": {
|
|
2207
|
+
"aliases": [
|
|
2208
|
+
"outputdir",
|
|
2209
|
+
"o"
|
|
2210
|
+
],
|
|
2211
|
+
"char": "d",
|
|
2212
|
+
"deprecateAliases": true,
|
|
2213
|
+
"name": "output-dir",
|
|
2214
|
+
"summary": "Directory to save the created manifest.",
|
|
2215
|
+
"hasDynamicHelp": false,
|
|
2216
|
+
"multiple": false,
|
|
2217
|
+
"type": "option"
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"hasDynamicHelp": false,
|
|
2221
|
+
"hiddenAliases": [],
|
|
2222
|
+
"id": "project:generate:manifest",
|
|
2223
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2224
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2225
|
+
"pluginType": "core",
|
|
2226
|
+
"strict": true,
|
|
2227
|
+
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2228
|
+
"enableJsonFlag": true,
|
|
2229
|
+
"requiresProject": true,
|
|
2230
|
+
"isESM": true,
|
|
2231
|
+
"relativePath": [
|
|
2232
|
+
"lib",
|
|
2233
|
+
"commands",
|
|
2234
|
+
"project",
|
|
2235
|
+
"generate",
|
|
2236
|
+
"manifest.js"
|
|
2237
|
+
],
|
|
2238
|
+
"aliasPermutations": [
|
|
2239
|
+
"force:source:manifest:create",
|
|
2240
|
+
"source:force:manifest:create",
|
|
2241
|
+
"source:manifest:force:create",
|
|
2242
|
+
"source:manifest:create:force",
|
|
2243
|
+
"force:manifest:source:create",
|
|
2244
|
+
"manifest:force:source:create",
|
|
2245
|
+
"manifest:source:force:create",
|
|
2246
|
+
"manifest:source:create:force",
|
|
2247
|
+
"force:manifest:create:source",
|
|
2248
|
+
"manifest:force:create:source",
|
|
2249
|
+
"manifest:create:force:source",
|
|
2250
|
+
"manifest:create:source:force",
|
|
2251
|
+
"force:source:create:manifest",
|
|
2252
|
+
"source:force:create:manifest",
|
|
2253
|
+
"source:create:force:manifest",
|
|
2254
|
+
"source:create:manifest:force",
|
|
2255
|
+
"force:create:source:manifest",
|
|
2256
|
+
"create:force:source:manifest",
|
|
2257
|
+
"create:source:force:manifest",
|
|
2258
|
+
"create:source:manifest:force",
|
|
2259
|
+
"force:create:manifest:source",
|
|
2260
|
+
"create:force:manifest:source",
|
|
2261
|
+
"create:manifest:force:source",
|
|
2262
|
+
"create:manifest:source:force"
|
|
2263
|
+
],
|
|
2264
|
+
"permutations": [
|
|
2265
|
+
"project:generate:manifest",
|
|
2266
|
+
"generate:project:manifest",
|
|
2267
|
+
"generate:manifest:project",
|
|
2268
|
+
"project:manifest:generate",
|
|
2269
|
+
"manifest:project:generate",
|
|
2270
|
+
"manifest:generate:project"
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
2273
|
"project:list:ignored": {
|
|
2274
2274
|
"aliases": [
|
|
2275
2275
|
"force:source:ignored:list"
|
|
@@ -2815,5 +2815,5 @@
|
|
|
2815
2815
|
]
|
|
2816
2816
|
}
|
|
2817
2817
|
},
|
|
2818
|
-
"version": "3.2.
|
|
2818
|
+
"version": "3.2.4"
|
|
2819
2819
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^7.1.3",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^10.2.11",
|
|
14
|
-
"@salesforce/source-tracking": "^5.1.
|
|
14
|
+
"@salesforce/source-tracking": "^5.1.5",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0"
|
|
17
17
|
},
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"exports": "./lib/index.js",
|
|
250
250
|
"type": "module",
|
|
251
251
|
"sfdx": {
|
|
252
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
252
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.4.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.4.sig"
|
|
254
254
|
}
|
|
255
255
|
}
|