Dumps contents of instance directory to console

This commit is contained in:
Aaron Louie 2020-04-15 15:59:27 -04:00
parent 35fa241a4c
commit 6dd11094fd
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export FLASK_APP=./crc/__init__.py
for entry in ./instance/* ; do
echo "$entry"
cat $entry
done
pipenv run flask db upgrade