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: extra/Lamdera/CLI.hs
+1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ check =
86
86
checkFlags =
87
87
flags Lamdera.CLI.Check.Flags
88
88
|-- onOff "destructive-migration""Generate a migration that will drop all production data when deployed, instead of the usual automatic migration generation."
89
+
|-- onOff "force""Force a production check for Evergreen, even if we're on a non main/master branch (i.e. a preview). You shouldn't be using this unless you know what you're doing."
89
90
in
90
91
Terminal.Command"check" (Common summary) details example noArgs checkFlags Lamdera.CLI.Check.run
0 commit comments