@@ -201,11 +201,11 @@ 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.7 /src/commands/lightning/dev/app.ts ) _
204+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8 /src/commands/lightning/dev/app.ts ) _
205205
206206## ` sf lightning dev component `
207207
208- Preview LWC components in isolation.
208+ [ Beta ] Preview LWC components in isolation.
209209
210210```
211211USAGE
@@ -220,7 +220,7 @@ GLOBAL FLAGS
220220 --json Format output as json.
221221
222222DESCRIPTION
223- Preview LWC components in isolation.
223+ [Beta] Preview LWC components in isolation.
224224
225225 Component preview launches an isolated development environment for Lightning Web Components, enabling rapid iteration
226226 without needing to deploy changes. The server provides real-time previews of your components through hot module
@@ -246,7 +246,7 @@ EXAMPLES
246246 $ sf lightning dev component --name myComponent
247247```
248248
249- _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.7 /src/commands/lightning/dev/component.ts ) _
249+ _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8 /src/commands/lightning/dev/component.ts ) _
250250
251251## ` sf lightning dev site `
252252
@@ -300,6 +300,6 @@ EXAMPLES
300300 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
301301```
302302
303- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.7 /src/commands/lightning/dev/site.ts ) _
303+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.8 /src/commands/lightning/dev/site.ts ) _
304304
305305<!-- commandsstop -->
0 commit comments