cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AddSwarmManager = "manager"
	AddSwarmWorker  = "worker"
)
View Source
const (
	DockerUser = "cicdez"
)

Variables

This section is empty.

Functions

func NewBuildCommand

func NewBuildCommand() *cobra.Command

func NewDeployCommand

func NewDeployCommand() *cobra.Command

func NewKeyCommand

func NewKeyCommand() *cobra.Command

func NewRegistryCommand

func NewRegistryCommand() *cobra.Command

func NewRegistryCommandWithFactory

func NewRegistryCommandWithFactory(clientFactory RegistryClientFactory) *cobra.Command

func NewRootCommand

func NewRootCommand() *cobra.Command

func NewSecretCommand

func NewSecretCommand() *cobra.Command

func NewServerCommand

func NewServerCommand() *cobra.Command

Types

type RegistryClient

type RegistryClient interface {
	RegistryLogin(ctx context.Context, options client.RegistryLoginOptions) (client.RegistryLoginResult, error)
}

func DefaultRegistryClientFactory

func DefaultRegistryClientFactory() (RegistryClient, error)

type RegistryClientFactory

type RegistryClientFactory func() (RegistryClient, error)

Jump to

Keyboard shortcuts

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