@@ -90,8 +90,8 @@ generate the command reference guide located
9090
9191```
9292USAGE
93- $ sf commandreference generate [--json] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden] [--error-on-warnings] [-c
94- <value>]
93+ $ sf commandreference generate [--json] [--flags-dir <value>] [- d <value>] [-p <value> | -a] [-s <value>] [--hidden]
94+ [--error-on-warnings] [-c <value>]
9595
9696FLAGS
9797 -a, --all include all relevant plugins in the generation
@@ -104,7 +104,8 @@ FLAGS
104104 --hidden show hidden commands
105105
106106GLOBAL FLAGS
107- --json Format output as json.
107+ --flags-dir=<value> Import flag values from a directory.
108+ --json Format output as json.
108109
109110DESCRIPTION
110111 generate the command reference guide located
@@ -129,26 +130,27 @@ EXAMPLES
129130 $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
130131```
131132
132- _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.75 /src/commands/commandreference/generate.ts ) _
133+ _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.76 /src/commands/commandreference/generate.ts ) _
133134
134135## ` sf jit install `
135136
136137Install all JIT plugins.
137138
138139```
139140USAGE
140- $ sf jit install [--json] [-d]
141+ $ sf jit install [--json] [--flags-dir <value>] [- d]
141142
142143FLAGS
143144 -d, --dry-run List the plugins that would be installed.
144145
145146GLOBAL FLAGS
146- --json Format output as json.
147+ --flags-dir=<value> Import flag values from a directory.
148+ --json Format output as json.
147149
148150EXAMPLES
149151 $ sf jit install
150152```
151153
152- _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.75 /src/commands/jit/install.ts ) _
154+ _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.76 /src/commands/jit/install.ts ) _
153155
154156<!-- commandsstop -->
0 commit comments