container

package
v0.1.41 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package container provides the command to get container information.

Index

Constants

This section is empty.

Variables

View Source
var ErrCommandExecutionFailed = errors.New("command execution failed")

ErrCommandExecutionFailed is returned when the command execution fails.

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new container command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the container command.

func (*CommandOptions) Get

func (opt *CommandOptions) Get(cmd *cobra.Command, ids []string) error

Get retrieves container(s) by ID.

func (*CommandOptions) List

func (opt *CommandOptions) List(cmd *cobra.Command) error

List retrieves the list of containers.

func (*CommandOptions) Prepare

func (opt *CommandOptions) Prepare(_ *cobra.Command, _ []string) error

Prepare prepares the command to run.

func (*CommandOptions) Run

func (opt *CommandOptions) Run(cmd *cobra.Command, args []string) error

Run runs the command.

type ItemForCLI

type ItemForCLI struct {
	ID       string `short:"ID"       text:"ID"`
	Name     string `short:"Name"     text:"Name"`
	Platform string `short:"Platform" text:"Platform"`
	Image    string `short:"Image"    text:"Image"`
	HostID   string `short:"Host"     text:"Host"`
	Agents   string `short:"Agents"   text:"Agents"`
}

ItemForCLI is a struct for container display.

Jump to

Keyboard shortcuts

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