@salesforce/plugin-lightning-dev 6.0.8 → 6.0.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 +3 -3
- package/npm-shrinkwrap.json +1093 -500
- package/oclif.lock +338 -205
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ sf lightning dev component --name myComponent
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.
|
|
252
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/component.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf lightning dev site`
|
|
255
255
|
|
|
@@ -305,6 +305,6 @@ EXAMPLES
|
|
|
305
305
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.
|
|
308
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/site.ts)_
|
|
309
309
|
|
|
310
310
|
<!-- commandsstop -->
|