@salesforce/plugin-custom-metadata 2.2.8 → 2.2.10

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 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.8/src/commands/cmdt/generate/field.ts)_
151
+ _See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/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.8/src/commands/cmdt/generate/fromorg.ts)_
238
+ _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/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.8/src/commands/cmdt/generate/object.ts)_
299
+ _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/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.8/src/commands/cmdt/generate/record.ts)_
352
+ _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/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.8/src/commands/cmdt/generate/records.ts)_
402
+ _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/src/commands/cmdt/generate/records.ts)_
403
403
 
404
404
  <!-- commandsstop -->
405
405