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
2525
2626Username or alias of the target org. Not required if the ` target-org ` configuration variable is already set.
2727
28- # flags.debug.summary
29-
30- Enable Node Inspector to debug server-side rendering.
31-
3228# examples
3329
3430- 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> {
2323 name : Flags . string ( {
2424 summary : messages . getMessage ( 'flags.name.summary' ) ,
2525 char : 'n' ,
26- required : false ,
27- } ) ,
28- debug : Flags . boolean ( {
29- summary : messages . getMessage ( 'flags.debug.summary' ) ,
3026 } ) ,
3127 'target-org' : Flags . optionalOrg ( { summary : messages . getMessage ( 'flags.target-org.summary' ) } ) ,
3228 } ;
You can’t perform that action at this time.
0 commit comments