install

package
v2.56.7 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package install implements the aqua install command for downloading and installing tools. The install command downloads packages according to configuration files, creates symbolic links, and manages package installations with various filtering options.

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 installing tools. The returned command handles tool installation with options for link-only mode, tag filtering, and global configuration inclusion.

Types

type Args added in v2.56.2

type Args struct {
	*cliargs.GlobalArgs

	OnlyLink    bool
	Test        bool
	All         bool
	Tags        string
	ExcludeTags string
}

Args holds command-line arguments for the install command.

Jump to

Keyboard shortcuts

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