Skip to content

Commit 7783c3d

Browse files
committed
chore(release): 6.1.0 [skip ci]
1 parent a653742 commit 7783c3d

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [6.1.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.9...6.1.0) (2026-01-28)
2+
3+
### Features
4+
5+
- prompt to enable local dev @W-20406426 [#595](https://github.com/salesforcecli/plugin-lightning-dev/issues/595) ([#597](https://github.com/salesforcecli/plugin-lightning-dev/issues/597)) ([a653742](https://github.com/salesforcecli/plugin-lightning-dev/commit/a653742c8864fa3cfe73dff1cdc39de594163684))
6+
17
## [6.0.9](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.8...6.0.9) (2026-01-25)
28

39
### Bug Fixes

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Preview a Lightning Experience app locally and in real-time, without deploying i
150150
```
151151
USAGE
152152
$ sf lightning dev app -o <value> [--flags-dir <value>] [-n <value>] [-t desktop|ios|android] [-i <value>]
153+
[--api-version <value>]
153154
154155
FLAGS
155156
-i, --device-id=<value> ID of the mobile device to display the preview if device type is set to `ios` or
@@ -159,6 +160,7 @@ FLAGS
159160
configuration variable is already set.
160161
-t, --device-type=<option> Type of device to display the app preview.
161162
<options: desktop|ios|android>
163+
--api-version=<value> Override the api version used for api requests made by this command
162164
163165
GLOBAL FLAGS
164166
--flags-dir=<value> Import flag values from a directory.
@@ -201,7 +203,7 @@ EXAMPLES
201203
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202204
```
203205

204-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/app.ts)_
206+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.1.0/src/commands/lightning/dev/app.ts)_
205207

206208
## `sf lightning dev component`
207209

@@ -249,25 +251,26 @@ EXAMPLES
249251
$ sf lightning dev component --name myComponent
250252
```
251253

252-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/component.ts)_
254+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.1.0/src/commands/lightning/dev/component.ts)_
253255

254256
## `sf lightning dev site`
255257

256258
[Beta] Preview an Experience Builder site locally and in real-time, without deploying it.
257259

258260
```
259261
USAGE
260-
$ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest] [--ssr]
262+
$ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>] [-l] [--guest] [--ssr] [--api-version <value>]
261263
262264
FLAGS
263-
-l, --get-latest Download the latest version of the specified site from your org, instead of using any local
264-
cache.
265-
-n, --name=<value> Name of the Experience Builder site to preview. It has to match a site name from the current
266-
org.
267-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
268-
configuration variable is already set.
269-
--guest Preview the site as a guest user (rather than an authenticated user).
270-
--ssr Preview the SSR bundle
265+
-l, --get-latest Download the latest version of the specified site from your org, instead of using any local
266+
cache.
267+
-n, --name=<value> Name of the Experience Builder site to preview. It has to match a site name from the
268+
current org.
269+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
270+
configuration variable is already set.
271+
--api-version=<value> Override the api version used for api requests made by this command
272+
--guest Preview the site as a guest user (rather than an authenticated user).
273+
--ssr Preview the SSR bundle
271274
272275
GLOBAL FLAGS
273276
--flags-dir=<value> Import flag values from a directory.
@@ -305,6 +308,6 @@ EXAMPLES
305308
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
306309
```
307310

308-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/site.ts)_
311+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.1.0/src/commands/lightning/dev/site.ts)_
309312

310313
<!-- 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": "6.0.9",
4+
"version": "6.1.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)