@salesforce/plugin-custom-metadata 2.2.8 → 2.2.9
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 +115 -697
- package/oclif.manifest.json +1 -1
- package/package.json +8 -11
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/2.2.
|
|
151
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.9/src/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sfdx cmdt:generate:fromorg`
|
|
154
154
|
|
|
@@ -235,7 +235,7 @@ FLAG DESCRIPTIONS
|
|
|
235
235
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
238
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.9/src/commands/cmdt/generate/fromorg.ts)_
|
|
239
239
|
|
|
240
240
|
## `sfdx cmdt:generate:object`
|
|
241
241
|
|
|
@@ -296,7 +296,7 @@ FLAG DESCRIPTIONS
|
|
|
296
296
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
299
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.9/src/commands/cmdt/generate/object.ts)_
|
|
300
300
|
|
|
301
301
|
## `sfdx cmdt:generate:record`
|
|
302
302
|
|
|
@@ -349,7 +349,7 @@ FLAG DESCRIPTIONS
|
|
|
349
349
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
352
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.9/src/commands/cmdt/generate/record.ts)_
|
|
353
353
|
|
|
354
354
|
## `sfdx cmdt:generate:records`
|
|
355
355
|
|
|
@@ -399,7 +399,7 @@ FLAG DESCRIPTIONS
|
|
|
399
399
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
402
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.9/src/commands/cmdt/generate/records.ts)_
|
|
403
403
|
|
|
404
404
|
<!-- commandsstop -->
|
|
405
405
|
|