@@ -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.3.0 darwin-arm64 node-v20.15.1
2222$ codify --help [COMMAND]
2323USAGE
2424 $ codify COMMAND
2828# Commands
2929<!-- commands -->
3030* [ ` codify apply ` ] ( #codify-apply )
31+ * [ ` codify destroy ` ] ( #codify-destroy )
3132* [ ` codify help [COMMAND] ` ] ( #codify-help-command )
33+ * [ ` codify import ` ] ( #codify-import )
3234* [ ` codify plan ` ] ( #codify-plan )
3335* [ ` codify plugins ` ] ( #codify-plugins )
3436* [ ` codify plugins add PLUGIN ` ] ( #codify-plugins-add-plugin )
4042* [ ` codify plugins uninstall [PLUGIN] ` ] ( #codify-plugins-uninstall-plugin )
4143* [ ` codify plugins unlink [PLUGIN] ` ] ( #codify-plugins-unlink-plugin )
4244* [ ` codify plugins update ` ] ( #codify-plugins-update )
43- * [ ` codify uninstall ` ] ( #codify-uninstall )
4445
4546## ` codify apply `
4647
@@ -68,7 +69,33 @@ EXAMPLES
6869 $ codify apply
6970```
7071
71- _ See code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1/src/commands/apply/index.ts ) _
72+ _ See code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.3.0/src/commands/apply/index.ts ) _
73+
74+ ## ` codify destroy `
75+
76+ Destroy or uninstall a resource (or many resources).
77+
78+ ```
79+ USAGE
80+ $ codify destroy [--json] [--debug] [-o plain|default|debug|json] [-s]
81+
82+ FLAGS
83+ -o, --output=<option> [default: default]
84+ <options: plain|default|debug|json>
85+ -s, --secure
86+ --debug
87+
88+ GLOBAL FLAGS
89+ --json Format output as json.
90+
91+ DESCRIPTION
92+ Destroy or uninstall a resource (or many resources).
93+
94+ EXAMPLES
95+ $ codify destroy homebrew nvm
96+ ```
97+
98+ _ See code: [ src/commands/destroy.ts] ( https://github.com/kevinwang5658/codify/blob/v0.3.0/src/commands/destroy.ts ) _
7299
73100## ` codify help [COMMAND] `
74101
@@ -88,7 +115,34 @@ DESCRIPTION
88115 Display help for codify.
89116```
90117
91- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.4/src/commands/help.ts ) _
118+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.5/src/commands/help.ts ) _
119+
120+ ## ` codify import `
121+
122+ Generate codify configs from existing installations
123+
124+ ```
125+ USAGE
126+ $ codify import [--json] [--debug] [-o plain|default|debug|json] [-s] [-p <value>]
127+
128+ FLAGS
129+ -o, --output=<option> [default: default]
130+ <options: plain|default|debug|json>
131+ -p, --path=<value> path to project
132+ -s, --secure
133+ --debug
134+
135+ GLOBAL FLAGS
136+ --json Format output as json.
137+
138+ DESCRIPTION
139+ Generate codify configs from existing installations
140+
141+ EXAMPLES
142+ $ codify import homebrew nvm
143+ ```
144+
145+ _ See code: [ src/commands/import.ts] ( https://github.com/kevinwang5658/codify/blob/v0.3.0/src/commands/import.ts ) _
92146
93147## ` codify plan `
94148
@@ -116,7 +170,7 @@ EXAMPLES
116170 $ codify plan
117171```
118172
119- _ See code: [ src/commands/plan/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1 /src/commands/plan/index.ts ) _
173+ _ See code: [ src/commands/plan/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.3.0 /src/commands/plan/index.ts ) _
120174
121175## ` codify plugins `
122176
@@ -139,7 +193,7 @@ EXAMPLES
139193 $ codify plugins
140194```
141195
142- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/index.ts ) _
196+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/index.ts ) _
143197
144198## ` codify plugins add PLUGIN `
145199
@@ -213,7 +267,7 @@ EXAMPLES
213267 $ codify plugins inspect myplugin
214268```
215269
216- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/inspect.ts ) _
270+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/inspect.ts ) _
217271
218272## ` codify plugins install PLUGIN `
219273
@@ -262,7 +316,7 @@ EXAMPLES
262316 $ codify plugins install someuser/someplugin
263317```
264318
265- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/install.ts ) _
319+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/install.ts ) _
266320
267321## ` codify plugins link PATH `
268322
@@ -292,7 +346,7 @@ EXAMPLES
292346 $ codify plugins link myplugin
293347```
294348
295- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/link.ts ) _
349+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/link.ts ) _
296350
297351## ` codify plugins remove [PLUGIN] `
298352
@@ -333,7 +387,7 @@ FLAGS
333387 --reinstall Reinstall all plugins after uninstalling.
334388```
335389
336- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/reset.ts ) _
390+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/reset.ts ) _
337391
338392## ` codify plugins uninstall [PLUGIN] `
339393
@@ -361,7 +415,7 @@ EXAMPLES
361415 $ codify plugins uninstall myplugin
362416```
363417
364- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3 /src/commands/plugins/uninstall.ts ) _
418+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4 /src/commands/plugins/uninstall.ts ) _
365419
366420## ` codify plugins unlink [PLUGIN] `
367421
@@ -405,31 +459,5 @@ DESCRIPTION
405459 Update installed plugins.
406460```
407461
408- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/update.ts ) _
409-
410- ## ` codify uninstall `
411-
412- Uninstall a given resource based on id.
413-
414- ```
415- USAGE
416- $ codify uninstall [--json] [--debug] [-o plain|default|debug|json] [-s]
417-
418- FLAGS
419- -o, --output=<option> [default: default]
420- <options: plain|default|debug|json>
421- -s, --secure
422- --debug
423-
424- GLOBAL FLAGS
425- --json Format output as json.
426-
427- DESCRIPTION
428- Uninstall a given resource based on id.
429-
430- EXAMPLES
431- $ codify uninstall
432- ```
433-
434- _ See code: [ src/commands/uninstall.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.1/src/commands/uninstall.ts ) _
462+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/update.ts ) _
435463<!-- commandsstop -->
0 commit comments