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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,8 @@ You may also pass a hint (recommended for local development only) that will be s
126
126
127
127
When a new dev sets up their environment and is missing that config value, they will get that nice friendly message helping them find the key.
128
128
129
+
You can also specify optional config values and provide a hint as well with the `OptionalConfiguration` class, which operates the same way, but does not cause the command to fail.
130
+
129
131
### Write Your Own!
130
132
131
133
If you have a special startup consideration you'd like to make, feel free write your own check, extending `Kirschbaum\PreflightChecks\Checks\PreflightCheck`.
0 commit comments