@salesforce/plugin-lightning-dev 6.2.0 → 6.2.2
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 +3 -3
- package/npm-shrinkwrap.json +2119 -370
- package/oclif.lock +490 -166
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -203,7 +203,7 @@ EXAMPLES
|
|
|
203
203
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
206
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/app.ts)_
|
|
207
207
|
|
|
208
208
|
## `sf lightning dev component`
|
|
209
209
|
|
|
@@ -251,7 +251,7 @@ EXAMPLES
|
|
|
251
251
|
$ sf lightning dev component --name myComponent
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
254
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/component.ts)_
|
|
255
255
|
|
|
256
256
|
## `sf lightning dev site`
|
|
257
257
|
|
|
@@ -308,6 +308,6 @@ EXAMPLES
|
|
|
308
308
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.
|
|
311
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.2/src/commands/lightning/dev/site.ts)_
|
|
312
312
|
|
|
313
313
|
<!-- commandsstop -->
|