@@ -18,7 +18,7 @@ $ npm install -g codify
1818$ codify COMMAND
1919running command...
2020$ codify (--version)
21- codify/0.0.1 darwin-arm64 node-v20.15.0
21+ codify/0.0.2 darwin-arm64 node-v20.15.0
2222$ codify --help [COMMAND]
2323USAGE
2424 $ codify COMMAND
@@ -68,8 +68,6 @@ EXAMPLES
6868 $ codify apply
6969```
7070
71- _ See code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1/src/commands/apply/index.ts ) _
72-
7371## ` codify help [COMMAND] `
7472
7573Display help for codify.
@@ -88,7 +86,7 @@ DESCRIPTION
8886 Display help for codify.
8987```
9088
91- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.4 /src/commands/help.ts ) _
89+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.5 /src/commands/help.ts ) _
9290
9391## ` codify plan `
9492
@@ -116,8 +114,6 @@ EXAMPLES
116114 $ codify plan
117115```
118116
119- _ See code: [ src/commands/plan/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1/src/commands/plan/index.ts ) _
120-
121117## ` codify plugins `
122118
123119List installed plugins.
@@ -139,7 +135,7 @@ EXAMPLES
139135 $ codify plugins
140136```
141137
142- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/index.ts ) _
138+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/index.ts ) _
143139
144140## ` codify plugins add PLUGIN `
145141
@@ -213,7 +209,7 @@ EXAMPLES
213209 $ codify plugins inspect myplugin
214210```
215211
216- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/inspect.ts ) _
212+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/inspect.ts ) _
217213
218214## ` codify plugins install PLUGIN `
219215
@@ -262,7 +258,7 @@ EXAMPLES
262258 $ codify plugins install someuser/someplugin
263259```
264260
265- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/install.ts ) _
261+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/install.ts ) _
266262
267263## ` codify plugins link PATH `
268264
@@ -292,7 +288,7 @@ EXAMPLES
292288 $ codify plugins link myplugin
293289```
294290
295- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/link.ts ) _
291+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/link.ts ) _
296292
297293## ` codify plugins remove [PLUGIN] `
298294
@@ -333,7 +329,7 @@ FLAGS
333329 --reinstall Reinstall all plugins after uninstalling.
334330```
335331
336- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/reset.ts ) _
332+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/reset.ts ) _
337333
338334## ` codify plugins uninstall [PLUGIN] `
339335
@@ -361,7 +357,7 @@ EXAMPLES
361357 $ codify plugins uninstall myplugin
362358```
363359
364- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/uninstall.ts ) _
360+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/uninstall.ts ) _
365361
366362## ` codify plugins unlink [PLUGIN] `
367363
@@ -405,7 +401,7 @@ DESCRIPTION
405401 Update installed plugins.
406402```
407403
408- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/update.ts ) _
404+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/update.ts ) _
409405
410406## ` codify uninstall `
411407
@@ -430,6 +426,4 @@ DESCRIPTION
430426EXAMPLES
431427 $ codify uninstall
432428```
433-
434- _ See code: [ src/commands/uninstall.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1/src/commands/uninstall.ts ) _
435429<!-- commandsstop -->
0 commit comments