@salesforce/plugin-schema 3.1.6 → 3.1.7
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 +2 -2
- package/npm-shrinkwrap.json +16205 -0
- package/oclif.lock +766 -729
- package/oclif.manifest.json +1 -1
- package/package.json +14 -15
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.
|
|
120
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/describe.ts)_
|
|
121
121
|
|
|
122
122
|
## `sf sobject list`
|
|
123
123
|
|
|
@@ -155,6 +155,6 @@ EXAMPLES
|
|
|
155
155
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.
|
|
158
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/list.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|