version

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GitHubAPIURL = "https://api.github.com/repos/coollabsio/coolify-cli/git/refs/tags"

GitHubAPIURL is the URL for fetching CLI version tags (exported for testing)

Functions

func CheckLatestVersionOfCli

func CheckLatestVersionOfCli(_ bool) (string, error)

CheckLatestVersionOfCli checks for CLI updates on every command. Errors are handled silently - the function returns without printing anything if the GitHub API call fails.

func GetVersion

func GetVersion() string

Types

type Tag

type Tag struct {
	Ref string `json:"ref"`
}

Tag represents a git tag for version checking

Jump to

Keyboard shortcuts

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