Versions in this module Expand all Collapse all v0 v0.26.4 Jan 20, 2026 Changes in this version + var MsgError = color.New(color.FgRed).Sprint("[ERROR]") + var MsgInfo = color.New(color.FgGreen).Sprint("[INFO]") + var MsgWarn = color.New(color.FgYellow).Sprint("[WARN]") + func CompleteForApplyNow(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) + func CompleteForApprove(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) + func GetDynamicClient(cmd *cobra.Command) (dynamic.Interface, error) + func PrintNearestVersionSuggestions(releases []modulereleases.ModuleReleaseInfo, targetVersion string) + func PrintNoReleasesHelp(dynamicClient dynamic.Interface, moduleName string) + func PrintPendingReleases(releases []modulereleases.ModuleReleaseInfo) + func PrintSimilarModules(dynamicClient dynamic.Interface, moduleName string) + func ReleaseNotFoundError(moduleName, version string) error + func SuggestSuitableReleasesOnNotFound(dynamicClient dynamic.Interface, moduleName, version string, ...) error