@@ -269,7 +269,7 @@ EXAMPLES
269269 $ csdx plugins
270270```
271271
272- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/index.ts ) _
272+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/index.ts ) _
273273
274274## ` csdx plugins:add PLUGIN `
275275
@@ -343,7 +343,7 @@ EXAMPLES
343343 $ csdx plugins:inspect myplugin
344344```
345345
346- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/inspect.ts ) _
346+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/inspect.ts ) _
347347
348348## ` csdx plugins:install PLUGIN `
349349
@@ -392,7 +392,7 @@ EXAMPLES
392392 $ csdx plugins:install someuser/someplugin
393393```
394394
395- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/install.ts ) _
395+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/install.ts ) _
396396
397397## ` csdx plugins:link PATH `
398398
@@ -412,6 +412,7 @@ FLAGS
412412
413413DESCRIPTION
414414 Links a plugin into the CLI for development.
415+
415416 Installation of a linked plugin will override a user-installed or core plugin.
416417
417418 e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
@@ -422,7 +423,7 @@ EXAMPLES
422423 $ csdx plugins:link myplugin
423424```
424425
425- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/link.ts ) _
426+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/link.ts ) _
426427
427428## ` csdx plugins:remove [PLUGIN] `
428429
@@ -463,7 +464,7 @@ FLAGS
463464 --reinstall Reinstall all plugins after uninstalling.
464465```
465466
466- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/reset.ts ) _
467+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/reset.ts ) _
467468
468469## ` csdx plugins:uninstall [PLUGIN] `
469470
@@ -491,7 +492,7 @@ EXAMPLES
491492 $ csdx plugins:uninstall myplugin
492493```
493494
494- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/uninstall.ts ) _
495+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/uninstall.ts ) _
495496
496497## ` csdx plugins:unlink [PLUGIN] `
497498
@@ -535,5 +536,5 @@ DESCRIPTION
535536 Update installed plugins.
536537```
537538
538- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.9 /src/commands/plugins/update.ts ) _
539+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.14 /src/commands/plugins/update.ts ) _
539540<!-- commandsstop -->
0 commit comments