list

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func RunListKeepers

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

func RunListLocations

func RunListLocations(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