@@ -66,36 +66,31 @@ sfdx commandreference --plugins salesforcedx,alias,config,auth
66
66
## Commands
67
67
68
68
<!-- commands -->
69
- * [ ` sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx -commandreferencegenerate--d-string--p-array---hidden---erroronwarnings---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
69
+ * [ ` sf commandreference:generate` ] ( #sf -commandreferencegenerate )
70
70
71
- ## ` sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
71
+ ## ` sf commandreference:generate`
72
72
73
73
generate the command reference guide located
74
74
75
75
```
76
+ generate the command reference guide located
77
+
76
78
USAGE
77
- $ sfdx commandreference:generate [-d <string>] [-p <array>] [--hidden] [--erroronwarnings] [--json] [--loglevel
78
- trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
79
+ $ sf commandreference:generate
79
80
80
81
OPTIONS
81
- -d, --outputdir=outputdir [default: ./tmp/root] output
82
- directory to put generated files
83
-
84
- -p, --plugins=plugins comma separated list of plugin names
85
- to be part of the generation.
86
- Defaults to the oclif plugin in the
87
- current working directory
82
+ -b, --ditamap-suffix=ditamap-suffix [default: unified] unique suffix to append to generated ditamap
83
+ -d, --outputdir=outputdir [default: ./tmp/root] output directory to put generated files
88
84
89
- --erroronwarnings fail the command if there are any
90
- warnings
85
+ -p, --plugins=plugins comma separated list of plugin names to be part of the generation. Defaults to
86
+ the oclif plugin in the current working directory
91
87
92
- --hidden show hidden commands
88
+ --erroronwarnings fail the command if there are any warnings
93
89
94
- --json format output as json
90
+ --hidden show hidden commands
95
91
96
- --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
97
- this command invocation
92
+ --json Format output as json.
98
93
```
99
94
100
- _ See code: [ lib /commands/commandreference/generate.js ] ( https://github.com/forcedotcom /plugin-command-reference/blob/v1.3.13/lib /commands/commandreference/generate.js ) _
95
+ _ See code: [ src /commands/commandreference/generate.ts ] ( https://github.com/salesforcecli /plugin-command-reference/blob/v2.0.0/src /commands/commandreference/generate.ts ) _
101
96
<!-- commandsstop -->
0 commit comments