Print generated metadata during quickstart (#894)

Add a new `show-metadata` target to show all settings
in the .mbtiles file.
This commit is contained in:
Yuri Astrakhan
2020-05-26 13:35:52 -04:00
committed by GitHub
parent d0ff8be5f4
commit 19673b5592
2 changed files with 9 additions and 0 deletions

View File

@@ -307,6 +307,11 @@ echo "--------------------------------------------------------------------------
echo "====> : Stop PostgreSQL service ( but we keep PostgreSQL data volume for debugging )"
make stop-db
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Show generated metadata"
make show-metadata
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Inputs - Outputs md5sum for debugging "