@salesforce/plugin-signups 2.5.9 → 2.5.10
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 +7 -7
- package/npm-shrinkwrap.json +25 -25
- package/oclif.lock +27 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/create/shape.ts)_
|
|
127
127
|
|
|
128
128
|
## `sf org create snapshot`
|
|
129
129
|
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
|
179
179
|
as a version control system tag or commit ID.
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/create/snapshot.ts)_
|
|
183
183
|
|
|
184
184
|
## `sf org delete shape`
|
|
185
185
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/delete/shape.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org delete snapshot`
|
|
225
225
|
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/delete/snapshot.ts)_
|
|
268
268
|
|
|
269
269
|
## `sf org get snapshot`
|
|
270
270
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/get/snapshot.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf org list shape`
|
|
317
317
|
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/list/shape.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf org list snapshot`
|
|
350
350
|
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.10/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.10",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^8.4.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.1",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.13",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.25",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.17",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
|
@@ -4088,9 +4088,9 @@
|
|
|
4088
4088
|
}
|
|
4089
4089
|
},
|
|
4090
4090
|
"node_modules/@oclif/core": {
|
|
4091
|
-
"version": "4.0.
|
|
4092
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4093
|
-
"integrity": "sha512-
|
|
4091
|
+
"version": "4.0.18",
|
|
4092
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz",
|
|
4093
|
+
"integrity": "sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==",
|
|
4094
4094
|
"license": "MIT",
|
|
4095
4095
|
"dependencies": {
|
|
4096
4096
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4163,9 +4163,9 @@
|
|
|
4163
4163
|
}
|
|
4164
4164
|
},
|
|
4165
4165
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4166
|
-
"version": "5.2.
|
|
4167
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4168
|
-
"integrity": "sha512-
|
|
4166
|
+
"version": "5.2.13",
|
|
4167
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.13.tgz",
|
|
4168
|
+
"integrity": "sha512-oCCD5DqjbK0AKonhGI+qa7ZMhvLbmdJ0kvWCoDBJyyusuxPtsGKYGrBS5LLqn6eEFIvOLbW+ZVXSOUQNK+SHRg==",
|
|
4169
4169
|
"dev": true,
|
|
4170
4170
|
"license": "MIT",
|
|
4171
4171
|
"dependencies": {
|
|
@@ -4729,17 +4729,17 @@
|
|
|
4729
4729
|
}
|
|
4730
4730
|
},
|
|
4731
4731
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4732
|
-
"version": "3.1.
|
|
4733
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4734
|
-
"integrity": "sha512-
|
|
4732
|
+
"version": "3.1.17",
|
|
4733
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.17.tgz",
|
|
4734
|
+
"integrity": "sha512-Edgh+nhcA+DBZSPs4/xua7ltoMQ5YL+vuEAZdNn6DfcT4X3rux0pXu+dKiuBD/fnVlaXw+e9+VXHtD/V8QOSwQ==",
|
|
4735
4735
|
"dev": true,
|
|
4736
4736
|
"license": "BSD-3-Clause",
|
|
4737
4737
|
"dependencies": {
|
|
4738
4738
|
"@oclif/core": "^4",
|
|
4739
|
-
"@salesforce/core": "^8.
|
|
4740
|
-
"@salesforce/kit": "^3.1
|
|
4741
|
-
"@salesforce/sf-plugins-core": "^11.2
|
|
4742
|
-
"@salesforce/ts-types": "^2.0.
|
|
4739
|
+
"@salesforce/core": "^8.3.0",
|
|
4740
|
+
"@salesforce/kit": "^3.2.1",
|
|
4741
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
4742
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4743
4743
|
"chalk": "^5.3.0",
|
|
4744
4744
|
"debug": "^4.3.6",
|
|
4745
4745
|
"handlebars": "^4.7.8"
|
|
@@ -4775,15 +4775,15 @@
|
|
|
4775
4775
|
"license": "ISC"
|
|
4776
4776
|
},
|
|
4777
4777
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4778
|
-
"version": "11.3.
|
|
4779
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
4780
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "11.3.4",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.4.tgz",
|
|
4780
|
+
"integrity": "sha512-tgrdLbK4iZUD430lmAdrkMMgqSFiKXrkR6RYK3J4oHNj1kSzwSU7xvg+0U9NgVgEJQaLTEO5h2gV7LPnphlA6Q==",
|
|
4781
4781
|
"license": "BSD-3-Clause",
|
|
4782
4782
|
"dependencies": {
|
|
4783
|
-
"@inquirer/confirm": "^3.1.
|
|
4784
|
-
"@inquirer/password": "^2.1.
|
|
4785
|
-
"@oclif/core": "^4.0.
|
|
4786
|
-
"@salesforce/core": "^8.
|
|
4783
|
+
"@inquirer/confirm": "^3.1.22",
|
|
4784
|
+
"@inquirer/password": "^2.1.22",
|
|
4785
|
+
"@oclif/core": "^4.0.17",
|
|
4786
|
+
"@salesforce/core": "^8.4.0",
|
|
4787
4787
|
"@salesforce/kit": "^3.2.1",
|
|
4788
4788
|
"@salesforce/ts-types": "^2.0.12",
|
|
4789
4789
|
"ansis": "^3.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1337
1337
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1338
1338
|
|
|
1339
|
-
"@inquirer/confirm@^3.1.
|
|
1339
|
+
"@inquirer/confirm@^3.1.22":
|
|
1340
1340
|
version "3.1.22"
|
|
1341
1341
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
|
|
1342
1342
|
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
"@inquirer/core" "^9.0.8"
|
|
1415
1415
|
"@inquirer/type" "^1.5.1"
|
|
1416
1416
|
|
|
1417
|
-
"@inquirer/password@^2.1.
|
|
1417
|
+
"@inquirer/password@^2.1.22":
|
|
1418
1418
|
version "2.1.22"
|
|
1419
1419
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
|
|
1420
1420
|
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
|
|
@@ -1589,10 +1589,10 @@
|
|
|
1589
1589
|
wordwrap "^1.0.0"
|
|
1590
1590
|
wrap-ansi "^7.0.0"
|
|
1591
1591
|
|
|
1592
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1593
|
-
version "4.0.
|
|
1594
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1595
|
-
integrity sha512-
|
|
1592
|
+
"@oclif/core@^4", "@oclif/core@^4.0.17":
|
|
1593
|
+
version "4.0.18"
|
|
1594
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
|
|
1595
|
+
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
|
|
1596
1596
|
dependencies:
|
|
1597
1597
|
ansi-escapes "^4.3.2"
|
|
1598
1598
|
ansis "^3.3.2"
|
|
@@ -1612,10 +1612,10 @@
|
|
|
1612
1612
|
wordwrap "^1.0.0"
|
|
1613
1613
|
wrap-ansi "^7.0.0"
|
|
1614
1614
|
|
|
1615
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1616
|
-
version "5.2.
|
|
1617
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1618
|
-
integrity sha512-
|
|
1615
|
+
"@oclif/plugin-command-snapshot@^5.2.13":
|
|
1616
|
+
version "5.2.13"
|
|
1617
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.13.tgz#d0025844865c20e38d4198c43fd6a515fedfde06"
|
|
1618
|
+
integrity sha512-oCCD5DqjbK0AKonhGI+qa7ZMhvLbmdJ0kvWCoDBJyyusuxPtsGKYGrBS5LLqn6eEFIvOLbW+ZVXSOUQNK+SHRg==
|
|
1619
1619
|
dependencies:
|
|
1620
1620
|
"@oclif/core" "^4"
|
|
1621
1621
|
ansis "^3.3.2"
|
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
strip-ansi "6.0.1"
|
|
1677
1677
|
ts-retry-promise "^0.8.1"
|
|
1678
1678
|
|
|
1679
|
-
"@salesforce/core@^8.
|
|
1679
|
+
"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0":
|
|
1680
1680
|
version "8.4.0"
|
|
1681
1681
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
|
|
1682
1682
|
integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
|
|
@@ -1744,16 +1744,16 @@
|
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@salesforce/ts-types" "^2.0.12"
|
|
1746
1746
|
|
|
1747
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1748
|
-
version "3.1.
|
|
1749
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1750
|
-
integrity sha512-
|
|
1747
|
+
"@salesforce/plugin-command-reference@^3.1.17":
|
|
1748
|
+
version "3.1.17"
|
|
1749
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.17.tgz#37f521bacbc0a481958cace73d1e95328cc5bb47"
|
|
1750
|
+
integrity sha512-Edgh+nhcA+DBZSPs4/xua7ltoMQ5YL+vuEAZdNn6DfcT4X3rux0pXu+dKiuBD/fnVlaXw+e9+VXHtD/V8QOSwQ==
|
|
1751
1751
|
dependencies:
|
|
1752
1752
|
"@oclif/core" "^4"
|
|
1753
|
-
"@salesforce/core" "^8.
|
|
1754
|
-
"@salesforce/kit" "^3.1
|
|
1755
|
-
"@salesforce/sf-plugins-core" "^11.2
|
|
1756
|
-
"@salesforce/ts-types" "^2.0.
|
|
1753
|
+
"@salesforce/core" "^8.3.0"
|
|
1754
|
+
"@salesforce/kit" "^3.2.1"
|
|
1755
|
+
"@salesforce/sf-plugins-core" "^11.3.2"
|
|
1756
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
1757
1757
|
chalk "^5.3.0"
|
|
1758
1758
|
debug "^4.3.6"
|
|
1759
1759
|
handlebars "^4.7.8"
|
|
@@ -1768,15 +1768,15 @@
|
|
|
1768
1768
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1769
1769
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1770
1770
|
|
|
1771
|
-
"@salesforce/sf-plugins-core@^11.2
|
|
1772
|
-
version "11.3.
|
|
1773
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1774
|
-
integrity sha512-
|
|
1771
|
+
"@salesforce/sf-plugins-core@^11.3.2", "@salesforce/sf-plugins-core@^11.3.4":
|
|
1772
|
+
version "11.3.4"
|
|
1773
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.4.tgz#84fe3f0a1a3b5497103d8b1ed6de67aca1087f40"
|
|
1774
|
+
integrity sha512-tgrdLbK4iZUD430lmAdrkMMgqSFiKXrkR6RYK3J4oHNj1kSzwSU7xvg+0U9NgVgEJQaLTEO5h2gV7LPnphlA6Q==
|
|
1775
1775
|
dependencies:
|
|
1776
|
-
"@inquirer/confirm" "^3.1.
|
|
1777
|
-
"@inquirer/password" "^2.1.
|
|
1778
|
-
"@oclif/core" "^4.0.
|
|
1779
|
-
"@salesforce/core" "^8.
|
|
1776
|
+
"@inquirer/confirm" "^3.1.22"
|
|
1777
|
+
"@inquirer/password" "^2.1.22"
|
|
1778
|
+
"@oclif/core" "^4.0.17"
|
|
1779
|
+
"@salesforce/core" "^8.4.0"
|
|
1780
1780
|
"@salesforce/kit" "^3.2.1"
|
|
1781
1781
|
"@salesforce/ts-types" "^2.0.12"
|
|
1782
1782
|
ansis "^3.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@salesforce/core": "^8.4.0",
|
|
10
10
|
"@salesforce/kit": "^3.2.1",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.13",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.25",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.17",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"exports": "./lib/index.js",
|
|
220
220
|
"type": "module",
|
|
221
221
|
"sfdx": {
|
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.10.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.10.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|