4141* [ ` csdx plugins:install PLUGIN... ` ] ( #csdx-pluginsinstall-plugin-1 )
4242* [ ` csdx plugins:link PLUGIN ` ] ( #csdx-pluginslink-plugin )
4343* [ ` csdx plugins:uninstall PLUGIN... ` ] ( #csdx-pluginsuninstall-plugin )
44+ * [ ` csdx plugins:reset ` ] ( #csdx-pluginsreset )
4445* [ ` csdx plugins:uninstall PLUGIN... ` ] ( #csdx-pluginsuninstall-plugin-1 )
4546* [ ` csdx plugins:uninstall PLUGIN... ` ] ( #csdx-pluginsuninstall-plugin-2 )
4647* [ ` csdx plugins:update ` ] ( #csdx-pluginsupdate )
@@ -284,7 +285,7 @@ EXAMPLES
284285 $ csdx plugins
285286```
286287
287- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/index.ts ) _
288+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/index.ts ) _
288289
289290## ` csdx plugins:install PLUGIN... `
290291
@@ -300,7 +301,11 @@ ARGUMENTS
300301FLAGS
301302 -f, --force Run yarn install with force flag.
302303 -h, --help Show CLI help.
303- -v, --verbose
304+ -s, --silent Silences yarn output.
305+ -v, --verbose Show verbose yarn output.
306+
307+ GLOBAL FLAGS
308+ --json Format output as json.
304309
305310DESCRIPTION
306311 Installs a plugin into the CLI.
@@ -317,11 +322,11 @@ ALIASES
317322 $ csdx plugins:add
318323
319324EXAMPLES
320- $ csdx plugins:install myplugin
325+ $ csdx plugins:add myplugin
321326
322- $ csdx plugins:install https://github.com/someuser/someplugin
327+ $ csdx plugins:add https://github.com/someuser/someplugin
323328
324- $ csdx plugins:install someuser/someplugin
329+ $ csdx plugins:add someuser/someplugin
325330```
326331
327332## ` csdx plugins:inspect PLUGIN... `
@@ -349,7 +354,7 @@ EXAMPLES
349354 $ csdx plugins:inspect myplugin
350355```
351356
352- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/inspect.ts ) _
357+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/inspect.ts ) _
353358
354359## ` csdx plugins:install PLUGIN... `
355360
@@ -365,7 +370,11 @@ ARGUMENTS
365370FLAGS
366371 -f, --force Run yarn install with force flag.
367372 -h, --help Show CLI help.
368- -v, --verbose
373+ -s, --silent Silences yarn output.
374+ -v, --verbose Show verbose yarn output.
375+
376+ GLOBAL FLAGS
377+ --json Format output as json.
369378
370379DESCRIPTION
371380 Installs a plugin into the CLI.
@@ -389,7 +398,7 @@ EXAMPLES
389398 $ csdx plugins:install someuser/someplugin
390399```
391400
392- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/install.ts ) _
401+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/install.ts ) _
393402
394403## ` csdx plugins:link PLUGIN `
395404
@@ -403,8 +412,9 @@ ARGUMENTS
403412 PATH [default: .] path to plugin
404413
405414FLAGS
406- -h, --help Show CLI help.
415+ -h, --help Show CLI help.
407416 -v, --verbose
417+ --[no-]install Install dependencies after linking the plugin.
408418
409419DESCRIPTION
410420 Links a plugin into the CLI for development.
@@ -418,7 +428,7 @@ EXAMPLES
418428 $ csdx plugins:link myplugin
419429```
420430
421- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/link.ts ) _
431+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/link.ts ) _
422432
423433## ` csdx plugins:uninstall PLUGIN... `
424434
@@ -441,8 +451,22 @@ DESCRIPTION
441451ALIASES
442452 $ csdx plugins:unlink
443453 $ csdx plugins:remove
454+
455+ EXAMPLES
456+ $ csdx plugins:remove myplugin
457+ ```
458+
459+ ## ` csdx plugins:reset `
460+
461+ Remove all user-installed and linked plugins.
462+
463+ ```
464+ USAGE
465+ $ csdx plugins:reset
444466```
445467
468+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/reset.ts ) _
469+
446470## ` csdx plugins:uninstall PLUGIN... `
447471
448472Removes a plugin from the CLI.
@@ -464,9 +488,12 @@ DESCRIPTION
464488ALIASES
465489 $ csdx plugins:unlink
466490 $ csdx plugins:remove
491+
492+ EXAMPLES
493+ $ csdx plugins:uninstall myplugin
467494```
468495
469- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/uninstall.ts ) _
496+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/uninstall.ts ) _
470497
471498## ` csdx plugins:uninstall PLUGIN... `
472499
@@ -489,6 +516,9 @@ DESCRIPTION
489516ALIASES
490517 $ csdx plugins:unlink
491518 $ csdx plugins:remove
519+
520+ EXAMPLES
521+ $ csdx plugins:unlink myplugin
492522```
493523
494524## ` csdx plugins:update `
@@ -507,5 +537,5 @@ DESCRIPTION
507537 Update installed plugins.
508538```
509539
510- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v3.8.4 /src/commands/plugins/update.ts ) _
540+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v4.1.10 /src/commands/plugins/update.ts ) _
511541<!-- commandsstop -->
0 commit comments