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
Copy file name to clipboardExpand all lines: docs/config/plugins.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,27 @@ flowchart TD
25
25
4. ECA matches `install` names against the marketplace, then **discovers components** from each matched plugin directory.
26
26
5. All components are **merged** into the config waterfall — user config always takes precedence on conflicts.
27
27
28
+
## Commands
29
+
30
+
### `/plugins`
31
+
32
+
Lists all available plugins from your configured marketplaces. Plugins that are already installed are marked with ✅.
33
+
34
+
```
35
+
/plugins
36
+
```
37
+
38
+
### `/plugin-install`
39
+
40
+
Installs a plugin by adding it to the `install` list in your global config.
41
+
42
+
```
43
+
/plugin-install <plugin-name>
44
+
/plugin-install <plugin-name@marketplace>
45
+
```
46
+
47
+
Use `<plugin-name@marketplace>` to disambiguate when multiple sources provide a plugin with the same name. After installing, restart ECA for the plugin to take effect.
48
+
28
49
## Pointing to a plugin source / marketplace
29
50
30
51
Add a `plugins` key to your config with one or more named sources and an `install` array:
0 commit comments