# Functions
CheckForUpdatesInBackground starts a goroutine to check for updates and save the results to the cache file.
ClearUpdateCache removes the update cache file Silently fails - no errors are returned.
No description provided by the author
LoadUpdateCache loads the update information from the cache file Returns nil without error if the cache doesn't exist or is invalid.
No description provided by the author
No description provided by the author
No description provided by the author
PrintToStdErrIfUpgradeAvailable prints the update info to stderr if available.
No description provided by the author
SaveUpdateCache saves the update information to the cache file Silently fails - no errors are returned.
SetDebugMode enables or disables debug mode.
SetUpdateInfo updates the current build's update info.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Build holds details about this build of the replicated cli binary.
No description provided by the author
No description provided by the author
UpdateCache represents the cached update information.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author