list

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2024 License: MIT Imports: 8 Imported by: 0

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(cmd *cobra.Command, args []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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL