@@ -33,11 +33,11 @@ USAGE
3333* [ ` codify plugins ` ] ( #codify-plugins )
3434* [ ` codify plugins:install PLUGIN... ` ] ( #codify-pluginsinstall-plugin )
3535* [ ` codify plugins:inspect PLUGIN... ` ] ( #codify-pluginsinspect-plugin )
36- * [ ` codify plugins:install PLUGIN... ` ] ( #codify-pluginsinstall-plugin-1 )
36+ * [ ` codify plugins:install PLUGIN... ` ] ( #codify-pluginsinstall-plugin )
3737* [ ` codify plugins:link PLUGIN ` ] ( #codify-pluginslink-plugin )
3838* [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin )
39- * [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin-1 )
40- * [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin-2 )
39+ * [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin )
40+ * [ ` codify plugins:uninstall PLUGIN... ` ] ( #codify-pluginsuninstall-plugin )
4141* [ ` codify plugins update ` ] ( #codify-plugins-update )
4242* [ ` codify uninstall ` ] ( #codify-uninstall )
4343
@@ -47,7 +47,7 @@ describe the command here
4747
4848```
4949USAGE
50- $ codify apply [FILE] [--json] [-o plain|default|debug|json] [--debug ] [-p <value>]
50+ $ codify apply [FILE] [--json] [--debug] [- o plain|default|debug|json] [-s ] [-p <value>]
5151
5252ARGUMENTS
5353 FILE file to read
5656 -o, --output=<option> [default: default]
5757 <options: plain|default|debug|json>
5858 -p, --path=<value> path to project
59+ -s, --secure
5960 --debug
6061
6162GLOBAL FLAGS
@@ -97,7 +98,7 @@ describe the command here
9798
9899```
99100USAGE
100- $ codify plan [FILE] [--json] [-o plain|default|debug|json] [--debug ] [-f] [-n <value>] [-p <value>]
101+ $ codify plan [FILE] [--json] [--debug] [- o plain|default|debug|json] [-s ] [-f] [-n <value>] [-p <value>]
101102
102103ARGUMENTS
103104 FILE file to read
@@ -108,6 +109,7 @@ FLAGS
108109 -o, --output=<option> [default: default]
109110 <options: plain|default|debug|json>
110111 -p, --path=<value> path to project
112+ -s, --secure
111113 --debug
112114
113115GLOBAL FLAGS
@@ -143,7 +145,7 @@ EXAMPLES
143145 $ codify plugins
144146```
145147
146- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4 /src/commands/plugins/index.ts ) _
148+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1 /src/commands/plugins/index.ts ) _
147149
148150## ` codify plugins:install PLUGIN... `
149151
@@ -208,7 +210,8 @@ EXAMPLES
208210 $ codify plugins:inspect myplugin
209211```
210212
211- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/inspect.ts ) _
213+ _ See
214+ code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1/src/commands/plugins/inspect.ts ) _
212215
213216## ` codify plugins:install PLUGIN... `
214217
@@ -248,7 +251,8 @@ EXAMPLES
248251 $ codify plugins:install someuser/someplugin
249252```
250253
251- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/install.ts ) _
254+ _ See
255+ code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1/src/commands/plugins/install.ts ) _
252256
253257## ` codify plugins:link PLUGIN `
254258
@@ -278,7 +282,7 @@ EXAMPLES
278282 $ codify plugins:link myplugin
279283```
280284
281- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4 /src/commands/plugins/link.ts ) _
285+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1 /src/commands/plugins/link.ts ) _
282286
283287## ` codify plugins:uninstall PLUGIN... `
284288
@@ -327,7 +331,7 @@ ALIASES
327331```
328332
329333_ See
330- code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4 /src/commands/plugins/uninstall.ts ) _
334+ code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1 /src/commands/plugins/uninstall.ts ) _
331335
332336## ` codify plugins:uninstall PLUGIN... `
333337
@@ -368,19 +372,20 @@ DESCRIPTION
368372 Update installed plugins.
369373```
370374
371- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.9.4 /src/commands/plugins/update.ts ) _
375+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.10.1 /src/commands/plugins/update.ts ) _
372376
373377## ` codify uninstall `
374378
375379describe the command here
376380
377381```
378382USAGE
379- $ codify uninstall [--json] [-o plain|default|debug|json] [--debug ]
383+ $ codify uninstall [--json] [--debug] [- o plain|default|debug|json] [-s ]
380384
381385FLAGS
382386 -o, --output=<option> [default: default]
383387 <options: plain|default|debug|json>
388+ -s, --secure
384389 --debug
385390
386391GLOBAL FLAGS
0 commit comments