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/documentation/eventmesh/plugins.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,33 @@ A plugin can manually be installed :
15
15
16
16
## Enable a plugin
17
17
18
-
Once the plugin is installed, open a command prompt and execute the command `FaasNet.EventMeshCTL.CLI.exe enable_plugin -n=<PLUGIN_NAME>` to enable the plugin.
18
+
Once the plugin is installed, open a command prompt and execute the command `FaasNet.EventMeshCTL.CLI.exe enable_plugin --name=<PLUGIN_NAME>` to enable the plugin.
19
19
20
20
If the plugin is successfully enabled then a success message is displayed.
21
21
22
-
The EventMesh server must be restarted to take into consideration the new activated plugins.
22
+
## Configure a plugin
23
+
24
+
There are two methods to configure a plugin. Either by editing the `appsettings.json` configuration file present inside the plugin directory or by using the CLI.
25
+
26
+
All the available configuration records can be displayed by executing the command line
0 commit comments