2828# Commands
2929<!-- commands -->
3030* [ ` codify apply [FILE] ` ] ( #codify-apply-file )
31- * [ ` codify hello PERSON ` ] ( #codify-hello-person )
32- * [ ` codify hello world ` ] ( #codify-hello-world )
3331* [ ` codify help [COMMANDS] ` ] ( #codify-help-commands )
3432* [ ` codify plan [FILE] ` ] ( #codify-plan-file )
3533* [ ` codify plugins ` ] ( #codify-plugins )
@@ -41,21 +39,27 @@ USAGE
4139* [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin-1 )
4240* [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin-2 )
4341* [ ` codify plugins update ` ] ( #codify-plugins-update )
44- * [ ` codify uninstall [RESOURCE] ` ] ( #codify-uninstall-resource )
42+ * [ ` codify uninstall ` ] ( #codify-uninstall )
4543
4644## ` codify apply [FILE] `
4745
4846describe the command here
4947
5048```
5149USAGE
52- $ codify apply [FILE] [-p <value>]
50+ $ codify apply [FILE] [--json] [-o plain|default|debug|json] [--debug] [- p <value>]
5351
5452ARGUMENTS
5553 FILE file to read
5654
5755FLAGS
58- -p, --path=<value> path to project
56+ -o, --output=<option> [default: default]
57+ <options: plain|default|debug|json>
58+ -p, --path=<value> path to project
59+ --debug
60+
61+ GLOBAL FLAGS
62+ --json Format output as json.
5963
6064DESCRIPTION
6165 describe the command here
@@ -67,48 +71,6 @@ EXAMPLES
6771_ See
6872code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/apply/index.ts ) _
6973
70- ## ` codify hello PERSON `
71-
72- Say hello
73-
74- ```
75- USAGE
76- $ codify hello PERSON -f <value>
77-
78- ARGUMENTS
79- PERSON Person to say hello to
80-
81- FLAGS
82- -f, --from=<value> (required) Who is saying hello
83-
84- DESCRIPTION
85- Say hello
86-
87- EXAMPLES
88- $ oex hello friend --from oclif
89- hello friend from oclif! (./src/commands/hello/index.ts)
90- ```
91-
92- _ See code: [ src/commands/hello/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/hello/index.ts ) _
93-
94- ## ` codify hello world `
95-
96- Say hello world
97-
98- ```
99- USAGE
100- $ codify hello world
101-
102- DESCRIPTION
103- Say hello world
104-
105- EXAMPLES
106- $ codify hello world
107- hello world! (./src/commands/hello/world.ts)
108- ```
109-
110- _ See code: [ src/commands/hello/world.ts] ( https://github.com/kevinwang5658/codify/blob/v0.0.0/src/commands/hello/world.ts ) _
111-
11274## ` codify help [COMMANDS] `
11375
11476Display help for codify.
@@ -135,15 +97,21 @@ describe the command here
13597
13698```
13799USAGE
138- $ codify plan [FILE] [-f] [-n <value>] [-p <value>]
100+ $ codify plan [FILE] [--json] [-o plain|default|debug|json] [--debug] [- f] [-n <value>] [-p <value>]
139101
140102ARGUMENTS
141103 FILE file to read
142104
143105FLAGS
144106 -f, --force
145- -n, --name=<value> name to print
146- -p, --path=<value> path to project
107+ -n, --name=<value> name to print
108+ -o, --output=<option> [default: default]
109+ <options: plain|default|debug|json>
110+ -p, --path=<value> path to project
111+ --debug
112+
113+ GLOBAL FLAGS
114+ --json Format output as json.
147115
148116DESCRIPTION
149117 describe the command here
@@ -402,16 +370,21 @@ DESCRIPTION
402370
403371_ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/update.ts ) _
404372
405- ## ` codify uninstall [RESOURCE] `
373+ ## ` codify uninstall `
406374
407375describe the command here
408376
409377```
410378USAGE
411- $ codify uninstall [RESOURCE ]
379+ $ codify uninstall [--json] [-o plain|default|debug|json] [--debug ]
412380
413- ARGUMENTS
414- RESOURCE resource type to uninstall
381+ FLAGS
382+ -o, --output=<option> [default: default]
383+ <options: plain|default|debug|json>
384+ --debug
385+
386+ GLOBAL FLAGS
387+ --json Format output as json.
415388
416389DESCRIPTION
417390 describe the command here
0 commit comments