Skip to content

Commit 1d63a14

Browse files
committed
Merge branch 'export-dir'
2 parents 9bc525a + 1e4b7d3 commit 1d63a14

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

command/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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),

docs/force_export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

docs/force_login_scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/force_open.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)