update

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 update implements the aqua update command for updating packages and registries. The update command updates packages and registries to their latest versions, fetching version information from various sources like GitHub Releases and Tags.

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 updating packages and registries. The returned command provides functionality to update packages to their latest versions from various sources like GitHub and crates.io.

Types

type Args added in v2.56.2

type Args struct {
	*cliargs.GlobalArgs

	Interactive   bool
	SelectVersion bool
	OnlyRegistry  bool
	OnlyPackage   bool
	Limit         int
	Tags          string
	ExcludeTags   string
	Packages      []string
}

Args holds command-line arguments for the update command.

Jump to

Keyboard shortcuts

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