Documentation
¶
Index ¶
Constants ¶
View Source
const ( Darwin = "darwin" Windows = "windows" )
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "settings", Short: "Manage persisted global settings", TraverseChildren: true, }
View Source
var MetricsSettings = &cobra.Command{ Use: "metrics", Short: "Configure command usage metrics settings", Example: "flow settings metrics disable \nflow settings metrics enable", Args: cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs), ValidArgs: []string{enable, disable}, RunE: handleMetricsSettings, }
Functions ¶
func GetFlowserPath ¶ added in v0.42.0
GetFlowserPath gets set Flowser install path with sensible default.
func MetricsEnabled ¶
func MetricsEnabled() bool
MetricsEnabled checks whether metric tracking is enabled.
func SetFlowserPath ¶ added in v0.42.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.