Working with MBTiles archives

Martin includes mbtiles utility to interact with the *.mbtiles files from the command line. It allows users to examine, copy, validate or compare and apply diffs between them.

Use mbtiles --help to see a list of available commands, and mbtiles <command> --help to see help for a specific command.

This tool can be installed by compiling the latest released version with cargo install mbtiles --locked, or by downloading a pre-built binary from the releases page.