@salesforce/plugin-custom-metadata 3.1.3 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/oclif.lock +58 -58
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
|
|
|
148
148
|
The value must be greater than or equal to zero. Default value is 0.
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
151
|
+
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf cmdt generate fromorg`
|
|
154
154
|
|
|
@@ -236,7 +236,7 @@ FLAG DESCRIPTIONS
|
|
|
236
236
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
239
|
+
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/fromorg.ts)_
|
|
240
240
|
|
|
241
241
|
## `sf cmdt generate object`
|
|
242
242
|
|
|
@@ -297,7 +297,7 @@ FLAG DESCRIPTIONS
|
|
|
297
297
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
300
|
+
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/object.ts)_
|
|
301
301
|
|
|
302
302
|
## `sf cmdt generate record`
|
|
303
303
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
353
|
+
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/record.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf cmdt generate records`
|
|
356
356
|
|
|
@@ -400,7 +400,7 @@ FLAG DESCRIPTIONS
|
|
|
400
400
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
403
|
+
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -942,10 +942,10 @@
|
|
|
942
942
|
strip-ansi "6.0.1"
|
|
943
943
|
ts-retry-promise "^0.7.1"
|
|
944
944
|
|
|
945
|
-
"@salesforce/core@^6.4.
|
|
946
|
-
version "6.4.
|
|
947
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
948
|
-
integrity sha512-
|
|
945
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
|
|
946
|
+
version "6.4.7"
|
|
947
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
948
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
949
949
|
dependencies:
|
|
950
950
|
"@salesforce/kit" "^3.0.15"
|
|
951
951
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
jsforce "^2.0.0-beta.29"
|
|
960
960
|
jsonwebtoken "9.0.2"
|
|
961
961
|
jszip "3.10.1"
|
|
962
|
-
pino "^8.
|
|
962
|
+
pino "^8.17.2"
|
|
963
963
|
pino-abstract-transport "^1.1.0"
|
|
964
964
|
pino-pretty "^10.3.1"
|
|
965
965
|
proper-lockfile "^4.1.2"
|
|
@@ -1011,13 +1011,13 @@
|
|
|
1011
1011
|
"@salesforce/ts-types" "^2.0.9"
|
|
1012
1012
|
tslib "^2.6.2"
|
|
1013
1013
|
|
|
1014
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1015
|
-
version "3.0.
|
|
1016
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1017
|
-
integrity sha512-
|
|
1014
|
+
"@salesforce/plugin-command-reference@^3.0.62":
|
|
1015
|
+
version "3.0.62"
|
|
1016
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.62.tgz#7873e011cb607e55345ea4db048c91789781d946"
|
|
1017
|
+
integrity sha512-6Q/6p1RvEb9zE453xbe1YzPsjy9Ck9pL/tsvCnBNvcYYiQr1pRYL/oP/0GRMjz1e2cxPXpOoZlwyuYNNqALdyA==
|
|
1018
1018
|
dependencies:
|
|
1019
|
-
"@oclif/core" "^3.
|
|
1020
|
-
"@salesforce/core" "^6.4.
|
|
1019
|
+
"@oclif/core" "^3.16.0"
|
|
1020
|
+
"@salesforce/core" "^6.4.7"
|
|
1021
1021
|
"@salesforce/kit" "^3.0.15"
|
|
1022
1022
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1023
1023
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1364,13 +1364,13 @@
|
|
|
1364
1364
|
"@typescript-eslint/types" "6.11.0"
|
|
1365
1365
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1366
1366
|
|
|
1367
|
-
"@typescript-eslint/scope-manager@6.
|
|
1368
|
-
version "6.
|
|
1369
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1370
|
-
integrity sha512-
|
|
1367
|
+
"@typescript-eslint/scope-manager@6.18.1":
|
|
1368
|
+
version "6.18.1"
|
|
1369
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
|
|
1370
|
+
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
|
|
1371
1371
|
dependencies:
|
|
1372
|
-
"@typescript-eslint/types" "6.
|
|
1373
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1372
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1373
|
+
"@typescript-eslint/visitor-keys" "6.18.1"
|
|
1374
1374
|
|
|
1375
1375
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1376
1376
|
version "6.11.0"
|
|
@@ -1387,10 +1387,10 @@
|
|
|
1387
1387
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1388
1388
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1389
1389
|
|
|
1390
|
-
"@typescript-eslint/types@6.
|
|
1391
|
-
version "6.
|
|
1392
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1393
|
-
integrity sha512-
|
|
1390
|
+
"@typescript-eslint/types@6.18.1":
|
|
1391
|
+
version "6.18.1"
|
|
1392
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
|
|
1393
|
+
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
|
|
1394
1394
|
|
|
1395
1395
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1396
1396
|
version "6.11.0"
|
|
@@ -1405,13 +1405,13 @@
|
|
|
1405
1405
|
semver "^7.5.4"
|
|
1406
1406
|
ts-api-utils "^1.0.1"
|
|
1407
1407
|
|
|
1408
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1409
|
-
version "6.
|
|
1410
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1411
|
-
integrity sha512-
|
|
1408
|
+
"@typescript-eslint/typescript-estree@6.18.1":
|
|
1409
|
+
version "6.18.1"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
|
|
1411
|
+
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
|
|
1412
1412
|
dependencies:
|
|
1413
|
-
"@typescript-eslint/types" "6.
|
|
1414
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1413
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1414
|
+
"@typescript-eslint/visitor-keys" "6.18.1"
|
|
1415
1415
|
debug "^4.3.4"
|
|
1416
1416
|
globby "^11.1.0"
|
|
1417
1417
|
is-glob "^4.0.3"
|
|
@@ -1432,17 +1432,17 @@
|
|
|
1432
1432
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1433
1433
|
semver "^7.5.4"
|
|
1434
1434
|
|
|
1435
|
-
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.
|
|
1436
|
-
version "6.
|
|
1437
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1438
|
-
integrity sha512-
|
|
1435
|
+
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.17.0":
|
|
1436
|
+
version "6.18.1"
|
|
1437
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
|
|
1438
|
+
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
|
|
1439
1439
|
dependencies:
|
|
1440
1440
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1441
1441
|
"@types/json-schema" "^7.0.12"
|
|
1442
1442
|
"@types/semver" "^7.5.0"
|
|
1443
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1444
|
-
"@typescript-eslint/types" "6.
|
|
1445
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1443
|
+
"@typescript-eslint/scope-manager" "6.18.1"
|
|
1444
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1445
|
+
"@typescript-eslint/typescript-estree" "6.18.1"
|
|
1446
1446
|
semver "^7.5.4"
|
|
1447
1447
|
|
|
1448
1448
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
@@ -1453,12 +1453,12 @@
|
|
|
1453
1453
|
"@typescript-eslint/types" "6.11.0"
|
|
1454
1454
|
eslint-visitor-keys "^3.4.1"
|
|
1455
1455
|
|
|
1456
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1457
|
-
version "6.
|
|
1458
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1459
|
-
integrity sha512
|
|
1456
|
+
"@typescript-eslint/visitor-keys@6.18.1":
|
|
1457
|
+
version "6.18.1"
|
|
1458
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
|
|
1459
|
+
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
|
|
1460
1460
|
dependencies:
|
|
1461
|
-
"@typescript-eslint/types" "6.
|
|
1461
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1462
1462
|
eslint-visitor-keys "^3.4.1"
|
|
1463
1463
|
|
|
1464
1464
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -3030,13 +3030,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3030
3030
|
minimatch "^9.0.3"
|
|
3031
3031
|
natural-compare-lite "^1.4.0"
|
|
3032
3032
|
|
|
3033
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
3034
|
-
version "1.17.
|
|
3035
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
3036
|
-
integrity sha512-
|
|
3033
|
+
eslint-plugin-sf-plugin@^1.17.2:
|
|
3034
|
+
version "1.17.2"
|
|
3035
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
|
|
3036
|
+
integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
|
|
3037
3037
|
dependencies:
|
|
3038
|
-
"@salesforce/core" "^6.4.
|
|
3039
|
-
"@typescript-eslint/utils" "^6.
|
|
3038
|
+
"@salesforce/core" "^6.4.7"
|
|
3039
|
+
"@typescript-eslint/utils" "^6.17.0"
|
|
3040
3040
|
|
|
3041
3041
|
eslint-plugin-unicorn@^49.0.0:
|
|
3042
3042
|
version "49.0.0"
|
|
@@ -3265,10 +3265,10 @@ fast-safe-stringify@^2.1.1:
|
|
|
3265
3265
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3266
3266
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3267
3267
|
|
|
3268
|
-
fast-xml-parser@^4.3.
|
|
3269
|
-
version "4.3.
|
|
3270
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
3271
|
-
integrity sha512-
|
|
3268
|
+
fast-xml-parser@^4.3.3:
|
|
3269
|
+
version "4.3.3"
|
|
3270
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz#aeaf5778392329f17168c40c51bcbfec8ff965be"
|
|
3271
|
+
integrity sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==
|
|
3272
3272
|
dependencies:
|
|
3273
3273
|
strnum "^1.0.5"
|
|
3274
3274
|
|
|
@@ -6008,17 +6008,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6008
6008
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6009
6009
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6010
6010
|
|
|
6011
|
-
pino@^8.
|
|
6012
|
-
version "8.
|
|
6013
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6014
|
-
integrity sha512-
|
|
6011
|
+
pino@^8.17.2:
|
|
6012
|
+
version "8.17.2"
|
|
6013
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6014
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6015
6015
|
dependencies:
|
|
6016
6016
|
atomic-sleep "^1.0.0"
|
|
6017
6017
|
fast-redact "^3.1.1"
|
|
6018
6018
|
on-exit-leak-free "^2.1.0"
|
|
6019
6019
|
pino-abstract-transport v1.1.0
|
|
6020
6020
|
pino-std-serializers "^6.0.0"
|
|
6021
|
-
process-warning "^
|
|
6021
|
+
process-warning "^3.0.0"
|
|
6022
6022
|
quick-format-unescaped "^4.0.3"
|
|
6023
6023
|
real-require "^0.2.0"
|
|
6024
6024
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6091,10 +6091,10 @@ process-on-spawn@^1.0.0:
|
|
|
6091
6091
|
dependencies:
|
|
6092
6092
|
fromentries "^1.2.0"
|
|
6093
6093
|
|
|
6094
|
-
process-warning@^
|
|
6095
|
-
version "
|
|
6096
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6097
|
-
integrity sha512
|
|
6094
|
+
process-warning@^3.0.0:
|
|
6095
|
+
version "3.0.0"
|
|
6096
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6097
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6098
6098
|
|
|
6099
6099
|
process@^0.11.10:
|
|
6100
6100
|
version "0.11.10"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.4",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"@salesforce/core": "^6.4.2",
|
|
47
47
|
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
48
48
|
"csv-parse": "^5.5.3",
|
|
49
|
-
"fast-xml-parser": "^4.3.
|
|
49
|
+
"fast-xml-parser": "^4.3.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
53
53
|
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
54
54
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
55
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
56
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
55
|
+
"@salesforce/plugin-command-reference": "^3.0.62",
|
|
56
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
58
|
"oclif": "^4.1.3",
|
|
59
59
|
"shx": "0.2.2",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.4.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.4.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|