We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166ae1 commit 827fb10Copy full SHA for 827fb10
messages/open.md
@@ -28,11 +28,11 @@ To open in a specific browser, use the --browser flag. Supported browsers are "c
28
29
- Open a local Lightning page in your default org's Lightning App Builder:
30
31
- $ <%= config.bin %> <%= command.id %> --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
+ $ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/flexipages/Hello.flexipage-meta.xml
32
33
- Open a local Flow in Flow Builder:
34
35
- $ <%= config.bin %> <%= command.id %> --source-path force-app/main/default/flows/Hello.flow-meta.xml
+ $ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/flows/Hello.flow-meta.xml
36
37
# flags.browser.summary
38
0 commit comments