keypair

package
v1.135.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 6 Imported by: 0

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

func NewCmdKeyPair(f *factory.Factory) *cobra.Command

NewCmdKeyPair builds the `pipeline ssh key-pair` parent command.

func NewCmdRegenerate

func NewCmdRegenerate(f *factory.Factory, runF func(*RegenerateOptions) error) *cobra.Command

NewCmdRegenerate builds the `pipeline ssh key-pair regenerate` cobra command.

func NewCmdView

func NewCmdView(f *factory.Factory, runF func(*ViewOptions) error) *cobra.Command

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`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL