update

package
v0.2.52 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BackgroundUpdate added in v0.1.51

func BackgroundUpdate() error

BackgroundUpdate begins an update in the background.

func CanUpdateThisInstallation added in v0.1.66

func CanUpdateThisInstallation() bool

func Check added in v0.0.251

func Check() bool

Check reports whether update checks should take place.

func GetCurrentBinaryPath added in v0.1.66

func GetCurrentBinaryPath() (string, error)

func IsUnderHomebrew added in v0.0.523

func IsUnderHomebrew() bool

IsUnderHomebrew reports whether the fly binary was found under the Homebrew prefix.

func NormalizeChannel added in v0.1.103

func NormalizeChannel(channel string) string

func Relaunch added in v0.1.51

func Relaunch(ctx context.Context, silent bool) error

Relaunch only returns on error

func UpgradeInPlace added in v0.0.251

func UpgradeInPlace(ctx context.Context, io *iostreams.IOStreams, prelease, silent bool) error

func ValidateRelease added in v0.1.58

func ValidateRelease(ctx context.Context, version string) (err error)

ValidateRelease reports whether the given release is valid via an API call. If the version is invalid, the error will be an InvalidReleaseError. Note that other errors may be returned if the API call fails.

Types

type InvalidReleaseError added in v0.1.58

type InvalidReleaseError struct {
	// contains filtered or unexported fields
}

func (InvalidReleaseError) Error added in v0.1.58

func (i InvalidReleaseError) Error() string

func (InvalidReleaseError) StatusCode added in v0.1.58

func (i InvalidReleaseError) StatusCode() int

type Release

type Release struct {
	Version     string    `yaml:"version"`
	Prerelease  bool      `yaml:"prerelease"`
	DownloadURL string    `yaml:"download_url" json:"download_url"`
	Timestamp   time.Time `yaml:"timestamp"`
}

func LatestRelease added in v0.0.251

func LatestRelease(ctx context.Context, channel string) (*Release, error)

LatestRelease reports the latest release for the given channel.

Jump to

Keyboard shortcuts

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