File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var exportCmd = &cobra.Command{
2626 Short : "Export metadata to a local directory" ,
2727 Example : `
2828 force export
29- force export org/schema
29+ force export [directory]
3030 force export -x ApexClass -x CustomObject
3131` ,
3232 Args : cobra .MaximumNArgs (1 ),
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ force export [dir] [flags]
1111```
1212
1313 force export
14- force export org/schema
14+ force export [directory]
1515 force export -x ApexClass -x CustomObject
1616
1717```
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ force login scratch [flags]
99### Options
1010
1111```
12- -h, --help help for scratch
12+ -h, --help help for scratch
13+ --username string username for scratch org user
1314```
1415
1516### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ force open [account] [flags]
2424### Options
2525
2626```
27+ -d, --debug show link
2728 -h, --help help for open
2829 -s, --start string relative URL to open
2930```
You can’t perform that action at this time.
0 commit comments