You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/plugins/src/commands/plugins/install.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ import Plugins from '@oclif/plugin-plugins/lib/plugins'
8
8
importclifrom'cli-ux'
9
9
10
10
exportdefaultclassPluginsInstallextendsCommand{
11
-
staticdescription=`installs a plugin into the BF CLI
12
-
Can be installed from npm or a git url.
11
+
staticdescription=`Installs a plugin into the BF CLI
13
12
Installation of a user-installed plugin will override a core plugin.
14
-
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in the CLI without the need to patch and update the whole CLI.
15
-
`
13
+
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command will override the core plugin implementation.
14
+
This is useful if a user needs to update core plugin functionality in the CLI without the need to patch and update the whole CLI.`
0 commit comments