@salesforce/plugin-deploy-retrieve 3.24.37 → 3.24.38
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 +5 -5
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.24.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/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.24.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/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.24.
|
|
276
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/convert/source-behavior.ts)_
|
|
277
277
|
|
|
278
278
|
## `sf project delete source`
|
|
279
279
|
|
|
@@ -426,7 +426,7 @@ FLAG DESCRIPTIONS
|
|
|
426
426
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
427
427
|
```
|
|
428
428
|
|
|
429
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
429
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/delete/source.ts)_
|
|
430
430
|
|
|
431
431
|
## `sf project delete tracking`
|
|
432
432
|
|
|
@@ -463,7 +463,7 @@ EXAMPLES
|
|
|
463
463
|
$ sf project delete tracking --target-org my-scratch
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
466
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/delete/tracking.ts)_
|
|
467
467
|
|
|
468
468
|
## `sf project deploy cancel`
|
|
469
469
|
|
|
@@ -535,7 +535,7 @@ FLAG DESCRIPTIONS
|
|
|
535
535
|
project deploy report".
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
538
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/cancel.ts)_
|
|
539
539
|
|
|
540
540
|
## `sf project deploy preview`
|
|
541
541
|
|
|
@@ -618,7 +618,7 @@ FLAG DESCRIPTIONS
|
|
|
618
618
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
621
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/preview.ts)_
|
|
622
622
|
|
|
623
623
|
## `sf project deploy quick`
|
|
624
624
|
|
|
@@ -702,7 +702,7 @@ FLAG DESCRIPTIONS
|
|
|
702
702
|
deploy report".
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
705
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/quick.ts)_
|
|
706
706
|
|
|
707
707
|
## `sf project deploy report`
|
|
708
708
|
|
|
@@ -794,7 +794,7 @@ FLAG DESCRIPTIONS
|
|
|
794
794
|
--coverage-formatters lcov --coverage-formatters clover
|
|
795
795
|
```
|
|
796
796
|
|
|
797
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
797
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/report.ts)_
|
|
798
798
|
|
|
799
799
|
## `sf project deploy resume`
|
|
800
800
|
|
|
@@ -879,7 +879,7 @@ FLAG DESCRIPTIONS
|
|
|
879
879
|
--coverage-formatters lcov --coverage-formatters clover
|
|
880
880
|
```
|
|
881
881
|
|
|
882
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
882
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/resume.ts)_
|
|
883
883
|
|
|
884
884
|
## `sf project deploy start`
|
|
885
885
|
|
|
@@ -1128,7 +1128,7 @@ FLAG DESCRIPTIONS
|
|
|
1128
1128
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1129
1129
|
```
|
|
1130
1130
|
|
|
1131
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1131
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/start.ts)_
|
|
1132
1132
|
|
|
1133
1133
|
## `sf project deploy validate`
|
|
1134
1134
|
|
|
@@ -1315,7 +1315,7 @@ FLAG DESCRIPTIONS
|
|
|
1315
1315
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1316
1316
|
```
|
|
1317
1317
|
|
|
1318
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1318
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/deploy/validate.ts)_
|
|
1319
1319
|
|
|
1320
1320
|
## `sf project generate manifest`
|
|
1321
1321
|
|
|
@@ -1411,7 +1411,7 @@ EXAMPLES
|
|
|
1411
1411
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1414
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/generate/manifest.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `sf project list ignored`
|
|
1417
1417
|
|
|
@@ -1453,7 +1453,7 @@ EXAMPLES
|
|
|
1453
1453
|
$ sf project list ignored --source-dir package.xml
|
|
1454
1454
|
```
|
|
1455
1455
|
|
|
1456
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1456
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/list/ignored.ts)_
|
|
1457
1457
|
|
|
1458
1458
|
## `sf project reset tracking`
|
|
1459
1459
|
|
|
@@ -1502,7 +1502,7 @@ EXAMPLES
|
|
|
1502
1502
|
$ sf project reset tracking --revision 30
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1505
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/reset/tracking.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf project retrieve preview`
|
|
1508
1508
|
|
|
@@ -1556,7 +1556,7 @@ FLAG DESCRIPTIONS
|
|
|
1556
1556
|
production orgs.
|
|
1557
1557
|
```
|
|
1558
1558
|
|
|
1559
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1559
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/retrieve/preview.ts)_
|
|
1560
1560
|
|
|
1561
1561
|
## `sf project retrieve start`
|
|
1562
1562
|
|
|
@@ -1729,6 +1729,6 @@ FLAG DESCRIPTIONS
|
|
|
1729
1729
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
1730
1730
|
```
|
|
1731
1731
|
|
|
1732
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
1732
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.38/src/commands/project/retrieve/start.ts)_
|
|
1733
1733
|
|
|
1734
1734
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -753,6 +753,234 @@
|
|
|
753
753
|
"tracking:delete:project"
|
|
754
754
|
]
|
|
755
755
|
},
|
|
756
|
+
"project:generate:manifest": {
|
|
757
|
+
"aliases": [
|
|
758
|
+
"force:source:manifest:create"
|
|
759
|
+
],
|
|
760
|
+
"args": {},
|
|
761
|
+
"deprecateAliases": true,
|
|
762
|
+
"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.",
|
|
763
|
+
"examples": [
|
|
764
|
+
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
765
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
766
|
+
"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",
|
|
767
|
+
"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",
|
|
768
|
+
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
769
|
+
"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"
|
|
770
|
+
],
|
|
771
|
+
"flags": {
|
|
772
|
+
"json": {
|
|
773
|
+
"description": "Format output as json.",
|
|
774
|
+
"helpGroup": "GLOBAL",
|
|
775
|
+
"name": "json",
|
|
776
|
+
"allowNo": false,
|
|
777
|
+
"type": "boolean"
|
|
778
|
+
},
|
|
779
|
+
"flags-dir": {
|
|
780
|
+
"helpGroup": "GLOBAL",
|
|
781
|
+
"name": "flags-dir",
|
|
782
|
+
"summary": "Import flag values from a directory.",
|
|
783
|
+
"hasDynamicHelp": false,
|
|
784
|
+
"multiple": false,
|
|
785
|
+
"type": "option"
|
|
786
|
+
},
|
|
787
|
+
"api-version": {
|
|
788
|
+
"aliases": [
|
|
789
|
+
"apiversion"
|
|
790
|
+
],
|
|
791
|
+
"deprecateAliases": true,
|
|
792
|
+
"description": "Override the api version used for api requests made by this command",
|
|
793
|
+
"name": "api-version",
|
|
794
|
+
"hasDynamicHelp": false,
|
|
795
|
+
"multiple": false,
|
|
796
|
+
"type": "option"
|
|
797
|
+
},
|
|
798
|
+
"loglevel": {
|
|
799
|
+
"deprecated": {
|
|
800
|
+
"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."
|
|
801
|
+
},
|
|
802
|
+
"hidden": true,
|
|
803
|
+
"name": "loglevel",
|
|
804
|
+
"hasDynamicHelp": false,
|
|
805
|
+
"multiple": false,
|
|
806
|
+
"type": "option"
|
|
807
|
+
},
|
|
808
|
+
"metadata": {
|
|
809
|
+
"char": "m",
|
|
810
|
+
"name": "metadata",
|
|
811
|
+
"summary": "Names of metadata components to include in the manifest.",
|
|
812
|
+
"delimiter": ",",
|
|
813
|
+
"hasDynamicHelp": false,
|
|
814
|
+
"multiple": true,
|
|
815
|
+
"type": "option"
|
|
816
|
+
},
|
|
817
|
+
"source-dir": {
|
|
818
|
+
"aliases": [
|
|
819
|
+
"sourcepath"
|
|
820
|
+
],
|
|
821
|
+
"char": "p",
|
|
822
|
+
"deprecateAliases": true,
|
|
823
|
+
"name": "source-dir",
|
|
824
|
+
"summary": "Paths to the local source files to include in the manifest.",
|
|
825
|
+
"delimiter": ",",
|
|
826
|
+
"hasDynamicHelp": false,
|
|
827
|
+
"multiple": true,
|
|
828
|
+
"type": "option"
|
|
829
|
+
},
|
|
830
|
+
"name": {
|
|
831
|
+
"aliases": [
|
|
832
|
+
"manifestname"
|
|
833
|
+
],
|
|
834
|
+
"char": "n",
|
|
835
|
+
"deprecateAliases": true,
|
|
836
|
+
"exclusive": [
|
|
837
|
+
"type"
|
|
838
|
+
],
|
|
839
|
+
"name": "name",
|
|
840
|
+
"summary": "Name of a custom manifest file to create.",
|
|
841
|
+
"hasDynamicHelp": false,
|
|
842
|
+
"multiple": false,
|
|
843
|
+
"type": "option"
|
|
844
|
+
},
|
|
845
|
+
"type": {
|
|
846
|
+
"aliases": [
|
|
847
|
+
"manifesttype"
|
|
848
|
+
],
|
|
849
|
+
"char": "t",
|
|
850
|
+
"deprecateAliases": true,
|
|
851
|
+
"exclusive": [
|
|
852
|
+
"name"
|
|
853
|
+
],
|
|
854
|
+
"name": "type",
|
|
855
|
+
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
856
|
+
"hasDynamicHelp": false,
|
|
857
|
+
"multiple": false,
|
|
858
|
+
"options": [
|
|
859
|
+
"pre",
|
|
860
|
+
"post",
|
|
861
|
+
"destroy",
|
|
862
|
+
"package"
|
|
863
|
+
],
|
|
864
|
+
"type": "option"
|
|
865
|
+
},
|
|
866
|
+
"include-packages": {
|
|
867
|
+
"aliases": [
|
|
868
|
+
"includepackages"
|
|
869
|
+
],
|
|
870
|
+
"char": "c",
|
|
871
|
+
"dependsOn": [
|
|
872
|
+
"from-org"
|
|
873
|
+
],
|
|
874
|
+
"deprecateAliases": true,
|
|
875
|
+
"name": "include-packages",
|
|
876
|
+
"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.",
|
|
877
|
+
"delimiter": ",",
|
|
878
|
+
"hasDynamicHelp": false,
|
|
879
|
+
"multiple": true,
|
|
880
|
+
"options": [
|
|
881
|
+
"managed",
|
|
882
|
+
"unlocked"
|
|
883
|
+
],
|
|
884
|
+
"type": "option"
|
|
885
|
+
},
|
|
886
|
+
"excluded-metadata": {
|
|
887
|
+
"name": "excluded-metadata",
|
|
888
|
+
"relationships": [
|
|
889
|
+
{
|
|
890
|
+
"type": "some",
|
|
891
|
+
"flags": [
|
|
892
|
+
"from-org",
|
|
893
|
+
"source-dir"
|
|
894
|
+
]
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"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.",
|
|
898
|
+
"delimiter": ",",
|
|
899
|
+
"hasDynamicHelp": false,
|
|
900
|
+
"multiple": true,
|
|
901
|
+
"type": "option"
|
|
902
|
+
},
|
|
903
|
+
"from-org": {
|
|
904
|
+
"aliases": [
|
|
905
|
+
"fromorg"
|
|
906
|
+
],
|
|
907
|
+
"deprecateAliases": true,
|
|
908
|
+
"exclusive": [
|
|
909
|
+
"source-dir"
|
|
910
|
+
],
|
|
911
|
+
"name": "from-org",
|
|
912
|
+
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
913
|
+
"hasDynamicHelp": false,
|
|
914
|
+
"multiple": false,
|
|
915
|
+
"type": "option"
|
|
916
|
+
},
|
|
917
|
+
"output-dir": {
|
|
918
|
+
"aliases": [
|
|
919
|
+
"outputdir",
|
|
920
|
+
"o"
|
|
921
|
+
],
|
|
922
|
+
"char": "d",
|
|
923
|
+
"deprecateAliases": true,
|
|
924
|
+
"name": "output-dir",
|
|
925
|
+
"summary": "Directory to save the created manifest.",
|
|
926
|
+
"hasDynamicHelp": false,
|
|
927
|
+
"multiple": false,
|
|
928
|
+
"type": "option"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"hasDynamicHelp": false,
|
|
932
|
+
"hiddenAliases": [],
|
|
933
|
+
"id": "project:generate:manifest",
|
|
934
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
935
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
936
|
+
"pluginType": "core",
|
|
937
|
+
"strict": true,
|
|
938
|
+
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
939
|
+
"enableJsonFlag": true,
|
|
940
|
+
"requiresProject": true,
|
|
941
|
+
"isESM": true,
|
|
942
|
+
"relativePath": [
|
|
943
|
+
"lib",
|
|
944
|
+
"commands",
|
|
945
|
+
"project",
|
|
946
|
+
"generate",
|
|
947
|
+
"manifest.js"
|
|
948
|
+
],
|
|
949
|
+
"aliasPermutations": [
|
|
950
|
+
"force:source:manifest:create",
|
|
951
|
+
"source:force:manifest:create",
|
|
952
|
+
"source:manifest:force:create",
|
|
953
|
+
"source:manifest:create:force",
|
|
954
|
+
"force:manifest:source:create",
|
|
955
|
+
"manifest:force:source:create",
|
|
956
|
+
"manifest:source:force:create",
|
|
957
|
+
"manifest:source:create:force",
|
|
958
|
+
"force:manifest:create:source",
|
|
959
|
+
"manifest:force:create:source",
|
|
960
|
+
"manifest:create:force:source",
|
|
961
|
+
"manifest:create:source:force",
|
|
962
|
+
"force:source:create:manifest",
|
|
963
|
+
"source:force:create:manifest",
|
|
964
|
+
"source:create:force:manifest",
|
|
965
|
+
"source:create:manifest:force",
|
|
966
|
+
"force:create:source:manifest",
|
|
967
|
+
"create:force:source:manifest",
|
|
968
|
+
"create:source:force:manifest",
|
|
969
|
+
"create:source:manifest:force",
|
|
970
|
+
"force:create:manifest:source",
|
|
971
|
+
"create:force:manifest:source",
|
|
972
|
+
"create:manifest:force:source",
|
|
973
|
+
"create:manifest:source:force"
|
|
974
|
+
],
|
|
975
|
+
"permutations": [
|
|
976
|
+
"project:generate:manifest",
|
|
977
|
+
"generate:project:manifest",
|
|
978
|
+
"generate:manifest:project",
|
|
979
|
+
"project:manifest:generate",
|
|
980
|
+
"manifest:project:generate",
|
|
981
|
+
"manifest:generate:project"
|
|
982
|
+
]
|
|
983
|
+
},
|
|
756
984
|
"project:deploy:cancel": {
|
|
757
985
|
"aliases": [
|
|
758
986
|
"deploy:metadata:cancel"
|
|
@@ -2480,234 +2708,6 @@
|
|
|
2480
2708
|
"tracking:reset:project"
|
|
2481
2709
|
]
|
|
2482
2710
|
},
|
|
2483
|
-
"project:generate:manifest": {
|
|
2484
|
-
"aliases": [
|
|
2485
|
-
"force:source:manifest:create"
|
|
2486
|
-
],
|
|
2487
|
-
"args": {},
|
|
2488
|
-
"deprecateAliases": true,
|
|
2489
|
-
"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.",
|
|
2490
|
-
"examples": [
|
|
2491
|
-
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2492
|
-
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2493
|
-
"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",
|
|
2494
|
-
"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",
|
|
2495
|
-
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2496
|
-
"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"
|
|
2497
|
-
],
|
|
2498
|
-
"flags": {
|
|
2499
|
-
"json": {
|
|
2500
|
-
"description": "Format output as json.",
|
|
2501
|
-
"helpGroup": "GLOBAL",
|
|
2502
|
-
"name": "json",
|
|
2503
|
-
"allowNo": false,
|
|
2504
|
-
"type": "boolean"
|
|
2505
|
-
},
|
|
2506
|
-
"flags-dir": {
|
|
2507
|
-
"helpGroup": "GLOBAL",
|
|
2508
|
-
"name": "flags-dir",
|
|
2509
|
-
"summary": "Import flag values from a directory.",
|
|
2510
|
-
"hasDynamicHelp": false,
|
|
2511
|
-
"multiple": false,
|
|
2512
|
-
"type": "option"
|
|
2513
|
-
},
|
|
2514
|
-
"api-version": {
|
|
2515
|
-
"aliases": [
|
|
2516
|
-
"apiversion"
|
|
2517
|
-
],
|
|
2518
|
-
"deprecateAliases": true,
|
|
2519
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2520
|
-
"name": "api-version",
|
|
2521
|
-
"hasDynamicHelp": false,
|
|
2522
|
-
"multiple": false,
|
|
2523
|
-
"type": "option"
|
|
2524
|
-
},
|
|
2525
|
-
"loglevel": {
|
|
2526
|
-
"deprecated": {
|
|
2527
|
-
"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."
|
|
2528
|
-
},
|
|
2529
|
-
"hidden": true,
|
|
2530
|
-
"name": "loglevel",
|
|
2531
|
-
"hasDynamicHelp": false,
|
|
2532
|
-
"multiple": false,
|
|
2533
|
-
"type": "option"
|
|
2534
|
-
},
|
|
2535
|
-
"metadata": {
|
|
2536
|
-
"char": "m",
|
|
2537
|
-
"name": "metadata",
|
|
2538
|
-
"summary": "Names of metadata components to include in the manifest.",
|
|
2539
|
-
"delimiter": ",",
|
|
2540
|
-
"hasDynamicHelp": false,
|
|
2541
|
-
"multiple": true,
|
|
2542
|
-
"type": "option"
|
|
2543
|
-
},
|
|
2544
|
-
"source-dir": {
|
|
2545
|
-
"aliases": [
|
|
2546
|
-
"sourcepath"
|
|
2547
|
-
],
|
|
2548
|
-
"char": "p",
|
|
2549
|
-
"deprecateAliases": true,
|
|
2550
|
-
"name": "source-dir",
|
|
2551
|
-
"summary": "Paths to the local source files to include in the manifest.",
|
|
2552
|
-
"delimiter": ",",
|
|
2553
|
-
"hasDynamicHelp": false,
|
|
2554
|
-
"multiple": true,
|
|
2555
|
-
"type": "option"
|
|
2556
|
-
},
|
|
2557
|
-
"name": {
|
|
2558
|
-
"aliases": [
|
|
2559
|
-
"manifestname"
|
|
2560
|
-
],
|
|
2561
|
-
"char": "n",
|
|
2562
|
-
"deprecateAliases": true,
|
|
2563
|
-
"exclusive": [
|
|
2564
|
-
"type"
|
|
2565
|
-
],
|
|
2566
|
-
"name": "name",
|
|
2567
|
-
"summary": "Name of a custom manifest file to create.",
|
|
2568
|
-
"hasDynamicHelp": false,
|
|
2569
|
-
"multiple": false,
|
|
2570
|
-
"type": "option"
|
|
2571
|
-
},
|
|
2572
|
-
"type": {
|
|
2573
|
-
"aliases": [
|
|
2574
|
-
"manifesttype"
|
|
2575
|
-
],
|
|
2576
|
-
"char": "t",
|
|
2577
|
-
"deprecateAliases": true,
|
|
2578
|
-
"exclusive": [
|
|
2579
|
-
"name"
|
|
2580
|
-
],
|
|
2581
|
-
"name": "type",
|
|
2582
|
-
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2583
|
-
"hasDynamicHelp": false,
|
|
2584
|
-
"multiple": false,
|
|
2585
|
-
"options": [
|
|
2586
|
-
"pre",
|
|
2587
|
-
"post",
|
|
2588
|
-
"destroy",
|
|
2589
|
-
"package"
|
|
2590
|
-
],
|
|
2591
|
-
"type": "option"
|
|
2592
|
-
},
|
|
2593
|
-
"include-packages": {
|
|
2594
|
-
"aliases": [
|
|
2595
|
-
"includepackages"
|
|
2596
|
-
],
|
|
2597
|
-
"char": "c",
|
|
2598
|
-
"dependsOn": [
|
|
2599
|
-
"from-org"
|
|
2600
|
-
],
|
|
2601
|
-
"deprecateAliases": true,
|
|
2602
|
-
"name": "include-packages",
|
|
2603
|
-
"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.",
|
|
2604
|
-
"delimiter": ",",
|
|
2605
|
-
"hasDynamicHelp": false,
|
|
2606
|
-
"multiple": true,
|
|
2607
|
-
"options": [
|
|
2608
|
-
"managed",
|
|
2609
|
-
"unlocked"
|
|
2610
|
-
],
|
|
2611
|
-
"type": "option"
|
|
2612
|
-
},
|
|
2613
|
-
"excluded-metadata": {
|
|
2614
|
-
"name": "excluded-metadata",
|
|
2615
|
-
"relationships": [
|
|
2616
|
-
{
|
|
2617
|
-
"type": "some",
|
|
2618
|
-
"flags": [
|
|
2619
|
-
"from-org",
|
|
2620
|
-
"source-dir"
|
|
2621
|
-
]
|
|
2622
|
-
}
|
|
2623
|
-
],
|
|
2624
|
-
"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.",
|
|
2625
|
-
"delimiter": ",",
|
|
2626
|
-
"hasDynamicHelp": false,
|
|
2627
|
-
"multiple": true,
|
|
2628
|
-
"type": "option"
|
|
2629
|
-
},
|
|
2630
|
-
"from-org": {
|
|
2631
|
-
"aliases": [
|
|
2632
|
-
"fromorg"
|
|
2633
|
-
],
|
|
2634
|
-
"deprecateAliases": true,
|
|
2635
|
-
"exclusive": [
|
|
2636
|
-
"source-dir"
|
|
2637
|
-
],
|
|
2638
|
-
"name": "from-org",
|
|
2639
|
-
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2640
|
-
"hasDynamicHelp": false,
|
|
2641
|
-
"multiple": false,
|
|
2642
|
-
"type": "option"
|
|
2643
|
-
},
|
|
2644
|
-
"output-dir": {
|
|
2645
|
-
"aliases": [
|
|
2646
|
-
"outputdir",
|
|
2647
|
-
"o"
|
|
2648
|
-
],
|
|
2649
|
-
"char": "d",
|
|
2650
|
-
"deprecateAliases": true,
|
|
2651
|
-
"name": "output-dir",
|
|
2652
|
-
"summary": "Directory to save the created manifest.",
|
|
2653
|
-
"hasDynamicHelp": false,
|
|
2654
|
-
"multiple": false,
|
|
2655
|
-
"type": "option"
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
"hasDynamicHelp": false,
|
|
2659
|
-
"hiddenAliases": [],
|
|
2660
|
-
"id": "project:generate:manifest",
|
|
2661
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2662
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2663
|
-
"pluginType": "core",
|
|
2664
|
-
"strict": true,
|
|
2665
|
-
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2666
|
-
"enableJsonFlag": true,
|
|
2667
|
-
"requiresProject": true,
|
|
2668
|
-
"isESM": true,
|
|
2669
|
-
"relativePath": [
|
|
2670
|
-
"lib",
|
|
2671
|
-
"commands",
|
|
2672
|
-
"project",
|
|
2673
|
-
"generate",
|
|
2674
|
-
"manifest.js"
|
|
2675
|
-
],
|
|
2676
|
-
"aliasPermutations": [
|
|
2677
|
-
"force:source:manifest:create",
|
|
2678
|
-
"source:force:manifest:create",
|
|
2679
|
-
"source:manifest:force:create",
|
|
2680
|
-
"source:manifest:create:force",
|
|
2681
|
-
"force:manifest:source:create",
|
|
2682
|
-
"manifest:force:source:create",
|
|
2683
|
-
"manifest:source:force:create",
|
|
2684
|
-
"manifest:source:create:force",
|
|
2685
|
-
"force:manifest:create:source",
|
|
2686
|
-
"manifest:force:create:source",
|
|
2687
|
-
"manifest:create:force:source",
|
|
2688
|
-
"manifest:create:source:force",
|
|
2689
|
-
"force:source:create:manifest",
|
|
2690
|
-
"source:force:create:manifest",
|
|
2691
|
-
"source:create:force:manifest",
|
|
2692
|
-
"source:create:manifest:force",
|
|
2693
|
-
"force:create:source:manifest",
|
|
2694
|
-
"create:force:source:manifest",
|
|
2695
|
-
"create:source:force:manifest",
|
|
2696
|
-
"create:source:manifest:force",
|
|
2697
|
-
"force:create:manifest:source",
|
|
2698
|
-
"create:force:manifest:source",
|
|
2699
|
-
"create:manifest:force:source",
|
|
2700
|
-
"create:manifest:source:force"
|
|
2701
|
-
],
|
|
2702
|
-
"permutations": [
|
|
2703
|
-
"project:generate:manifest",
|
|
2704
|
-
"generate:project:manifest",
|
|
2705
|
-
"generate:manifest:project",
|
|
2706
|
-
"project:manifest:generate",
|
|
2707
|
-
"manifest:project:generate",
|
|
2708
|
-
"manifest:generate:project"
|
|
2709
|
-
]
|
|
2710
|
-
},
|
|
2711
2711
|
"project:retrieve:preview": {
|
|
2712
2712
|
"aliases": [
|
|
2713
2713
|
"retrieve:metadata:preview"
|
|
@@ -3054,5 +3054,5 @@
|
|
|
3054
3054
|
]
|
|
3055
3055
|
}
|
|
3056
3056
|
},
|
|
3057
|
-
"version": "3.24.
|
|
3057
|
+
"version": "3.24.38"
|
|
3058
3058
|
}
|
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.24.
|
|
4
|
+
"version": "3.24.38",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@oclif/core": "^4.10.5",
|
|
12
12
|
"@oclif/multi-stage-output": "^0.8.34",
|
|
13
13
|
"@salesforce/apex-node": "^8.4.22",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.29.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
16
|
"@salesforce/plugin-info": "^3.4.123",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
32
32
|
"cross-env": "^7.0.3",
|
|
33
33
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
|
34
|
-
"oclif": "^4.
|
|
34
|
+
"oclif": "^4.23.0",
|
|
35
35
|
"ts-node": "^10.9.2",
|
|
36
36
|
"typescript": "^5.8.3"
|
|
37
37
|
},
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"exports": "./lib/index.js",
|
|
259
259
|
"type": "module",
|
|
260
260
|
"sfdx": {
|
|
261
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.
|
|
262
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.
|
|
261
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.38.crt",
|
|
262
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.38.sig"
|
|
263
263
|
}
|
|
264
264
|
}
|