Skip to content

Commit 437171f

Browse files
committed
chore: update text
1 parent adb20f6 commit 437171f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,13 @@ Preview an Experience Builder site locally and in real-time, without deploying i
177177

178178
```
179179
USAGE
180-
$ sf lightning dev site [--flags-dir <value>] [-n <value>] [--debug] [-o <value>]
180+
$ sf lightning dev site [--flags-dir <value>] [-n <value>] [-o <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.
185185
-o, --target-org=<value> Username or alias of the target org. Not required if the `target-org` configuration variable
186186
is already set.
187-
--debug Enable Node Inspector to debug server-side rendering.
188187
189188
GLOBAL FLAGS
190189
--flags-dir=<value> Import flag values from a directory.
@@ -212,10 +211,6 @@ EXAMPLES
212211
Preview the site "Partner Central" from the org "myOrg":
213212
214213
$ sf lightning dev site --name "Partner Central" --target-org myOrg
215-
216-
Preview the site "Partner Central" from the org "myOrg" with Node Inspector enabled:
217-
218-
$ sf lightning dev site --name "Partner Central" --target-org myOrg --debug
219214
```
220215

221216
_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)_

messages/lightning.dev.site.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ Name of the Experience Builder site to preview. It has to match a site name from
2525

2626
- Preview the site "Partner Central" from the org "myOrg":
2727
<%= config.bin %> <%= command.id %> --name "Partner Central" --target-org myOrg
28-
- Preview the site "Partner Central" from the org "myOrg" with Node Inspector enabled:
29-
<%= config.bin %> <%= command.id %> --name "Partner Central" --target-org myOrg --debug

0 commit comments

Comments
 (0)