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
return"", errors.New("unable to locate module in go.mod file")
140
140
}
141
141
142
-
constflagErrorMsgTemplate="the CLI flags you are trying to use have been removed in favor of a cue-defined configuration block:\n%s\nSet these values in config CUE instead, see https://github.com/grafana/grafana/pull/119543 as an example"
142
+
constflagErrorMsgTemplate="CLI flags have been replaced by CUE defined config values:\n%s\nSee https://github.com/grafana/grafana/pull/119543 as an example of how to migrate your CLI flags to the CUE config"
0 commit comments