Documentation ¶
Index ¶
- Constants
- Variables
- func Execute()
- func NewDashboardCmd() *cobra.Command
- func NewDocsCmd() *cobra.Command
- func NewExecutorsCmd() *cobra.Command
- func NewInstallCmd() *cobra.Command
- func NewScriptsCmd() *cobra.Command
- func NewUninstallCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- func ValidateVersions(c apiclient.Client) error
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 NewExecutorsCmd ¶ added in v0.6.4
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.