mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 27 forks source link

list tilesets for an account #18

Closed mapsam closed 5 years ago

mapsam commented 5 years ago

Adds the tilesets list <account> command

Default is a simple list:

mapsam.tileset-1
mapsam.tileset-2
...

--verbose flag prints out the entire response from the Tilesets API list endpoint.

This does not include pagination or any of the possible query options for this endpoint.

cc @mapbox/maps-api @l-r