$darkmode
Elektra 0.11.0
kdb-plugin-list(1) -- List plugins available to Elektra

SYNOPSIS

kdb plugin-list [provider]

DESCRIPTION

This command will either list all available Elektra plugins or all plugins that provide a specific functionality.

The output will be sorted alphabetically unless option -v is passed. With option -v the output will be sorted by their status, the best plugins will be the last in the list.

OPTIONS

EXAMPLES

To get a sorted list of all available plugins with their status:
kdb plugin-list -v

To get a sorted list of all storage plugins:
kdb plugin-list storage

To get a sorted list of all plugins that provide ini with their status:
kdb plugin-list -v ini

SEE ALSO