Skip to content

Commit 3230d17

Browse files
committed
chore(release): 1.0.26-alpha.1 [skip ci]
1 parent c70363b commit 3230d17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

176176
Preview an Experience Builder site locally and in real-time, without deploying it.
177177

178178
```
179179
USAGE
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
182182
FLAGS
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
188188
GLOBAL 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 -->

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": "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": {

0 commit comments

Comments
 (0)