@@ -269,7 +269,7 @@ EXAMPLES
269
269
$ csdx plugins
270
270
```
271
271
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 ) _
273
273
274
274
## ` csdx plugins:add PLUGIN `
275
275
@@ -343,7 +343,7 @@ EXAMPLES
343
343
$ csdx plugins:inspect myplugin
344
344
```
345
345
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 ) _
347
347
348
348
## ` csdx plugins:install PLUGIN `
349
349
@@ -392,7 +392,7 @@ EXAMPLES
392
392
$ csdx plugins:install someuser/someplugin
393
393
```
394
394
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 ) _
396
396
397
397
## ` csdx plugins:link PATH `
398
398
@@ -412,6 +412,7 @@ FLAGS
412
412
413
413
DESCRIPTION
414
414
Links a plugin into the CLI for development.
415
+
415
416
Installation of a linked plugin will override a user-installed or core plugin.
416
417
417
418
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
422
423
$ csdx plugins:link myplugin
423
424
```
424
425
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 ) _
426
427
427
428
## ` csdx plugins:remove [PLUGIN] `
428
429
@@ -463,7 +464,7 @@ FLAGS
463
464
--reinstall Reinstall all plugins after uninstalling.
464
465
```
465
466
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 ) _
467
468
468
469
## ` csdx plugins:uninstall [PLUGIN] `
469
470
@@ -491,7 +492,7 @@ EXAMPLES
491
492
$ csdx plugins:uninstall myplugin
492
493
```
493
494
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 ) _
495
496
496
497
## ` csdx plugins:unlink [PLUGIN] `
497
498
@@ -535,5 +536,5 @@ DESCRIPTION
535
536
Update installed plugins.
536
537
```
537
538
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 ) _
539
540
<!-- commandsstop -->
0 commit comments