mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Dumps contents of instance directory to console
This commit is contained in:
parent
35fa241a4c
commit
6dd11094fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user