@salesforce/plugin-custom-metadata 3.1.13 → 3.1.15
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/npm-shrinkwrap.json +16556 -0
- package/oclif.lock +769 -456
- package/oclif.manifest.json +1 -1
- package/package.json +13 -14
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.1.
|
|
151
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.15/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.1.
|
|
239
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.15/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.1.
|
|
300
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.15/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.1.
|
|
353
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.15/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.1.
|
|
403
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.15/src/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|