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
Copy file name to clipboardExpand all lines: pkg/skaffold/survey/survey.go
+5-2
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,12 @@ const (
37
37
38
38
var (
39
39
Form=fmt.Sprintf(`Thank you for offering your feedback on Skaffold! Understanding your experiences and opinions helps us make Skaffold better for you and other users.
40
-
Our survey can be found here: %s
41
40
42
-
To permanently disable the survey prompt, run:
41
+
Skaffold will now attempt to open the survey in your default web browser. You may also manually open it using this link:
42
+
43
+
%s
44
+
45
+
Tip: To permanently disable the survey prompt, run:
43
46
skaffold config set --survey --global disable-prompt true`, URL)
0 commit comments