@@ -156,7 +156,7 @@ FLAG DESCRIPTIONS
156156 The default is the "src" directory in the current working directory.
157157```
158158
159- _ See code: [ src/commands/dev/audit/messages.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/audit/messages.ts ) _
159+ _ See code: [ src/commands/dev/audit/messages.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/audit/messages.ts ) _
160160
161161## ` sf dev convert messages `
162162
@@ -191,7 +191,7 @@ EXAMPLES
191191 $ sf dev convert messages --project-dir ./path/to/plugin --filename my-command.json
192192```
193193
194- _ See code: [ src/commands/dev/convert/messages.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/convert/messages.ts ) _
194+ _ See code: [ src/commands/dev/convert/messages.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/convert/messages.ts ) _
195195
196196## ` sf dev convert script `
197197
@@ -235,18 +235,19 @@ EXAMPLES
235235 $ sf dev convert script --script ./myScript.yml
236236```
237237
238- _ See code: [ src/commands/dev/convert/script.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/convert/script.ts ) _
238+ _ See code: [ src/commands/dev/convert/script.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/convert/script.ts ) _
239239
240240## ` sf dev generate command `
241241
242242Generate a new sf command.
243243
244244```
245245USAGE
246- $ sf dev generate command -n <value> [--flags-dir <value>] [--force] [--nuts] [--unit]
246+ $ sf dev generate command -n <value> [--flags-dir <value>] [--force] [--dry-run] [-- nuts] [--unit]
247247
248248FLAGS
249249 -n, --name=<value> (required) Name of the new command. Use colons to separate the topic and command names.
250+ --dry-run Display the changes that would be made without writing them to disk.
250251 --force Overwrite existing files.
251252 --[no-]nuts Generate a NUT test file for the command.
252253 --[no-]unit Generate a unit test file for the command.
@@ -260,7 +261,7 @@ DESCRIPTION
260261 You must run this command from within a plugin directory, such as the directory created with the "sf dev generate
261262 plugin" command.
262263
263- The command generates basic source files, messages (\*.md), and test files for your new command. The Typescript files
264+ The command generates basic source files, messages (\*.md), and test files for your new command. The Typescript files
264265 contain import statements for the minimum required Salesforce libraries, and scaffold some basic code. The new type
265266 names come from the value you passed to the --name flag.
266267
@@ -275,7 +276,7 @@ EXAMPLES
275276 $ sf dev generate command --name my:exciting:command
276277```
277278
278- _ See code: [ src/commands/dev/generate/command.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/generate/command.ts ) _
279+ _ See code: [ src/commands/dev/generate/command.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/generate/command.ts ) _
279280
280281## ` sf dev generate flag `
281282
@@ -315,15 +316,18 @@ EXAMPLES
315316 $ sf dev generate flag --dry-run
316317```
317318
318- _ See code: [ src/commands/dev/generate/flag.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/generate/flag.ts ) _
319+ _ See code: [ src/commands/dev/generate/flag.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/generate/flag.ts ) _
319320
320321## ` sf dev generate plugin `
321322
322323Generate a new sf plugin.
323324
324325```
325326USAGE
326- $ sf dev generate plugin [--flags-dir <value>]
327+ $ sf dev generate plugin [--flags-dir <value>] [--dry-run]
328+
329+ FLAGS
330+ --dry-run Display the changes that would be made without writing them to disk.
327331
328332GLOBAL FLAGS
329333 --flags-dir=<value> Import flag values from a directory.
@@ -346,6 +350,6 @@ EXAMPLES
346350 $ sf dev generate plugin
347351```
348352
349- _ See code: [ src/commands/dev/generate/plugin.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.3.6 /src/commands/dev/generate/plugin.ts ) _
353+ _ See code: [ src/commands/dev/generate/plugin.ts] ( https://github.com/salesforcecli/plugin-dev/blob/2.4.0 /src/commands/dev/generate/plugin.ts ) _
350354
351355<!-- commandsstop -->
0 commit comments