Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPreRelease ¶
IsPreRelease determines if the given app version is a pre-release.
NOTE: this is indicated by the presence of a hyphen, e.g. v1.0.0-rc.1
Types ¶
type RootCommand ¶
RootCommand is the parent command for all subcommands in this package. It should be installed under the primary root command.
func NewRootCommand ¶
func NewRootCommand(parent cmd.Registerer, viceroyVersioner update.Versioner) *RootCommand
NewRootCommand returns a new command registered in the parent.
Click to show internal directories.
Click to hide internal directories.