Skip to content

Commit 74df8d7

Browse files
committed
docs
1 parent f86cfd9 commit 74df8d7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/config/plugins.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@ flowchart TD
2525
4. ECA matches `install` names against the marketplace, then **discovers components** from each matched plugin directory.
2626
5. All components are **merged** into the config waterfall — user config always takes precedence on conflicts.
2727

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+
2849
## Pointing to a plugin source / marketplace
2950

3051
Add a `plugins` key to your config with one or more named sources and an `install` array:

0 commit comments

Comments
 (0)