@@ -48,14 +48,15 @@ describe the command here
4848
4949```
5050USAGE
51- $ codify apply [FILE] [-f] [-n <value>]
51+ $ codify apply [FILE] [-f] [-n <value>] [-p <value>]
5252
5353ARGUMENTS
5454 FILE file to read
5555
5656FLAGS
5757 -f, --force
5858 -n, --name=<value> name to print
59+ -p, --path=<value> path to project
5960
6061DESCRIPTION
6162 describe the command here
@@ -64,7 +65,8 @@ EXAMPLES
6465 $ codify apply
6566```
6667
67- _ See code: [ src/commands/apply.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/apply.ts ) _
68+ _ See
69+ code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/apply/index.ts ) _
6870
6971## ` codify hello PERSON `
7072
@@ -114,10 +116,10 @@ Display help for codify.
114116
115117```
116118USAGE
117- $ codify help [COMMANDS] [-n]
119+ $ codify help [COMMANDS... ] [-n]
118120
119121ARGUMENTS
120- COMMANDS Command to show help for.
122+ COMMANDS... Command to show help for.
121123
122124FLAGS
123125 -n, --nested-commands Include all nested commands in the output.
@@ -182,10 +184,10 @@ Installs a plugin into the CLI.
182184
183185```
184186USAGE
185- $ codify plugins:install PLUGIN...
187+ $ codify plugins add plugins :install PLUGIN...
186188
187189ARGUMENTS
188- PLUGIN Plugin to install.
190+ PLUGIN... Plugin to install.
189191
190192FLAGS
191193 -f, --force Run yarn install with force flag.
@@ -220,10 +222,10 @@ Displays installation properties of a plugin.
220222
221223```
222224USAGE
223- $ codify plugins: inspect PLUGIN...
225+ $ codify plugins inspect PLUGIN...
224226
225227ARGUMENTS
226- PLUGIN [default: .] Plugin to inspect.
228+ PLUGIN... [default: .] Plugin to inspect.
227229
228230FLAGS
229231 -h, --help Show CLI help.
@@ -247,10 +249,10 @@ Installs a plugin into the CLI.
247249
248250```
249251USAGE
250- $ codify plugins: install PLUGIN...
252+ $ codify plugins install PLUGIN...
251253
252254ARGUMENTS
253- PLUGIN Plugin to install.
255+ PLUGIN... Plugin to install.
254256
255257FLAGS
256258 -f, --force Run yarn install with force flag.
@@ -287,15 +289,15 @@ Links a plugin into the CLI for development.
287289
288290```
289291USAGE
290- $ codify plugins: link PLUGIN
292+ $ codify plugins link PLUGIN
291293
292294ARGUMENTS
293295 PATH [default: .] path to plugin
294296
295297FLAGS
296- -h, --help Show CLI help.
298+ -h, --help Show CLI help.
297299 -v, --verbose
298- --[no-]install Install dependencies after linking the plugin.
300+ --[no-]install Install dependencies after linking the plugin.
299301
300302DESCRIPTION
301303 Links a plugin into the CLI for development.
@@ -317,7 +319,7 @@ Removes a plugin from the CLI.
317319
318320```
319321USAGE
320- $ codify plugins:uninstall PLUGIN...
322+ $ codify plugins remove plugins :uninstall PLUGIN...
321323
322324ARGUMENTS
323325 PLUGIN plugin to uninstall
@@ -340,7 +342,7 @@ Removes a plugin from the CLI.
340342
341343```
342344USAGE
343- $ codify plugins: uninstall PLUGIN...
345+ $ codify plugins uninstall PLUGIN...
344346
345347ARGUMENTS
346348 PLUGIN plugin to uninstall
@@ -366,7 +368,7 @@ Removes a plugin from the CLI.
366368
367369```
368370USAGE
369- $ codify plugins:uninstall PLUGIN...
371+ $ codify plugins unlink plugins :uninstall PLUGIN...
370372
371373ARGUMENTS
372374 PLUGIN plugin to uninstall
0 commit comments