Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "list", Short: "List all available Conduit plugins", Long: `List all available Conduit plugins by type and a short description. Use this utility to explore the plugins. Drill into each plugin to get a sample configuration. Example: conduit list importers algod conduit list processors filter_processor`, Args: cobra.NoArgs, RunE: func(_ *cobra.Command, _ []string) error { printAll() return nil }, SilenceErrors: true, }
Command is the list command to embed in a root cobra command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.