@salesforce/plugin-custom-metadata 3.0.4 → 3.0.5
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 -6
- package/oclif.lock +6 -6
- package/oclif.manifest.json +2 -2
- package/package.json +4 -4
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.5/src/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf cmdt generate fromorg`
|
|
154
154
|
|
|
@@ -165,7 +165,8 @@ FLAGS
|
|
|
165
165
|
-i, --ignore-unsupported Ignore unsupported field types.
|
|
166
166
|
-l, --label=<value> Label for the custom metadata type.
|
|
167
167
|
-n, --dev-name=<value> (required) Name of the custom metadata type.
|
|
168
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
168
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
169
|
+
configuration variable is already set.
|
|
169
170
|
-p, --plural-label=<value> Plural version of the label value; if blank, uses label.
|
|
170
171
|
-r, --records-output-dir=<value> [default: force-app/main/default/customMetadata] Directory to store newly-created
|
|
171
172
|
custom metadata record files.
|
|
@@ -235,7 +236,7 @@ FLAG DESCRIPTIONS
|
|
|
235
236
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
236
237
|
```
|
|
237
238
|
|
|
238
|
-
_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.5/src/commands/cmdt/generate/fromorg.ts)_
|
|
239
240
|
|
|
240
241
|
## `sf cmdt generate object`
|
|
241
242
|
|
|
@@ -296,7 +297,7 @@ FLAG DESCRIPTIONS
|
|
|
296
297
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
297
298
|
```
|
|
298
299
|
|
|
299
|
-
_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.5/src/commands/cmdt/generate/object.ts)_
|
|
300
301
|
|
|
301
302
|
## `sf cmdt generate record`
|
|
302
303
|
|
|
@@ -349,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
349
350
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
350
351
|
```
|
|
351
352
|
|
|
352
|
-
_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.5/src/commands/cmdt/generate/record.ts)_
|
|
353
354
|
|
|
354
355
|
## `sf cmdt generate records`
|
|
355
356
|
|
|
@@ -399,7 +400,7 @@ FLAG DESCRIPTIONS
|
|
|
399
400
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
400
401
|
```
|
|
401
402
|
|
|
402
|
-
_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.5/src/commands/cmdt/generate/records.ts)_
|
|
403
404
|
|
|
404
405
|
<!-- commandsstop -->
|
|
405
406
|
|
package/oclif.lock
CHANGED
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
semver "^7.5.4"
|
|
931
931
|
ts-retry-promise "^0.7.1"
|
|
932
932
|
|
|
933
|
-
"@salesforce/core@^6.1.
|
|
933
|
+
"@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0":
|
|
934
934
|
version "6.2.0"
|
|
935
935
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
|
|
936
936
|
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
|
|
@@ -1034,13 +1034,13 @@
|
|
|
1034
1034
|
chalk "^4"
|
|
1035
1035
|
inquirer "^8.2.5"
|
|
1036
1036
|
|
|
1037
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1038
|
-
version "5.0.
|
|
1039
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1040
|
-
integrity sha512-
|
|
1037
|
+
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1038
|
+
version "5.0.3"
|
|
1039
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1040
|
+
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
1041
1041
|
dependencies:
|
|
1042
1042
|
"@oclif/core" "^3.11.0"
|
|
1043
|
-
"@salesforce/core" "^6.1.
|
|
1043
|
+
"@salesforce/core" "^6.1.3"
|
|
1044
1044
|
"@salesforce/kit" "^3.0.15"
|
|
1045
1045
|
"@salesforce/ts-types" "^2.0.9"
|
|
1046
1046
|
"@types/inquirer" "^8.2.3"
|
package/oclif.manifest.json
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"name": "target-org",
|
|
210
210
|
"noCacheDefault": true,
|
|
211
211
|
"required": true,
|
|
212
|
-
"summary": "Username or alias of the target org.",
|
|
212
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
213
213
|
"hasDynamicHelp": true,
|
|
214
214
|
"multiple": false,
|
|
215
215
|
"type": "option"
|
|
@@ -810,5 +810,5 @@
|
|
|
810
810
|
]
|
|
811
811
|
}
|
|
812
812
|
},
|
|
813
|
-
"version": "3.0.
|
|
813
|
+
"version": "3.0.5"
|
|
814
814
|
}
|
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.5",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.12.0",
|
|
46
46
|
"@salesforce/core": "^6.1.3",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
48
48
|
"csv-parse": "^5.5.2",
|
|
49
49
|
"fast-xml-parser": "^4.3.2"
|
|
50
50
|
},
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"type": "module",
|
|
233
233
|
"author": "Salesforce",
|
|
234
234
|
"sfdx": {
|
|
235
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.
|
|
236
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.
|
|
235
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.5.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.5.sig"
|
|
237
237
|
}
|
|
238
238
|
}
|