Add version check and update subcommands for CLI self-update#111
Open
SmileyChris wants to merge 3 commits intoapppackio:mainfrom
Open
Add version check and update subcommands for CLI self-update#111SmileyChris wants to merge 3 commits intoapppackio:mainfrom
SmileyChris wants to merge 3 commits intoapppackio:mainfrom
Conversation
Adds `apppack version check` to check for available updates and `apppack version update` to download and install the latest release from GitHub. Features: - Cross-platform support (Linux, macOS Intel/ARM, Windows) - SHA256 checksum verification before binary replacement - Blocks Homebrew installs with helpful upgrade message - Safe binary replacement with atomic rename and fallbacks - --force flag to update even when already on latest version
Use io.CopyN with a 100MB limit instead of io.Copy when extracting binaries from archives to prevent decompression bomb attacks. Addresses GO-S2110 (CWE-409)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apppack version checkto check for available updatesapppack version updateto download and install the latest release from GitHub--forceflag to update even when already on latest versionFeatures
brew upgrade apppackmessageTest plan
apppack versionstill shows current versionapppack version checkreports if update is availableapppack version updatedownloads and installs latest releaseapppack version update --forceupdates even if current