Skip to content

Commit 6a5cd6a

Browse files
committed
chore(release): 4.4.1-alpha.0 [skip ci]
1 parent 5a5bef1 commit 6a5cd6a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,21 +201,22 @@ 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.4.0/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.1-alpha.0/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

208208
[Beta] Preview LWC components in isolation.
209209

210210
```
211211
USAGE
212-
$ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>] [-c]
212+
$ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>] [--api-version <value>] [-c]
213213
214214
FLAGS
215-
-c, --client-select Launch component preview without selecting a component
216-
-n, --name=<value> Name of a component to preview.
217-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
218-
configuration variable is already set.
215+
-c, --client-select Launch component preview without selecting a component
216+
-n, --name=<value> Name of a component to preview.
217+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
218+
configuration variable is already set.
219+
--api-version=<value> Override the api version used for api requests made by this command
219220
220221
GLOBAL FLAGS
221222
--flags-dir=<value> Import flag values from a directory.
@@ -248,7 +249,7 @@ EXAMPLES
248249
$ sf lightning dev component --name myComponent
249250
```
250251

251-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.0/src/commands/lightning/dev/component.ts)_
252+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.1-alpha.0/src/commands/lightning/dev/component.ts)_
252253

253254
## `sf lightning dev site`
254255

@@ -304,6 +305,6 @@ EXAMPLES
304305
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305306
```
306307

307-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.0/src/commands/lightning/dev/site.ts)_
308+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.1-alpha.0/src/commands/lightning/dev/site.ts)_
308309

309310
<!-- 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": "4.4.0",
4+
"version": "4.4.1-alpha.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)