list

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LocationsCmd = &cobra.Command{
	Use:   "locations",
	Short: "List the locations that may contain secrets",
	Args:  cobra.NoArgs,
	Run:   RunListLocations,
}
View Source
var PluginsCmd = &cobra.Command{
	Use:   "plugins",
	Short: "List secret keeper plugin types",
	Args:  cobra.NoArgs,
	Run:   RunListPlugins,
}
View Source
var (
	SecretsCmd = &cobra.Command{
		Use:   "secrets --location=<loc>",
		Short: "List secrets",
		Args:  cobra.NoArgs,
		Run:   RunListSecrets,
	}
)

Functions

func RunListLocations

func RunListLocations(cmd *cobra.Command, args []string)

func RunListPlugins added in v0.4.0

func RunListPlugins(cmd *cobra.Command, args []string)

func RunListSecrets

func RunListSecrets(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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