@@ -201,7 +201,7 @@ 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/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 ) _
205
205
206
206
## ` sf lightning dev component `
207
207
@@ -247,15 +247,15 @@ EXAMPLES
247
247
$ sf lightning dev component --name myComponent
248
248
```
249
249
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 ) _
251
251
252
252
## ` sf lightning dev site `
253
253
254
254
[ Beta] Preview an Experience Builder site locally and in real-time, without deploying it.
255
255
256
256
```
257
257
USAGE
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]
259
259
260
260
FLAGS
261
261
-l, --get-latest Download the latest version of the specified site from your org, instead of using any local
@@ -264,6 +264,7 @@ FLAGS
264
264
org.
265
265
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
266
266
configuration variable is already set.
267
+ --guest Preview the site as a guest user (rather than an authenticated user).
267
268
268
269
GLOBAL FLAGS
269
270
--flags-dir=<value> Import flag values from a directory.
@@ -301,6 +302,6 @@ EXAMPLES
301
302
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
302
303
```
303
304
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 ) _
305
306
306
307
<!-- commandsstop -->
0 commit comments