@@ -150,6 +150,7 @@ Preview a Lightning Experience app locally and in real-time, without deploying i
150150```
151151USAGE
152152 $ sf lightning dev app -o <value> [--flags-dir <value>] [-n <value>] [-t desktop|ios|android] [-i <value>]
153+ [--api-version <value>]
153154
154155FLAGS
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
163165GLOBAL 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```
259261USAGE
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
262264FLAGS
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
272275GLOBAL 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 -->
0 commit comments