set FLASK_ENV=development
set FLASK_CONFIG=development
python manage.py flask run
python manage.py compose up -d
python manage.py compose down
python manage.py compose exec web bash
python manage.py create-initial-db
python manage.py flask db init
python manage.py flask db migrate
python manage.py flask db upgrade
python manage.py compose exec db psql -U postgres
python manage.py test
python manage.py scenario up foo
python manage.py scenario down foo