@salesforce/plugin-deploy-retrieve 3.24.58 → 3.24.59

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.
Files changed (3) hide show
  1. package/README.md +17 -17
  2. package/oclif.manifest.json +366 -366
  3. package/package.json +6 -6
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.58/src/commands/project/convert/mdapi.ts)_
144
+ _See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/convert/source.ts)_
217
+ _See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/convert/source-behavior.ts)_
276
+ _See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/delete/source.ts)_
429
+ _See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/delete/tracking.ts)_
466
+ _See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/cancel.ts)_
538
+ _See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/preview.ts)_
621
+ _See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/quick.ts)_
705
+ _See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/report.ts)_
797
+ _See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/resume.ts)_
882
+ _See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/start.ts)_
1131
+ _See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/deploy/validate.ts)_
1318
+ _See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/generate/manifest.ts)_
1414
+ _See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/list/ignored.ts)_
1456
+ _See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/reset/tracking.ts)_
1505
+ _See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/retrieve/preview.ts)_
1559
+ _See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/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.58/src/commands/project/retrieve/start.ts)_
1732
+ _See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/retrieve/start.ts)_
1733
1733
 
1734
1734
  <!-- commandsstop -->
@@ -753,234 +753,6 @@
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
- },
984
756
  "project:deploy:cancel": {
985
757
  "aliases": [
986
758
  "deploy:metadata:cancel"
@@ -2478,17 +2250,20 @@
2478
2250
  "validate:deploy:project"
2479
2251
  ]
2480
2252
  },
2481
- "project:list:ignored": {
2253
+ "project:generate:manifest": {
2482
2254
  "aliases": [
2483
- "force:source:ignored:list"
2255
+ "force:source:manifest:create"
2484
2256
  ],
2485
2257
  "args": {},
2486
2258
  "deprecateAliases": true,
2487
- "description": "When deploying or retrieving metadata between your local project and an org, you can specify the source files you want to exclude with a .forceignore file. The .forceignore file structure mimics the .gitignore structure. Each line in .forceignore specifies a pattern that corresponds to one or more files. The files typically represent metadata components, but can be any files you want to exclude, such as LWC configuration JSON files or tests.",
2259
+ "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.",
2488
2260
  "examples": [
2489
- "List all the files in all package directories that are ignored:\n<%= config.bin %> <%= command.id %>",
2490
- "List all the files in a specific directory that are ignored:\n<%= config.bin %> <%= command.id %> --source-dir force-app",
2491
- "Check if a particular file is ignored:\n<%= config.bin %> <%= command.id %> --source-dir package.xml"
2261
+ "Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
2262
+ "Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
2263
+ "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",
2264
+ "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",
2265
+ "Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
2266
+ "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"
2492
2267
  ],
2493
2268
  "flags": {
2494
2269
  "json": {
@@ -2506,27 +2281,158 @@
2506
2281
  "multiple": false,
2507
2282
  "type": "option"
2508
2283
  },
2509
- "source-dir": {
2284
+ "api-version": {
2510
2285
  "aliases": [
2511
- "sourcepath"
2286
+ "apiversion"
2512
2287
  ],
2513
- "char": "p",
2514
2288
  "deprecateAliases": true,
2515
- "name": "source-dir",
2516
- "summary": "File or directory of files that the command checks for foreceignored files.",
2289
+ "description": "Override the api version used for api requests made by this command",
2290
+ "name": "api-version",
2517
2291
  "hasDynamicHelp": false,
2518
2292
  "multiple": false,
2519
2293
  "type": "option"
2520
- }
2521
- },
2522
- "hasDynamicHelp": false,
2523
- "hiddenAliases": [],
2524
- "id": "project:list:ignored",
2294
+ },
2295
+ "loglevel": {
2296
+ "deprecated": {
2297
+ "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."
2298
+ },
2299
+ "hidden": true,
2300
+ "name": "loglevel",
2301
+ "hasDynamicHelp": false,
2302
+ "multiple": false,
2303
+ "type": "option"
2304
+ },
2305
+ "metadata": {
2306
+ "char": "m",
2307
+ "name": "metadata",
2308
+ "summary": "Names of metadata components to include in the manifest.",
2309
+ "delimiter": ",",
2310
+ "hasDynamicHelp": false,
2311
+ "multiple": true,
2312
+ "type": "option"
2313
+ },
2314
+ "source-dir": {
2315
+ "aliases": [
2316
+ "sourcepath"
2317
+ ],
2318
+ "char": "p",
2319
+ "deprecateAliases": true,
2320
+ "name": "source-dir",
2321
+ "summary": "Paths to the local source files to include in the manifest.",
2322
+ "delimiter": ",",
2323
+ "hasDynamicHelp": false,
2324
+ "multiple": true,
2325
+ "type": "option"
2326
+ },
2327
+ "name": {
2328
+ "aliases": [
2329
+ "manifestname"
2330
+ ],
2331
+ "char": "n",
2332
+ "deprecateAliases": true,
2333
+ "exclusive": [
2334
+ "type"
2335
+ ],
2336
+ "name": "name",
2337
+ "summary": "Name of a custom manifest file to create.",
2338
+ "hasDynamicHelp": false,
2339
+ "multiple": false,
2340
+ "type": "option"
2341
+ },
2342
+ "type": {
2343
+ "aliases": [
2344
+ "manifesttype"
2345
+ ],
2346
+ "char": "t",
2347
+ "deprecateAliases": true,
2348
+ "exclusive": [
2349
+ "name"
2350
+ ],
2351
+ "name": "type",
2352
+ "summary": "Type of manifest to create; the type determines the name of the created file.",
2353
+ "hasDynamicHelp": false,
2354
+ "multiple": false,
2355
+ "options": [
2356
+ "pre",
2357
+ "post",
2358
+ "destroy",
2359
+ "package"
2360
+ ],
2361
+ "type": "option"
2362
+ },
2363
+ "include-packages": {
2364
+ "aliases": [
2365
+ "includepackages"
2366
+ ],
2367
+ "char": "c",
2368
+ "dependsOn": [
2369
+ "from-org"
2370
+ ],
2371
+ "deprecateAliases": true,
2372
+ "name": "include-packages",
2373
+ "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.",
2374
+ "delimiter": ",",
2375
+ "hasDynamicHelp": false,
2376
+ "multiple": true,
2377
+ "options": [
2378
+ "managed",
2379
+ "unlocked"
2380
+ ],
2381
+ "type": "option"
2382
+ },
2383
+ "excluded-metadata": {
2384
+ "name": "excluded-metadata",
2385
+ "relationships": [
2386
+ {
2387
+ "type": "some",
2388
+ "flags": [
2389
+ "from-org",
2390
+ "source-dir"
2391
+ ]
2392
+ }
2393
+ ],
2394
+ "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.",
2395
+ "delimiter": ",",
2396
+ "hasDynamicHelp": false,
2397
+ "multiple": true,
2398
+ "type": "option"
2399
+ },
2400
+ "from-org": {
2401
+ "aliases": [
2402
+ "fromorg"
2403
+ ],
2404
+ "deprecateAliases": true,
2405
+ "exclusive": [
2406
+ "source-dir"
2407
+ ],
2408
+ "name": "from-org",
2409
+ "summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
2410
+ "hasDynamicHelp": false,
2411
+ "multiple": false,
2412
+ "type": "option"
2413
+ },
2414
+ "output-dir": {
2415
+ "aliases": [
2416
+ "outputdir",
2417
+ "o"
2418
+ ],
2419
+ "char": "d",
2420
+ "deprecateAliases": true,
2421
+ "name": "output-dir",
2422
+ "summary": "Directory to save the created manifest.",
2423
+ "hasDynamicHelp": false,
2424
+ "multiple": false,
2425
+ "type": "option"
2426
+ }
2427
+ },
2428
+ "hasDynamicHelp": false,
2429
+ "hiddenAliases": [],
2430
+ "id": "project:generate:manifest",
2525
2431
  "pluginAlias": "@salesforce/plugin-deploy-retrieve",
2526
2432
  "pluginName": "@salesforce/plugin-deploy-retrieve",
2527
2433
  "pluginType": "core",
2528
2434
  "strict": true,
2529
- "summary": "Check your local project package directories for forceignored files.",
2435
+ "summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
2530
2436
  "enableJsonFlag": true,
2531
2437
  "requiresProject": true,
2532
2438
  "isESM": true,
@@ -2534,54 +2440,55 @@
2534
2440
  "lib",
2535
2441
  "commands",
2536
2442
  "project",
2537
- "list",
2538
- "ignored.js"
2443
+ "generate",
2444
+ "manifest.js"
2539
2445
  ],
2540
2446
  "aliasPermutations": [
2541
- "force:source:ignored:list",
2542
- "source:force:ignored:list",
2543
- "source:ignored:force:list",
2544
- "source:ignored:list:force",
2545
- "force:ignored:source:list",
2546
- "ignored:force:source:list",
2547
- "ignored:source:force:list",
2548
- "ignored:source:list:force",
2549
- "force:ignored:list:source",
2550
- "ignored:force:list:source",
2551
- "ignored:list:force:source",
2552
- "ignored:list:source:force",
2553
- "force:source:list:ignored",
2554
- "source:force:list:ignored",
2555
- "source:list:force:ignored",
2556
- "source:list:ignored:force",
2557
- "force:list:source:ignored",
2558
- "list:force:source:ignored",
2559
- "list:source:force:ignored",
2560
- "list:source:ignored:force",
2561
- "force:list:ignored:source",
2562
- "list:force:ignored:source",
2563
- "list:ignored:force:source",
2564
- "list:ignored:source:force"
2447
+ "force:source:manifest:create",
2448
+ "source:force:manifest:create",
2449
+ "source:manifest:force:create",
2450
+ "source:manifest:create:force",
2451
+ "force:manifest:source:create",
2452
+ "manifest:force:source:create",
2453
+ "manifest:source:force:create",
2454
+ "manifest:source:create:force",
2455
+ "force:manifest:create:source",
2456
+ "manifest:force:create:source",
2457
+ "manifest:create:force:source",
2458
+ "manifest:create:source:force",
2459
+ "force:source:create:manifest",
2460
+ "source:force:create:manifest",
2461
+ "source:create:force:manifest",
2462
+ "source:create:manifest:force",
2463
+ "force:create:source:manifest",
2464
+ "create:force:source:manifest",
2465
+ "create:source:force:manifest",
2466
+ "create:source:manifest:force",
2467
+ "force:create:manifest:source",
2468
+ "create:force:manifest:source",
2469
+ "create:manifest:force:source",
2470
+ "create:manifest:source:force"
2565
2471
  ],
2566
2472
  "permutations": [
2567
- "project:list:ignored",
2568
- "list:project:ignored",
2569
- "list:ignored:project",
2570
- "project:ignored:list",
2571
- "ignored:project:list",
2572
- "ignored:list:project"
2473
+ "project:generate:manifest",
2474
+ "generate:project:manifest",
2475
+ "generate:manifest:project",
2476
+ "project:manifest:generate",
2477
+ "manifest:project:generate",
2478
+ "manifest:generate:project"
2573
2479
  ]
2574
2480
  },
2575
- "project:reset:tracking": {
2481
+ "project:list:ignored": {
2576
2482
  "aliases": [
2577
- "force:source:tracking:reset"
2483
+ "force:source:ignored:list"
2578
2484
  ],
2579
2485
  "args": {},
2580
2486
  "deprecateAliases": true,
2581
- "description": "WARNING: This command deletes or overwrites all existing source tracking files. Use with extreme caution.\n\nResets local and remote source tracking so that Salesforce CLI no longer registers differences between your local files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.\n\nUse the --revision flag to reset source tracking to a specific revision number of an org source member. To get the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:\n\n <%= config.bin %> data query --query \"SELECT MemberName, MemberType, RevisionCounter FROM SourceMember\" --use-tooling-api --target-org my-scratch",
2487
+ "description": "When deploying or retrieving metadata between your local project and an org, you can specify the source files you want to exclude with a .forceignore file. The .forceignore file structure mimics the .gitignore structure. Each line in .forceignore specifies a pattern that corresponds to one or more files. The files typically represent metadata components, but can be any files you want to exclude, such as LWC configuration JSON files or tests.",
2582
2488
  "examples": [
2583
- "Reset source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch",
2584
- "Reset source tracking to revision number 30 for your default org:\n$ <%= config.bin %> <%= command.id %> --revision 30"
2489
+ "List all the files in all package directories that are ignored:\n<%= config.bin %> <%= command.id %>",
2490
+ "List all the files in a specific directory that are ignored:\n<%= config.bin %> <%= command.id %> --source-dir force-app",
2491
+ "Check if a particular file is ignored:\n<%= config.bin %> <%= command.id %> --source-dir package.xml"
2585
2492
  ],
2586
2493
  "flags": {
2587
2494
  "json": {
@@ -2599,70 +2506,27 @@
2599
2506
  "multiple": false,
2600
2507
  "type": "option"
2601
2508
  },
2602
- "target-org": {
2603
- "aliases": [
2604
- "targetusername",
2605
- "u"
2606
- ],
2607
- "char": "o",
2608
- "deprecateAliases": true,
2609
- "name": "target-org",
2610
- "noCacheDefault": true,
2611
- "required": true,
2612
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2613
- "hasDynamicHelp": true,
2614
- "multiple": false,
2615
- "type": "option"
2616
- },
2617
- "api-version": {
2509
+ "source-dir": {
2618
2510
  "aliases": [
2619
- "apiversion"
2511
+ "sourcepath"
2620
2512
  ],
2513
+ "char": "p",
2621
2514
  "deprecateAliases": true,
2622
- "description": "Override the api version used for api requests made by this command",
2623
- "name": "api-version",
2624
- "hasDynamicHelp": false,
2625
- "multiple": false,
2626
- "type": "option"
2627
- },
2628
- "loglevel": {
2629
- "deprecated": {
2630
- "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."
2631
- },
2632
- "hidden": true,
2633
- "name": "loglevel",
2634
- "hasDynamicHelp": false,
2635
- "multiple": false,
2636
- "type": "option"
2637
- },
2638
- "revision": {
2639
- "char": "r",
2640
- "name": "revision",
2641
- "summary": "SourceMember revision counter number to reset to.",
2515
+ "name": "source-dir",
2516
+ "summary": "File or directory of files that the command checks for foreceignored files.",
2642
2517
  "hasDynamicHelp": false,
2643
2518
  "multiple": false,
2644
2519
  "type": "option"
2645
- },
2646
- "no-prompt": {
2647
- "aliases": [
2648
- "noprompt"
2649
- ],
2650
- "char": "p",
2651
- "deprecateAliases": true,
2652
- "name": "no-prompt",
2653
- "summary": "Don't prompt for source tracking override confirmation.",
2654
- "allowNo": false,
2655
- "type": "boolean"
2656
2520
  }
2657
2521
  },
2658
- "hasDynamicHelp": true,
2522
+ "hasDynamicHelp": false,
2659
2523
  "hiddenAliases": [],
2660
- "id": "project:reset:tracking",
2524
+ "id": "project:list:ignored",
2661
2525
  "pluginAlias": "@salesforce/plugin-deploy-retrieve",
2662
2526
  "pluginName": "@salesforce/plugin-deploy-retrieve",
2663
2527
  "pluginType": "core",
2664
2528
  "strict": true,
2665
- "summary": "Reset local and remote source tracking.",
2529
+ "summary": "Check your local project package directories for forceignored files.",
2666
2530
  "enableJsonFlag": true,
2667
2531
  "requiresProject": true,
2668
2532
  "isESM": true,
@@ -2670,42 +2534,42 @@
2670
2534
  "lib",
2671
2535
  "commands",
2672
2536
  "project",
2673
- "reset",
2674
- "tracking.js"
2537
+ "list",
2538
+ "ignored.js"
2675
2539
  ],
2676
2540
  "aliasPermutations": [
2677
- "force:source:tracking:reset",
2678
- "source:force:tracking:reset",
2679
- "source:tracking:force:reset",
2680
- "source:tracking:reset:force",
2681
- "force:tracking:source:reset",
2682
- "tracking:force:source:reset",
2683
- "tracking:source:force:reset",
2684
- "tracking:source:reset:force",
2685
- "force:tracking:reset:source",
2686
- "tracking:force:reset:source",
2687
- "tracking:reset:force:source",
2688
- "tracking:reset:source:force",
2689
- "force:source:reset:tracking",
2690
- "source:force:reset:tracking",
2691
- "source:reset:force:tracking",
2692
- "source:reset:tracking:force",
2693
- "force:reset:source:tracking",
2694
- "reset:force:source:tracking",
2695
- "reset:source:force:tracking",
2696
- "reset:source:tracking:force",
2697
- "force:reset:tracking:source",
2698
- "reset:force:tracking:source",
2699
- "reset:tracking:force:source",
2700
- "reset:tracking:source:force"
2541
+ "force:source:ignored:list",
2542
+ "source:force:ignored:list",
2543
+ "source:ignored:force:list",
2544
+ "source:ignored:list:force",
2545
+ "force:ignored:source:list",
2546
+ "ignored:force:source:list",
2547
+ "ignored:source:force:list",
2548
+ "ignored:source:list:force",
2549
+ "force:ignored:list:source",
2550
+ "ignored:force:list:source",
2551
+ "ignored:list:force:source",
2552
+ "ignored:list:source:force",
2553
+ "force:source:list:ignored",
2554
+ "source:force:list:ignored",
2555
+ "source:list:force:ignored",
2556
+ "source:list:ignored:force",
2557
+ "force:list:source:ignored",
2558
+ "list:force:source:ignored",
2559
+ "list:source:force:ignored",
2560
+ "list:source:ignored:force",
2561
+ "force:list:ignored:source",
2562
+ "list:force:ignored:source",
2563
+ "list:ignored:force:source",
2564
+ "list:ignored:source:force"
2701
2565
  ],
2702
2566
  "permutations": [
2703
- "project:reset:tracking",
2704
- "reset:project:tracking",
2705
- "reset:tracking:project",
2706
- "project:tracking:reset",
2707
- "tracking:project:reset",
2708
- "tracking:reset:project"
2567
+ "project:list:ignored",
2568
+ "list:project:ignored",
2569
+ "list:ignored:project",
2570
+ "project:ignored:list",
2571
+ "ignored:project:list",
2572
+ "ignored:list:project"
2709
2573
  ]
2710
2574
  },
2711
2575
  "project:retrieve:preview": {
@@ -3052,7 +2916,143 @@
3052
2916
  "start:project:retrieve",
3053
2917
  "start:retrieve:project"
3054
2918
  ]
2919
+ },
2920
+ "project:reset:tracking": {
2921
+ "aliases": [
2922
+ "force:source:tracking:reset"
2923
+ ],
2924
+ "args": {},
2925
+ "deprecateAliases": true,
2926
+ "description": "WARNING: This command deletes or overwrites all existing source tracking files. Use with extreme caution.\n\nResets local and remote source tracking so that Salesforce CLI no longer registers differences between your local files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.\n\nUse the --revision flag to reset source tracking to a specific revision number of an org source member. To get the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:\n\n <%= config.bin %> data query --query \"SELECT MemberName, MemberType, RevisionCounter FROM SourceMember\" --use-tooling-api --target-org my-scratch",
2927
+ "examples": [
2928
+ "Reset source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch",
2929
+ "Reset source tracking to revision number 30 for your default org:\n$ <%= config.bin %> <%= command.id %> --revision 30"
2930
+ ],
2931
+ "flags": {
2932
+ "json": {
2933
+ "description": "Format output as json.",
2934
+ "helpGroup": "GLOBAL",
2935
+ "name": "json",
2936
+ "allowNo": false,
2937
+ "type": "boolean"
2938
+ },
2939
+ "flags-dir": {
2940
+ "helpGroup": "GLOBAL",
2941
+ "name": "flags-dir",
2942
+ "summary": "Import flag values from a directory.",
2943
+ "hasDynamicHelp": false,
2944
+ "multiple": false,
2945
+ "type": "option"
2946
+ },
2947
+ "target-org": {
2948
+ "aliases": [
2949
+ "targetusername",
2950
+ "u"
2951
+ ],
2952
+ "char": "o",
2953
+ "deprecateAliases": true,
2954
+ "name": "target-org",
2955
+ "noCacheDefault": true,
2956
+ "required": true,
2957
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2958
+ "hasDynamicHelp": true,
2959
+ "multiple": false,
2960
+ "type": "option"
2961
+ },
2962
+ "api-version": {
2963
+ "aliases": [
2964
+ "apiversion"
2965
+ ],
2966
+ "deprecateAliases": true,
2967
+ "description": "Override the api version used for api requests made by this command",
2968
+ "name": "api-version",
2969
+ "hasDynamicHelp": false,
2970
+ "multiple": false,
2971
+ "type": "option"
2972
+ },
2973
+ "loglevel": {
2974
+ "deprecated": {
2975
+ "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."
2976
+ },
2977
+ "hidden": true,
2978
+ "name": "loglevel",
2979
+ "hasDynamicHelp": false,
2980
+ "multiple": false,
2981
+ "type": "option"
2982
+ },
2983
+ "revision": {
2984
+ "char": "r",
2985
+ "name": "revision",
2986
+ "summary": "SourceMember revision counter number to reset to.",
2987
+ "hasDynamicHelp": false,
2988
+ "multiple": false,
2989
+ "type": "option"
2990
+ },
2991
+ "no-prompt": {
2992
+ "aliases": [
2993
+ "noprompt"
2994
+ ],
2995
+ "char": "p",
2996
+ "deprecateAliases": true,
2997
+ "name": "no-prompt",
2998
+ "summary": "Don't prompt for source tracking override confirmation.",
2999
+ "allowNo": false,
3000
+ "type": "boolean"
3001
+ }
3002
+ },
3003
+ "hasDynamicHelp": true,
3004
+ "hiddenAliases": [],
3005
+ "id": "project:reset:tracking",
3006
+ "pluginAlias": "@salesforce/plugin-deploy-retrieve",
3007
+ "pluginName": "@salesforce/plugin-deploy-retrieve",
3008
+ "pluginType": "core",
3009
+ "strict": true,
3010
+ "summary": "Reset local and remote source tracking.",
3011
+ "enableJsonFlag": true,
3012
+ "requiresProject": true,
3013
+ "isESM": true,
3014
+ "relativePath": [
3015
+ "lib",
3016
+ "commands",
3017
+ "project",
3018
+ "reset",
3019
+ "tracking.js"
3020
+ ],
3021
+ "aliasPermutations": [
3022
+ "force:source:tracking:reset",
3023
+ "source:force:tracking:reset",
3024
+ "source:tracking:force:reset",
3025
+ "source:tracking:reset:force",
3026
+ "force:tracking:source:reset",
3027
+ "tracking:force:source:reset",
3028
+ "tracking:source:force:reset",
3029
+ "tracking:source:reset:force",
3030
+ "force:tracking:reset:source",
3031
+ "tracking:force:reset:source",
3032
+ "tracking:reset:force:source",
3033
+ "tracking:reset:source:force",
3034
+ "force:source:reset:tracking",
3035
+ "source:force:reset:tracking",
3036
+ "source:reset:force:tracking",
3037
+ "source:reset:tracking:force",
3038
+ "force:reset:source:tracking",
3039
+ "reset:force:source:tracking",
3040
+ "reset:source:force:tracking",
3041
+ "reset:source:tracking:force",
3042
+ "force:reset:tracking:source",
3043
+ "reset:force:tracking:source",
3044
+ "reset:tracking:force:source",
3045
+ "reset:tracking:source:force"
3046
+ ],
3047
+ "permutations": [
3048
+ "project:reset:tracking",
3049
+ "reset:project:tracking",
3050
+ "reset:tracking:project",
3051
+ "project:tracking:reset",
3052
+ "tracking:project:reset",
3053
+ "tracking:reset:project"
3054
+ ]
3055
3055
  }
3056
3056
  },
3057
- "version": "3.24.58"
3057
+ "version": "3.24.59"
3058
3058
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
3
  "description": "deploy and retrieve commands for sf",
4
- "version": "3.24.58",
4
+ "version": "3.24.59",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "enableO11y": true,
8
8
  "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
9
9
  "dependencies": {
10
10
  "@inquirer/prompts": "^7.8.3",
11
- "@oclif/core": "^4.11.3",
11
+ "@oclif/core": "^4.11.14",
12
12
  "@oclif/multi-stage-output": "^0.8.42",
13
13
  "@salesforce/apex-node": "^8.4.22",
14
14
  "@salesforce/core": "^8.31.4",
@@ -22,10 +22,10 @@
22
22
  "terminal-link": "^3.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/plugin-command-snapshot": "^5.3.23",
25
+ "@oclif/plugin-command-snapshot": "^5.3.30",
26
26
  "@salesforce/cli-plugins-testkit": "^5.3.57",
27
27
  "@salesforce/dev-scripts": "^11.0.4",
28
- "@salesforce/plugin-command-reference": "^3.1.95",
28
+ "@salesforce/plugin-command-reference": "^3.1.119",
29
29
  "@salesforce/schemas": "^1.9.0",
30
30
  "@salesforce/source-testkit": "^2.2.212",
31
31
  "@salesforce/ts-sinon": "^1.4.34",
@@ -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.58.crt",
262
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.58.sig"
261
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.59.crt",
262
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.24.59.sig"
263
263
  }
264
264
  }