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

Modify `status` command to rely on the `/jobs` API endpoint #89

Closed jakepruitt closed 4 years ago

jakepruitt commented 4 years ago

Now that the /jobs endpoint supports limit, we can switch the tileset status command to rely on the /jobs endpoint under the hood. We can also add more information to the output of tileset status, like the latest modified timestamp and any warnings associated with the latest job.

cc/ @dianeschulze