Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppConfig *config.Config CoreVersion = "unknown" GolangVersion = "unknown" BuildTime = "unknown" )
Functions ¶
func NewVersionCmd ¶
NewVersionCmd creates a new cobra.Command for the version command.
Types ¶
type CoreVersions ¶
type CoreVersions struct { Versions shared.Versions `json:"versions"` PluginDetails map[string]shared.PluginMeta `json:"plugin_details"` }
Versions struct holds version information for the core application and plugins.
Click to show internal directories.
Click to hide internal directories.