cmd

package
v0.0.0-...-8882cbc Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package cmd contains all the commands to run and operate with containerz.

Index

Constants

This section is empty.

Variables

View Source
var (

	// NewClient is the function to use to create a new containerz client.
	NewClient = client.NewClient
)
View Source
var RootCmd = &cobra.Command{
	Use:   "containerz",
	Short: "Containerz suite of CLI tools",
	PersistentPreRun: func(cmd *cobra.Command, args []string) {
	},
	RunE: func(command *cobra.Command, args []string) error {
		command.HelpFunc()(command, args)
		return fmt.Errorf("no command specified")
	},
}

RootCmd is the cmd entrypoint for all containerz commands.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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