Documentation
¶
Overview ¶
Package keypair implements `bitbottle pipeline ssh key-pair` subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdKeyPair ¶
NewCmdKeyPair builds the `pipeline ssh key-pair` parent command.
func NewCmdRegenerate ¶
NewCmdRegenerate builds the `pipeline ssh key-pair regenerate` cobra command.
func NewCmdView ¶
NewCmdView builds the `pipeline ssh key-pair view` cobra command.
Types ¶
type RegenerateOptions ¶
type RegenerateOptions struct {
Output format.OutputConfig
Hostname string
Bits int
Confirm bool
Args []string
}
RegenerateOptions holds parsed flags for `pipeline ssh key-pair regenerate`.
type ViewOptions ¶
type ViewOptions struct {
Output format.OutputConfig
Hostname string
Args []string
}
ViewOptions holds parsed flags for `pipeline ssh key-pair view`.
Click to show internal directories.
Click to hide internal directories.