martin/tests/expected/mbtiles/help.txt
Yuri Astrakhan 6cd9296bfc
add mbtiles meta-all command (#865)
Print all MBTiles metadata fields in a free style YAML, including some
auto-detected tile info
2023-09-05 23:12:45 -04:00

17 lines
664 B
Plaintext

A utility to work with .mbtiles file content
Usage: mbtiles <COMMAND>
Commands:
meta-all Prints all values in the metadata table in a free-style, unstable YAML format
meta-get Gets a single value from the MBTiles metadata table
meta-set Sets a single value in the MBTiles' file metadata table or deletes it if no value
copy Copy tiles from one mbtiles file to another
apply-diff Apply diff file generated from 'copy' command
validate Validate tile data if hash of tile data exists in file
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version