cmd

package
v0.20.0-beta.4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 33 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildRoot

func BuildRoot(log log.Logger) (*cobra.Command, error)

BuildRoot creates a new root command from the

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func NewActivateCmd

func NewActivateCmd(globalFlags *flags.GlobalFlags) (*cobra.Command, error)

func NewConnectCmd

func NewConnectCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewConnectCmd creates a new command

func NewCreateCmd

func NewCreateCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewCreateCmd creates a new command

func NewDeleteCmd

func NewDeleteCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewDeleteCmd creates a new command

func NewDisconnectCmd added in v0.10.0

func NewDisconnectCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewDisconnectCmd creates a new command

func NewInfoCmd added in v0.19.0

func NewInfoCmd() *cobra.Command

NewInfoCmd creates a new info command

func NewListCmd added in v0.2.0

func NewListCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewListCmd creates a new command

func NewLoginCmd added in v0.16.0

func NewLoginCmd(globalFlags *flags.GlobalFlags) (*cobra.Command, error)

func NewLogoutCmd added in v0.16.0

func NewLogoutCmd(globalFlags *flags.GlobalFlags) (*cobra.Command, error)

func NewPauseCmd added in v0.6.0

func NewPauseCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewPauseCmd creates a new command

func NewResumeCmd added in v0.6.0

func NewResumeCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewResumeCmd creates a new command

func NewRootCmd

func NewRootCmd(log log.Logger) *cobra.Command

NewRootCmd returns a new root command

func NewUICmd added in v0.16.0

func NewUICmd(globalFlags *flags.GlobalFlags) (*cobra.Command, error)

func NewUpgradeCmd added in v0.2.0

func NewUpgradeCmd() *cobra.Command

NewUpgradeCmd creates a new upgrade command

Types

type ConnectCmd

type ConnectCmd struct {
	*flags.GlobalFlags
	cli.ConnectOptions

	Log log.Logger
}

ConnectCmd holds the cmd flags

func (*ConnectCmd) Run

func (cmd *ConnectCmd) Run(ctx context.Context, args []string) error

Run executes the functionality

type CreateCmd

type CreateCmd struct {
	*flags.GlobalFlags
	cli.CreateOptions
	// contains filtered or unexported fields
}

CreateCmd holds the login cmd flags

func (*CreateCmd) Run

func (cmd *CreateCmd) Run(ctx context.Context, args []string) error

Run executes the functionality

type DeleteCmd

type DeleteCmd struct {
	*flags.GlobalFlags
	cli.DeleteOptions
	// contains filtered or unexported fields
}

DeleteCmd holds the delete cmd flags

func (*DeleteCmd) Run

func (cmd *DeleteCmd) Run(cobraCmd *cobra.Command, args []string) error

Run executes the functionality

type DisconnectCmd added in v0.10.0

type DisconnectCmd struct {
	*flags.GlobalFlags
	// contains filtered or unexported fields
}

DisconnectCmd holds the disconnect cmd flags

func (*DisconnectCmd) Run added in v0.10.0

func (cmd *DisconnectCmd) Run() error

Run executes the functionality

type ListCmd added in v0.2.0

type ListCmd struct {
	*flags.GlobalFlags
	cli.ListOptions
	// contains filtered or unexported fields
}

ListCmd holds the login cmd flags

func (*ListCmd) Run added in v0.2.0

func (cmd *ListCmd) Run(cobraCmd *cobra.Command, _ []string) error

Run executes the functionality

type LoginOptions

type LoginOptions struct {
	Manager string

	AccessKey   string
	Insecure    bool
	DockerLogin bool
}

type PauseCmd added in v0.6.0

type PauseCmd struct {
	*flags.GlobalFlags
	cli.PauseOptions

	Log log.Logger
}

PauseCmd holds the cmd flags

func (*PauseCmd) Run added in v0.6.0

func (cmd *PauseCmd) Run(ctx context.Context, args []string) error

Run executes the functionality

type ResumeCmd added in v0.6.0

type ResumeCmd struct {
	*flags.GlobalFlags

	cli.ResumeOptions

	Log log.Logger
}

ResumeCmd holds the cmd flags

func (*ResumeCmd) Run added in v0.6.0

func (cmd *ResumeCmd) Run(ctx context.Context, args []string) error

Run executes the functionality

type UpgradeCmd added in v0.2.0

type UpgradeCmd struct {
	Version string
	// contains filtered or unexported fields
}

UpgradeCmd is a struct that defines a command call for "upgrade"

func (*UpgradeCmd) Run added in v0.2.0

func (cmd *UpgradeCmd) Run(*cobra.Command, []string) error

Run executes the command logic

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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