@salesforce/plugin-info 3.0.28 → 3.0.29
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 +18774 -0
- package/oclif.lock +953 -961
- package/oclif.manifest.json +1 -1
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ EXAMPLES
|
|
|
124
124
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
127
|
+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.29/src/commands/doctor.ts)_
|
|
128
128
|
|
|
129
129
|
## `sf info releasenotes display`
|
|
130
130
|
|
|
@@ -163,6 +163,6 @@ EXAMPLES
|
|
|
163
163
|
$ sf info releasenotes display --version latest
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
166
|
+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.29/src/commands/info/releasenotes/display.ts)_
|
|
167
167
|
|
|
168
168
|
<!-- commandsstop -->
|