cp

package
v2.56.2 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package cp implements the aqua cp command for copying executable files. The cp command copies executable files from aqua's installation directory to a specified destination directory, allowing for easy distribution and deployment of installed tools.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(r *util.Param, globalArgs *cliargs.GlobalArgs) *cli.Command

New creates and returns a new CLI command for copying executable files. The returned command allows users to copy installed tool executables to a specified directory with various filtering options.

Types

type Args added in v2.56.2

type Args struct {
	*cliargs.GlobalArgs

	Output      string
	All         bool
	Tags        string
	ExcludeTags string
	Commands    []string
}

Args holds command-line arguments for the cp command.

Jump to

Keyboard shortcuts

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