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 RunListPlugins ¶ added in v0.4.0
func RunListSecrets ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.