File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/commands/lightning/dev Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ Name of the Experience Builder site to preview. It has to match a site name from
25
25
26
26
Username or alias of the target org. Not required if the ` target-org ` configuration variable is already set.
27
27
28
- # flags.debug.summary
29
-
30
- Enable Node Inspector to debug server-side rendering.
31
-
32
28
# examples
33
29
34
30
- Preview the site "Partner Central" from the org "myOrg":
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ export default class LightningDevSite extends SfCommand<void> {
23
23
name : Flags . string ( {
24
24
summary : messages . getMessage ( 'flags.name.summary' ) ,
25
25
char : 'n' ,
26
- required : false ,
27
- } ) ,
28
- debug : Flags . boolean ( {
29
- summary : messages . getMessage ( 'flags.debug.summary' ) ,
30
26
} ) ,
31
27
'target-org' : Flags . optionalOrg ( { summary : messages . getMessage ( 'flags.target-org.summary' ) } ) ,
32
28
} ;
You can’t perform that action at this time.
0 commit comments