File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -169,21 +169,21 @@ EXAMPLES
169169 $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
170170```
171171
172- _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/0. 1.0-alpha.0 /src/commands/lightning/dev/app.ts ) _
172+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/1.0.26 -alpha.1 /src/commands/lightning/dev/app.ts ) _
173173
174174## ` sf lightning dev site `
175175
176176Preview an Experience Builder site locally and in real-time, without deploying it.
177177
178178```
179179USAGE
180- $ sf lightning dev site [--flags-dir <value>] [-n <value>] [-o <value>]
180+ $ sf lightning dev site -o <value> [--flags-dir <value>] [-n <value>]
181181
182182FLAGS
183183 -n, --name=<value> Name of the Experience Builder site to preview. It has to match a site name from the current
184184 org.
185- -o, --target-org=<value> Username or alias of the target org. Not required if the `target-org` configuration variable
186- is already set.
185+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
186+ configuration variable is already set.
187187
188188GLOBAL FLAGS
189189 --flags-dir=<value> Import flag values from a directory.
@@ -213,6 +213,6 @@ EXAMPLES
213213 $ sf lightning dev site --name "Partner Central" --target-org myOrg
214214```
215215
216- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/0. 1.0-alpha.0 /src/commands/lightning/dev/site.ts ) _
216+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/1.0.26 -alpha.1 /src/commands/lightning/dev/site.ts ) _
217217
218218<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-lightning-dev" ,
33 "description" : " Lightning development tools for LEX, Mobile, and Experience Sites" ,
4- "version" : " 1.0.26-alpha.0 " ,
4+ "version" : " 1.0.26-alpha.1 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments