Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var ( Commit string Version string BuiltBy string Date string )
View Source
var RootCmd = &cobra.Command{ Use: "testkube", Short: "testkube entrypoint for plugin", Long: `testkube`, Run: func(cmd *cobra.Command, args []string) { ui.Logo() cmd.Usage() cmd.DisableAutoGenTag = true }, PersistentPreRun: func(cmd *cobra.Command, args []string) { ui.Verbose = verbose client, _ := scripts.GetClient(cmd) err := ValidateVersions(client) if err != nil { ui.Warn(err.Error()) } }, }
Functions ¶
func NewDashboardCmd ¶ added in v0.5.52
func NewDocsCmd ¶
func NewInstallCmd ¶
func NewScriptsCmd ¶
func NewUninstallCmd ¶
func NewVersionCmd ¶
func ValidateVersions ¶ added in v0.6.3
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.