Skip to content

Commit 94ed2c8

Browse files
committed
chore(release): 3.4.0 [skip ci]
1 parent 60a8098 commit 94ed2c8

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.4.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.3.1...3.4.0) (2025-06-02)
2+
3+
### Features
4+
5+
- add --guest flag for experience sites @W-17731639 ([#396](https://github.com/salesforcecli/plugin-lightning-dev/issues/396)) ([60a8098](https://github.com/salesforcecli/plugin-lightning-dev/commit/60a80983cd8898eec4d982cd9b91bea2a6c0d012))
6+
17
## [3.3.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/3.3.0...3.3.1) (2025-05-29)
28

39
### Bug Fixes

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```
257257
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]
259259
260260
FLAGS
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
268269
GLOBAL 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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "3.3.1",
4+
"version": "3.4.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)