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 RunListLocations ¶
func RunListSecrets ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.