Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlphaBetaUpdateDelay = time.Duration(time.Minute * 5)
A 5 minute delay for alpha and beta releases
View Source
var AppDescription = "version manager and updater for werf.io project"
View Source
var AppName = "multiwerf"
View Source
var BintrayPackage = "werf"
View Source
var BintrayRepo = "werf"
View Source
var BintraySubject = "flant"
View Source
var DebugMessages = "no"
View Source
var OsArch = "linux-amd64"
View Source
var SelfBintrayPackage = "multiwerf"
View Source
var SelfBintrayRepo = "multiwerf"
View Source
var SelfBintraySubject = "flant"
View Source
var SelfUpdate = "yes"
View Source
var SelfUpdateDelay = time.Duration(24 * time.Hour)
24 hour delay between check for latest version of multiwerf
View Source
var StorageDir = "~/.multiwerf"
View Source
var Update = "yes"
View Source
var UpdateDelay = time.Duration(time.Hour)
An hour delay between checks for latest version of werf
View Source
var Version = "dev"
Functions ¶
func SetupGlobalSettings ¶
func SetupGlobalSettings(kpApp *kingpin.Application)
SetupGlobalSettings init global flags with default values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.