@@ -201,7 +201,7 @@ 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/4.1.7 /src/commands/lightning/dev/app.ts ) _
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 ) _
205205
206206## ` sf lightning dev component `
207207
@@ -247,15 +247,15 @@ EXAMPLES
247247 $ sf lightning dev component --name myComponent
248248```
249249
250- _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.7 /src/commands/lightning/dev/component.ts ) _
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 ) _
251251
252252## ` sf lightning dev site `
253253
254254[ Beta] Preview an Experience Builder site locally and in real-time, without deploying it.
255255
256256```
257257USAGE
258- $ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest]
258+ $ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest] [--ssr]
259259
260260FLAGS
261261 -l, --get-latest Download the latest version of the specified site from your org, instead of using any local
@@ -265,6 +265,7 @@ FLAGS
265265 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
266266 configuration variable is already set.
267267 --guest Preview the site as a guest user (rather than an authenticated user).
268+ --ssr Preview the SSR bundle
268269
269270GLOBAL FLAGS
270271 --flags-dir=<value> Import flag values from a directory.
@@ -302,6 +303,6 @@ EXAMPLES
302303 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303304```
304305
305- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/4.1.7 /src/commands/lightning/dev/site.ts ) _
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 ) _
306307
307308<!-- commandsstop -->
0 commit comments