Fleet serve to exit if migrations are missing (default) (#2803)

* Add option to fleet to exit if migrations are missing

* Reverse serve exit migrations logic

* Fix typo
This commit is contained in:
Lucas Manuel Rodriguez
2021-11-22 14:47:24 -03:00
committed by GitHub
parent 0642bfdb1d
commit 028c2643f7
4 changed files with 37 additions and 0 deletions
@@ -0,0 +1 @@
* `fleet serve` exits if there are any migrations missing.