martin/tests/expected/mbtiles/help.txt
rstanciu 3e2dceb4bf
Add ability to set mbtiles metadata value (#817)
* Add cli command `meta-set` to set metadata `value`

---------

Co-authored-by: rstanciu <rstanciu@rivian.com>
2023-08-17 11:36:46 -07:00

16 lines
572 B
Plaintext

A utility to work with .mbtiles file content
Usage: mbtiles <COMMAND>
Commands:
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