mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +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
|
for entry in ./instance/* ; do
|
||||||
echo "$entry"
|
echo "$entry"
|
||||||
|
cat $entry
|
||||||
done
|
done
|
||||||
|
|
||||||
pipenv run flask db upgrade
|
pipenv run flask db upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user