@@ -134,14 +134,15 @@ describe the command here
134134
135135```
136136USAGE
137- $ codify plan [FILE] [-f] [-n <value>]
137+ $ codify plan [FILE] [-f] [-n <value>] [-p <value>]
138138
139139ARGUMENTS
140140 FILE file to read
141141
142142FLAGS
143143 -f, --force
144144 -n, --name=<value> name to print
145+ -p, --path=<value> path to project
145146
146147DESCRIPTION
147148 describe the command here
@@ -150,7 +151,7 @@ EXAMPLES
150151 $ codify plan
151152```
152153
153- _ See code: [ src/commands/plan.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/plan.ts ) _
154+ _ See code: [ src/commands/plan/index .ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/plan/index .ts ) _
154155
155156## ` codify plugins `
156157
@@ -173,7 +174,7 @@ EXAMPLES
173174 $ codify plugins
174175```
175176
176- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8 .4/src/commands/plugins/index.ts ) _
177+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9 .4/src/commands/plugins/index.ts ) _
177178
178179## ` codify plugins:install PLUGIN... `
179180
@@ -238,7 +239,7 @@ EXAMPLES
238239 $ codify plugins:inspect myplugin
239240```
240241
241- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8 .4/src/commands/plugins/inspect.ts ) _
242+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9 .4/src/commands/plugins/inspect.ts ) _
242243
243244## ` codify plugins:install PLUGIN... `
244245
@@ -278,7 +279,7 @@ EXAMPLES
278279 $ codify plugins:install someuser/someplugin
279280```
280281
281- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8 .4/src/commands/plugins/install.ts ) _
282+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9 .4/src/commands/plugins/install.ts ) _
282283
283284## ` codify plugins:link PLUGIN `
284285
@@ -292,8 +293,9 @@ ARGUMENTS
292293 PATH [default: .] path to plugin
293294
294295FLAGS
295- -h, --help Show CLI help.
296+ -h, --help Show CLI help.
296297 -v, --verbose
298+ --[no-]install Install dependencies after linking the plugin.
297299
298300DESCRIPTION
299301 Links a plugin into the CLI for development.
@@ -307,7 +309,7 @@ EXAMPLES
307309 $ codify plugins:link myplugin
308310```
309311
310- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8 .4/src/commands/plugins/link.ts ) _
312+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9 .4/src/commands/plugins/link.ts ) _
311313
312314## ` codify plugins:uninstall PLUGIN... `
313315
@@ -355,7 +357,8 @@ ALIASES
355357 $ codify plugins remove
356358```
357359
358- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4/src/commands/plugins/uninstall.ts ) _
360+ _ See
361+ code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/uninstall.ts ) _
359362
360363## ` codify plugins:uninstall PLUGIN... `
361364
@@ -396,5 +399,5 @@ DESCRIPTION
396399 Update installed plugins.
397400```
398401
399- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8 .4/src/commands/plugins/update.ts ) _
402+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9 .4/src/commands/plugins/update.ts ) _
400403<!-- commandsstop -->
0 commit comments