You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if _, ok := err.(translatableerror.MinimumAPIVersionNotMetError); ok {
ui.DisplayWarning("Cloud Foundry API version {{.APIVersion}} requires CLI version {{.MinCLIVersion}}. You are currently on version {{.BinaryVersion}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads",
map[string]interface{}{
"APIVersion": config.APIVersion(),
"MinCLIVersion": config.MinCLIVersion(),
"BinaryVersion": config.BinaryVersion(),
})
ui.DisplayNewline()
return nil
}
// Only error if there was an issue in parsing versions