Envoy Logo

boe list

The list command displays all available Envoy extensions. It provides a quick overview of what extensions you can use when running Envoy or generating configurations, along with the versions available for each extension.

This command is useful for discovering which extensions are available before using them with the run or gen-config commands.

Examples

List all available extensions:

boe list

The output shows a table with the extension name, version, type, and a brief description:

NAME          VERSION  TYPE  DESCRIPTION
chat-completions-decoder  0.3.0    go    Decodes OpenAI Chat Completion requests and responses and...
example-lua               1.0.0    lua   Comprehensive example demonstrating Envoy Lua HTTP filter...
ip-restriction            0.1.1    rust  IP-based access control using allowlists or denylists

Usage details

boe list [flags]
boe list --help