@@ -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/3.3.1 /src/commands/lightning/dev/app.ts ) _
204+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.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/3.3.1 /src/commands/lightning/dev/component.ts ) _
250+ _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.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]
258+ $ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest]
259259
260260FLAGS
261261 -l, --get-latest Download the latest version of the specified site from your org, instead of using any local
@@ -264,6 +264,7 @@ FLAGS
264264 org.
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.
267+ --guest Preview the site as a guest user (rather than an authenticated user).
267268
268269GLOBAL FLAGS
269270 --flags-dir=<value> Import flag values from a directory.
@@ -301,6 +302,6 @@ EXAMPLES
301302 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
302303```
303304
304- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.3.1 /src/commands/lightning/dev/site.ts ) _
305+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.4.0 /src/commands/lightning/dev/site.ts ) _
305306
306307<!-- commandsstop -->
0 commit comments