.show plugins

Lists all plugins of the cluster.

Syntax

.show plugins

Output

Returns a table containing the following fields:

  • PluginName: Name of the plugin
  • IsEnabled: A boolean value that indicates if the plugin is enabled

Example

.show plugins
PluginName IsEnabled
autocluster false
basket true

Next steps