@@ -201,17 +201,18 @@ EXAMPLES
201201 $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202202```
203203
204- _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.10 /src/commands/lightning/dev/app.ts ) _
204+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.3.0 /src/commands/lightning/dev/app.ts ) _
205205
206206## ` sf lightning dev component `
207207
208208[ Beta] Preview LWC components in isolation.
209209
210210```
211211USAGE
212- $ sf lightning dev component [--json] [--flags-dir <value>] [-n <value>] [-o <value>]
212+ $ sf lightning dev component [--json] [--flags-dir <value>] [-n <value>] [-c] [- o <value>]
213213
214214FLAGS
215+ -c, --client-select Launch component preview without selecting a component
215216 -n, --name=<value> Name of a component to preview.
216217 -o, --target-org=<value> Username or alias of the target org.
217218
@@ -246,7 +247,7 @@ EXAMPLES
246247 $ sf lightning dev component --name myComponent
247248```
248249
249- _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.10 /src/commands/lightning/dev/component.ts ) _
250+ _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.3.0 /src/commands/lightning/dev/component.ts ) _
250251
251252## ` sf lightning dev site `
252253
@@ -300,6 +301,6 @@ EXAMPLES
300301 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
301302```
302303
303- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.10 /src/commands/lightning/dev/site.ts ) _
304+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.3.0 /src/commands/lightning/dev/site.ts ) _
304305
305306<!-- commandsstop -->
0 commit comments