version

package
v0.1.85 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Inspired by similar approach in: https://github.com/helm/helm (Apache 2.0 License).

Index

Constants

View Source
const (
	RepoURL = "https://github.com/outblocks/outblocks-cli"

	LastUpdateCheckFileName = "last_update_check"
)

Variables

This section is empty.

Functions

func CheckLatestCLI added in v0.1.67

func CheckLatestCLI(ctx context.Context) (*semver.Version, error)

func Date

func Date() string

func Semver added in v0.1.67

func Semver() *semver.Version

func ShouldRunUpdateCheck added in v0.1.67

func ShouldRunUpdateCheck(f string) bool

func UserAgent

func UserAgent() string

UserAgent returns a user agent for user with an HTTP client.

func Version

func Version() string

Version returns the semver string of the version.

Types

type BuildInfo

type BuildInfo struct {
	// Version is the current semver.
	Version string `json:"version,omitempty"`
	// Build date.
	Date string `json:"date,omitempty"`
	// GitCommit is the git sha1.
	GitCommit string `json:"git_commit,omitempty"`
	// GoVersion is the version of the Go compiler used.
	GoVersion string `json:"go_version,omitempty"`
}

BuildInfo describes the compile time information.

func Get

func Get() BuildInfo

Get returns build info.

Jump to

Keyboard shortcuts

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