@salesforce/plugin-deploy-retrieve 1.8.5-beta.5 → 1.8.5-beta.7
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/lib/commands/project/convert/mdapi.js +1 -1
- package/lib/commands/project/convert/mdapi.js.map +1 -1
- package/lib/commands/project/convert/source.d.ts +53 -1
- package/lib/commands/project/convert/source.js +2 -2
- package/lib/commands/project/convert/source.js.map +1 -1
- package/lib/commands/project/delete/tracking.js +1 -1
- package/lib/commands/project/delete/tracking.js.map +1 -1
- package/lib/commands/project/deploy/cancel.d.ts +0 -1
- package/lib/commands/project/deploy/cancel.js +0 -1
- package/lib/commands/project/deploy/cancel.js.map +1 -1
- package/lib/commands/project/deploy/preview.d.ts +0 -1
- package/lib/commands/project/deploy/preview.js +0 -1
- package/lib/commands/project/deploy/preview.js.map +1 -1
- package/lib/commands/project/deploy/quick.d.ts +0 -1
- package/lib/commands/project/deploy/quick.js +0 -1
- package/lib/commands/project/deploy/quick.js.map +1 -1
- package/lib/commands/project/deploy/report.d.ts +0 -4
- package/lib/commands/project/deploy/report.js +7 -9
- package/lib/commands/project/deploy/report.js.map +1 -1
- package/lib/commands/project/deploy/resume.d.ts +0 -1
- package/lib/commands/project/deploy/resume.js +2 -2
- package/lib/commands/project/deploy/resume.js.map +1 -1
- package/lib/commands/project/deploy/start.d.ts +0 -1
- package/lib/commands/project/deploy/start.js +0 -1
- package/lib/commands/project/deploy/start.js.map +1 -1
- package/lib/commands/project/deploy/validate.d.ts +0 -1
- package/lib/commands/project/deploy/validate.js +1 -2
- package/lib/commands/project/deploy/validate.js.map +1 -1
- package/lib/commands/project/{manifest/create.d.ts → generate/manifest.d.ts} +5 -5
- package/lib/commands/project/{manifest/create.js → generate/manifest.js} +23 -24
- package/lib/commands/project/generate/manifest.js.map +1 -0
- package/lib/commands/project/reset/tracking.js +1 -1
- package/lib/commands/project/reset/tracking.js.map +1 -1
- package/lib/commands/project/retrieve/preview.d.ts +0 -1
- package/lib/commands/project/retrieve/preview.js +0 -1
- package/lib/commands/project/retrieve/preview.js.map +1 -1
- package/lib/commands/project/retrieve/start.d.ts +0 -1
- package/lib/commands/project/retrieve/start.js +0 -1
- package/lib/commands/project/retrieve/start.js.map +1 -1
- package/lib/formatters/deployResultFormatter.js +1 -1
- package/lib/formatters/deployResultFormatter.js.map +1 -1
- package/lib/utils/previewOutput.js +14 -7
- package/lib/utils/previewOutput.js.map +1 -1
- package/lib/utils/progressBar.d.ts +1 -0
- package/lib/utils/progressBar.js +21 -17
- package/lib/utils/progressBar.js.map +1 -1
- package/messages/convert.source.md +4 -0
- package/messages/deploy.metadata.report.md +0 -8
- package/messages/{manifest.create.md → manifest.generate.md} +6 -6
- package/oclif.manifest.json +58 -83
- package/package.json +6 -5
- package/schemas/{project-manifest-create.json → project-generate-manifest.json} +2 -2
- package/lib/commands/project/manifest/create.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.5-beta.
|
|
2
|
+
"version": "1.8.5-beta.7",
|
|
3
3
|
"commands": {
|
|
4
4
|
"deploy": {
|
|
5
5
|
"id": "deploy",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
39
39
|
"pluginType": "core",
|
|
40
40
|
"aliases": [
|
|
41
|
-
"force:mdapi:beta:convert",
|
|
42
41
|
"force:mdapi:convert"
|
|
43
42
|
],
|
|
44
43
|
"examples": [
|
|
@@ -169,6 +168,7 @@
|
|
|
169
168
|
"api-version": {
|
|
170
169
|
"name": "api-version",
|
|
171
170
|
"type": "option",
|
|
171
|
+
"summary": "API Version to use in the generated project's manifest. By default, will use the version from sfdx-project.json",
|
|
172
172
|
"description": "Override the api version used for api requests made by this command",
|
|
173
173
|
"multiple": false,
|
|
174
174
|
"deprecateAliases": true,
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"char": "d",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
205
|
"multiple": false,
|
|
206
|
-
"default": "
|
|
206
|
+
"default": "metadataPackage_1680031466306",
|
|
207
207
|
"deprecateAliases": true,
|
|
208
208
|
"aliases": [
|
|
209
209
|
"outputdir"
|
|
@@ -450,7 +450,6 @@
|
|
|
450
450
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
451
451
|
"pluginType": "core",
|
|
452
452
|
"aliases": [
|
|
453
|
-
"force:source:beta:tracking:clear",
|
|
454
453
|
"force:source:tracking:clear"
|
|
455
454
|
],
|
|
456
455
|
"examples": [],
|
|
@@ -521,7 +520,6 @@
|
|
|
521
520
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
522
521
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
523
522
|
"pluginType": "core",
|
|
524
|
-
"state": "beta",
|
|
525
523
|
"aliases": [
|
|
526
524
|
"deploy:metadata:cancel"
|
|
527
525
|
],
|
|
@@ -593,7 +591,6 @@
|
|
|
593
591
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
594
592
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
595
593
|
"pluginType": "core",
|
|
596
|
-
"state": "beta",
|
|
597
594
|
"aliases": [
|
|
598
595
|
"deploy:metadata:preview"
|
|
599
596
|
],
|
|
@@ -684,7 +681,6 @@
|
|
|
684
681
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
685
682
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
686
683
|
"pluginType": "core",
|
|
687
|
-
"state": "beta",
|
|
688
684
|
"aliases": [
|
|
689
685
|
"deploy:metadata:quick"
|
|
690
686
|
],
|
|
@@ -832,7 +828,6 @@
|
|
|
832
828
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
833
829
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
834
830
|
"pluginType": "core",
|
|
835
|
-
"state": "beta",
|
|
836
831
|
"aliases": [
|
|
837
832
|
"deploy:metadata:report"
|
|
838
833
|
],
|
|
@@ -850,22 +845,6 @@
|
|
|
850
845
|
"allowNo": false,
|
|
851
846
|
"deprecateAliases": true
|
|
852
847
|
},
|
|
853
|
-
"target-org": {
|
|
854
|
-
"name": "target-org",
|
|
855
|
-
"type": "option",
|
|
856
|
-
"char": "o",
|
|
857
|
-
"summary": "Login username or alias for the target org.",
|
|
858
|
-
"required": true,
|
|
859
|
-
"multiple": false,
|
|
860
|
-
"deprecateAliases": true
|
|
861
|
-
},
|
|
862
|
-
"api-version": {
|
|
863
|
-
"name": "api-version",
|
|
864
|
-
"type": "option",
|
|
865
|
-
"description": "Override the api version used for api requests made by this command",
|
|
866
|
-
"multiple": false,
|
|
867
|
-
"deprecateAliases": true
|
|
868
|
-
},
|
|
869
848
|
"job-id": {
|
|
870
849
|
"name": "job-id",
|
|
871
850
|
"type": "option",
|
|
@@ -925,8 +904,7 @@
|
|
|
925
904
|
}
|
|
926
905
|
},
|
|
927
906
|
"args": {},
|
|
928
|
-
"requiresProject": true
|
|
929
|
-
"hasDynamicHelp": true
|
|
907
|
+
"requiresProject": true
|
|
930
908
|
},
|
|
931
909
|
"project:deploy:resume": {
|
|
932
910
|
"id": "project:deploy:resume",
|
|
@@ -936,7 +914,6 @@
|
|
|
936
914
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
937
915
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
938
916
|
"pluginType": "core",
|
|
939
|
-
"state": "beta",
|
|
940
917
|
"aliases": [
|
|
941
918
|
"deploy:metadata:resume"
|
|
942
919
|
],
|
|
@@ -1095,7 +1072,6 @@
|
|
|
1095
1072
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1096
1073
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1097
1074
|
"pluginType": "core",
|
|
1098
|
-
"state": "beta",
|
|
1099
1075
|
"aliases": [
|
|
1100
1076
|
"deploy:metadata"
|
|
1101
1077
|
],
|
|
@@ -1457,7 +1433,6 @@
|
|
|
1457
1433
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1458
1434
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1459
1435
|
"pluginType": "core",
|
|
1460
|
-
"state": "beta",
|
|
1461
1436
|
"aliases": [
|
|
1462
1437
|
"deploy:metadata:validate"
|
|
1463
1438
|
],
|
|
@@ -1664,50 +1639,10 @@
|
|
|
1664
1639
|
},
|
|
1665
1640
|
"hasDynamicHelp": true
|
|
1666
1641
|
},
|
|
1667
|
-
"project:
|
|
1668
|
-
"id": "project:
|
|
1669
|
-
"summary": "check your local project package directories for forceignored files",
|
|
1670
|
-
"description": "check your local project package directories for forceignored files",
|
|
1671
|
-
"strict": true,
|
|
1672
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1673
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1674
|
-
"pluginType": "core",
|
|
1675
|
-
"aliases": [
|
|
1676
|
-
"force:source:ignored:list"
|
|
1677
|
-
],
|
|
1678
|
-
"examples": [
|
|
1679
|
-
"$ <%= config.bin %> <%= command.id %>",
|
|
1680
|
-
"$ <%= config.bin %> <%= command.id %> --source-dir force-app"
|
|
1681
|
-
],
|
|
1682
|
-
"deprecateAliases": true,
|
|
1683
|
-
"flags": {
|
|
1684
|
-
"json": {
|
|
1685
|
-
"name": "json",
|
|
1686
|
-
"type": "boolean",
|
|
1687
|
-
"description": "Format output as json.",
|
|
1688
|
-
"helpGroup": "GLOBAL",
|
|
1689
|
-
"allowNo": false,
|
|
1690
|
-
"deprecateAliases": true
|
|
1691
|
-
},
|
|
1692
|
-
"source-dir": {
|
|
1693
|
-
"name": "source-dir",
|
|
1694
|
-
"type": "option",
|
|
1695
|
-
"char": "p",
|
|
1696
|
-
"summary": "file or directory of files that the command checks for foreceignored files",
|
|
1697
|
-
"multiple": false,
|
|
1698
|
-
"deprecateAliases": true,
|
|
1699
|
-
"aliases": [
|
|
1700
|
-
"sourcepath"
|
|
1701
|
-
]
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
"args": {},
|
|
1705
|
-
"requiresProject": true
|
|
1706
|
-
},
|
|
1707
|
-
"project:manifest:create": {
|
|
1708
|
-
"id": "project:manifest:create",
|
|
1642
|
+
"project:generate:manifest": {
|
|
1643
|
+
"id": "project:generate:manifest",
|
|
1709
1644
|
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
1710
|
-
"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 --
|
|
1645
|
+
"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.",
|
|
1711
1646
|
"strict": true,
|
|
1712
1647
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1713
1648
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
@@ -1717,8 +1652,8 @@
|
|
|
1717
1652
|
],
|
|
1718
1653
|
"examples": [
|
|
1719
1654
|
"Create a manifest for deploying or retrieving all Apex classes:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass",
|
|
1720
|
-
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --
|
|
1721
|
-
"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 --
|
|
1655
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
1656
|
+
"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",
|
|
1722
1657
|
"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"
|
|
1723
1658
|
],
|
|
1724
1659
|
"deprecateAliases": true,
|
|
@@ -1772,22 +1707,22 @@
|
|
|
1772
1707
|
],
|
|
1773
1708
|
"delimiter": ","
|
|
1774
1709
|
},
|
|
1775
|
-
"
|
|
1776
|
-
"name": "
|
|
1710
|
+
"name": {
|
|
1711
|
+
"name": "name",
|
|
1777
1712
|
"type": "option",
|
|
1778
1713
|
"char": "n",
|
|
1779
1714
|
"summary": "Name of a custom manifest file to create.",
|
|
1780
1715
|
"multiple": false,
|
|
1781
1716
|
"exclusive": [
|
|
1782
|
-
"
|
|
1717
|
+
"type"
|
|
1783
1718
|
],
|
|
1784
1719
|
"deprecateAliases": true,
|
|
1785
1720
|
"aliases": [
|
|
1786
1721
|
"manifestname"
|
|
1787
1722
|
]
|
|
1788
1723
|
},
|
|
1789
|
-
"
|
|
1790
|
-
"name": "
|
|
1724
|
+
"type": {
|
|
1725
|
+
"name": "type",
|
|
1791
1726
|
"type": "option",
|
|
1792
1727
|
"char": "t",
|
|
1793
1728
|
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
@@ -1798,6 +1733,9 @@
|
|
|
1798
1733
|
"destroy",
|
|
1799
1734
|
"package"
|
|
1800
1735
|
],
|
|
1736
|
+
"exclusive": [
|
|
1737
|
+
"name"
|
|
1738
|
+
],
|
|
1801
1739
|
"deprecateAliases": true,
|
|
1802
1740
|
"aliases": [
|
|
1803
1741
|
"manifesttype"
|
|
@@ -1814,7 +1752,7 @@
|
|
|
1814
1752
|
"unlocked"
|
|
1815
1753
|
],
|
|
1816
1754
|
"dependsOn": [
|
|
1817
|
-
"
|
|
1755
|
+
"from-org"
|
|
1818
1756
|
],
|
|
1819
1757
|
"deprecateAliases": true,
|
|
1820
1758
|
"aliases": [
|
|
@@ -1848,6 +1786,46 @@
|
|
|
1848
1786
|
"args": {},
|
|
1849
1787
|
"requiresProject": true
|
|
1850
1788
|
},
|
|
1789
|
+
"project:list:ignored": {
|
|
1790
|
+
"id": "project:list:ignored",
|
|
1791
|
+
"summary": "check your local project package directories for forceignored files",
|
|
1792
|
+
"description": "check your local project package directories for forceignored files",
|
|
1793
|
+
"strict": true,
|
|
1794
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1795
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1796
|
+
"pluginType": "core",
|
|
1797
|
+
"aliases": [
|
|
1798
|
+
"force:source:ignored:list"
|
|
1799
|
+
],
|
|
1800
|
+
"examples": [
|
|
1801
|
+
"$ <%= config.bin %> <%= command.id %>",
|
|
1802
|
+
"$ <%= config.bin %> <%= command.id %> --source-dir force-app"
|
|
1803
|
+
],
|
|
1804
|
+
"deprecateAliases": true,
|
|
1805
|
+
"flags": {
|
|
1806
|
+
"json": {
|
|
1807
|
+
"name": "json",
|
|
1808
|
+
"type": "boolean",
|
|
1809
|
+
"description": "Format output as json.",
|
|
1810
|
+
"helpGroup": "GLOBAL",
|
|
1811
|
+
"allowNo": false,
|
|
1812
|
+
"deprecateAliases": true
|
|
1813
|
+
},
|
|
1814
|
+
"source-dir": {
|
|
1815
|
+
"name": "source-dir",
|
|
1816
|
+
"type": "option",
|
|
1817
|
+
"char": "p",
|
|
1818
|
+
"summary": "file or directory of files that the command checks for foreceignored files",
|
|
1819
|
+
"multiple": false,
|
|
1820
|
+
"deprecateAliases": true,
|
|
1821
|
+
"aliases": [
|
|
1822
|
+
"sourcepath"
|
|
1823
|
+
]
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"args": {},
|
|
1827
|
+
"requiresProject": true
|
|
1828
|
+
},
|
|
1851
1829
|
"project:reset:tracking": {
|
|
1852
1830
|
"id": "project:reset:tracking",
|
|
1853
1831
|
"summary": "Reset local and remote source tracking.",
|
|
@@ -1857,7 +1835,6 @@
|
|
|
1857
1835
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1858
1836
|
"pluginType": "core",
|
|
1859
1837
|
"aliases": [
|
|
1860
|
-
"force:source:beta:tracking:reset",
|
|
1861
1838
|
"force:source:tracking:reset"
|
|
1862
1839
|
],
|
|
1863
1840
|
"examples": [],
|
|
@@ -1936,7 +1913,6 @@
|
|
|
1936
1913
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1937
1914
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1938
1915
|
"pluginType": "core",
|
|
1939
|
-
"state": "beta",
|
|
1940
1916
|
"aliases": [
|
|
1941
1917
|
"retrieve:metadata:preview"
|
|
1942
1918
|
],
|
|
@@ -1986,7 +1962,6 @@
|
|
|
1986
1962
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1987
1963
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1988
1964
|
"pluginType": "core",
|
|
1989
|
-
"state": "beta",
|
|
1990
1965
|
"aliases": [
|
|
1991
1966
|
"retrieve:metadata"
|
|
1992
1967
|
],
|
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": "1.8.5-beta.
|
|
4
|
+
"version": "1.8.5-beta.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/kit": "^1.9.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^2.2.5",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^7.13.0",
|
|
14
|
-
"@salesforce/source-tracking": "^2.2.
|
|
14
|
+
"@salesforce/source-tracking": "^2.2.26",
|
|
15
15
|
"chalk": "^4.1.2",
|
|
16
16
|
"fs-extra": "^10.0.1",
|
|
17
17
|
"shelljs": "^0.8.5",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"delete": {
|
|
119
119
|
"description": "Commands to delete metadata from a Salesforce org."
|
|
120
120
|
},
|
|
121
|
-
"
|
|
121
|
+
"generate": {
|
|
122
122
|
"description": "Commands to create a manifest file."
|
|
123
123
|
},
|
|
124
124
|
"reset": {
|
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"test": "wireit",
|
|
145
145
|
"test:nuts": "ts-node ./test/nuts/generateNuts.ts && nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 10",
|
|
146
146
|
"test:nuts:convert": "nyc mocha \"test/nuts/convert/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
|
|
147
|
+
"test:nuts:deb": "nyc mocha \"test/nuts/digitalExperienceBundle/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
|
|
147
148
|
"test:nuts:delete": "nyc mocha \"test/nuts/delete/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
|
|
148
149
|
"test:nuts:deploy:metadata:manifest": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.manifest ts-node ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
|
|
149
150
|
"test:nuts:deploy:metadata:metadata": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.metadata ts-node ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
|
|
@@ -269,7 +270,7 @@
|
|
|
269
270
|
}
|
|
270
271
|
},
|
|
271
272
|
"sfdx": {
|
|
272
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.5-beta.
|
|
273
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.5-beta.
|
|
273
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.5-beta.7.crt",
|
|
274
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.5-beta.7.sig"
|
|
274
275
|
}
|
|
275
276
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "#/definitions/
|
|
3
|
+
"$ref": "#/definitions/ManifestGenerateCommandResult",
|
|
4
4
|
"definitions": {
|
|
5
|
-
"
|
|
5
|
+
"ManifestGenerateCommandResult": {
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
8
8
|
"name": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/project/manifest/create.ts"],"names":[],"mappings":"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"}
|