Documentation ¶
Overview ¶
Package keypairs implements the 'list keypairs' sub-command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command performs the "list keypairs" function Command = &cobra.Command{ Use: "keypairs", Short: "List key pairs for a cluster", Long: `Prints a list of key pairs for a cluster`, PreRun: printValidation, Run: printResult, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.