@@ -201,20 +201,21 @@ 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/4.2 .0/src/commands/lightning/dev/app.ts ) _
204
+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3 .0/src/commands/lightning/dev/app.ts ) _
205
205
206
206
## ` sf lightning dev component `
207
207
208
208
[ Beta] Preview LWC components in isolation.
209
209
210
210
```
211
211
USAGE
212
- $ sf lightning dev component [--json] [--flags-dir <value>] [-n <value>] [-c] [-o <value> ]
212
+ $ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>] [-c]
213
213
214
214
FLAGS
215
215
-c, --client-select Launch component preview without selecting a component
216
216
-n, --name=<value> Name of a component to preview.
217
- -o, --target-org=<value> Username or alias of the target org.
217
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
218
+ configuration variable is already set.
218
219
219
220
GLOBAL FLAGS
220
221
--flags-dir=<value> Import flag values from a directory.
@@ -247,7 +248,7 @@ EXAMPLES
247
248
$ sf lightning dev component --name myComponent
248
249
```
249
250
250
- _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2 .0/src/commands/lightning/dev/component.ts ) _
251
+ _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3 .0/src/commands/lightning/dev/component.ts ) _
251
252
252
253
## ` sf lightning dev site `
253
254
@@ -303,6 +304,6 @@ EXAMPLES
303
304
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
304
305
```
305
306
306
- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.2 .0/src/commands/lightning/dev/site.ts ) _
307
+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.3 .0/src/commands/lightning/dev/site.ts ) _
307
308
308
309
<!-- commandsstop -->
0 commit comments