@@ -90,8 +90,8 @@ generate the command reference guide located
90
90
91
91
```
92
92
USAGE
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>]
95
95
96
96
FLAGS
97
97
-a, --all include all relevant plugins in the generation
@@ -104,7 +104,8 @@ FLAGS
104
104
--hidden show hidden commands
105
105
106
106
GLOBAL FLAGS
107
- --json Format output as json.
107
+ --flags-dir=<value> Import flag values from a directory.
108
+ --json Format output as json.
108
109
109
110
DESCRIPTION
110
111
generate the command reference guide located
@@ -129,26 +130,27 @@ EXAMPLES
129
130
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
130
131
```
131
132
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 ) _
133
134
134
135
## ` sf jit install `
135
136
136
137
Install all JIT plugins.
137
138
138
139
```
139
140
USAGE
140
- $ sf jit install [--json] [-d]
141
+ $ sf jit install [--json] [--flags-dir <value>] [- d]
141
142
142
143
FLAGS
143
144
-d, --dry-run List the plugins that would be installed.
144
145
145
146
GLOBAL FLAGS
146
- --json Format output as json.
147
+ --flags-dir=<value> Import flag values from a directory.
148
+ --json Format output as json.
147
149
148
150
EXAMPLES
149
151
$ sf jit install
150
152
```
151
153
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 ) _
153
155
154
156
<!-- commandsstop -->
0 commit comments