Module upgrade

Module upgrade 

Source
Expand description

Self-update functionality for upgrading AGPM to newer versions.

This module provides the upgrade command which enables AGPM to update itself by downloading and installing new versions from GitHub releases. It includes safety features like automatic backups and rollback capabilities.

The upgrade functionality is implemented as a separate public module to allow both CLI usage and programmatic access to the self-update features.

Structs§

UpgradeArgs
Command-line arguments for the AGPM upgrade command.

Functions§

execute
Execute the upgrade command with the provided arguments.