@salesforce/plugin-custom-metadata 3.0.10 → 3.0.11
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 +24 -16
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
151
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
239
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
300
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
353
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
403
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -727,10 +727,10 @@
|
|
|
727
727
|
wordwrap "^1.0.0"
|
|
728
728
|
wrap-ansi "^7.0.0"
|
|
729
729
|
|
|
730
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
731
|
-
version "3.15.
|
|
732
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.
|
|
733
|
-
integrity sha512-
|
|
730
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
731
|
+
version "3.15.1"
|
|
732
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
733
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
734
734
|
dependencies:
|
|
735
735
|
ansi-escapes "^4.3.2"
|
|
736
736
|
ansi-styles "^4.3.0"
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
js-yaml "^3.14.1"
|
|
750
750
|
natural-orderby "^2.0.3"
|
|
751
751
|
object-treeify "^1.1.33"
|
|
752
|
-
password-prompt "^1.1.
|
|
752
|
+
password-prompt "^1.1.3"
|
|
753
753
|
slice-ansi "^4.0.0"
|
|
754
754
|
string-width "^4.2.3"
|
|
755
755
|
strip-ansi "^6.0.1"
|
|
@@ -1016,13 +1016,13 @@
|
|
|
1016
1016
|
"@salesforce/ts-types" "^2.0.9"
|
|
1017
1017
|
tslib "^2.6.2"
|
|
1018
1018
|
|
|
1019
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1020
|
-
version "3.0.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1022
|
-
integrity sha512-
|
|
1019
|
+
"@salesforce/plugin-command-reference@^3.0.57":
|
|
1020
|
+
version "3.0.57"
|
|
1021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.57.tgz#5780600bd60330dd64171ce249f44a2949f10253"
|
|
1022
|
+
integrity sha512-UZNOkrDH1QmZXT6G3EbZtDqmVWBx8L84ogmr7s6D+/G04lEZlPaOPE6PqYic8q+ldPor1WIq4Do6YVdy1Fv/WQ==
|
|
1023
1023
|
dependencies:
|
|
1024
|
-
"@oclif/core" "^3.15.
|
|
1025
|
-
"@salesforce/core" "^6.4.
|
|
1024
|
+
"@oclif/core" "^3.15.1"
|
|
1025
|
+
"@salesforce/core" "^6.4.1"
|
|
1026
1026
|
"@salesforce/kit" "^3.0.15"
|
|
1027
1027
|
"@salesforce/sf-plugins-core" "^5.0.8"
|
|
1028
1028
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1040,12 +1040,12 @@
|
|
|
1040
1040
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1041
1041
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1042
1042
|
|
|
1043
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1044
|
-
version "5.0.
|
|
1045
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1046
|
-
integrity sha512-
|
|
1043
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1044
|
+
version "5.0.12"
|
|
1045
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
|
1046
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
|
1047
1047
|
dependencies:
|
|
1048
|
-
"@oclif/core" "^3.
|
|
1048
|
+
"@oclif/core" "^3.15.0"
|
|
1049
1049
|
"@salesforce/core" "^6.4.1"
|
|
1050
1050
|
"@salesforce/kit" "^3.0.15"
|
|
1051
1051
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -5907,6 +5907,14 @@ password-prompt@^1.1.2:
|
|
|
5907
5907
|
ansi-escapes "^3.1.0"
|
|
5908
5908
|
cross-spawn "^6.0.5"
|
|
5909
5909
|
|
|
5910
|
+
password-prompt@^1.1.3:
|
|
5911
|
+
version "1.1.3"
|
|
5912
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5913
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5914
|
+
dependencies:
|
|
5915
|
+
ansi-escapes "^4.3.2"
|
|
5916
|
+
cross-spawn "^7.0.3"
|
|
5917
|
+
|
|
5910
5918
|
path-case@^3.0.4:
|
|
5911
5919
|
version "3.0.4"
|
|
5912
5920
|
resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f"
|
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.0.
|
|
4
|
+
"version": "3.0.11",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.15.0",
|
|
46
46
|
"@salesforce/core": "^6.4.0",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
48
48
|
"csv-parse": "^5.5.3",
|
|
49
49
|
"fast-xml-parser": "^4.3.2"
|
|
50
50
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@oclif/plugin-command-snapshot": "^5.0.4",
|
|
53
53
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
54
54
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
55
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
55
|
+
"@salesforce/plugin-command-reference": "^3.0.57",
|
|
56
56
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
58
|
"oclif": "^4.1.0",
|
|
@@ -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.0.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.11.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.11.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|