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
returnxerrors.Errorf("multiple templates found with the name %q, use `--org=<organization_name>` to specify which template by that name to use",templateName)
165
+
returnxerrors.Errorf("multiple templates found with the name %q, use `--org=<organization_name>` to specify which template by that name to use. Organizations available: %s",templateName,strings.Join(templateOrgs,", "))
returnxerrors.Errorf("no templates found with the name %q in the organization %q",templateName,selectedOrg.Name)
172
+
returnxerrors.Errorf("no templates found with the name %q in the organization %q. Templates by that name exist in organizations: %s. Use --org=<organization_name> to select one.",templateName,selectedOrg.Name,strings.Join(templateOrgs,", "))
167
173
}
168
174
169
175
// remake the list with the only template selected