{"id":28576931,"url":"https://github.com/maptiler/maptiler-cloud-cli","last_synced_at":"2025-06-11T00:08:17.718Z","repository":{"id":44553383,"uuid":"408793467","full_name":"maptiler/maptiler-cloud-cli","owner":"maptiler","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-29T06:18:45.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-27T05:43:52.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maptiler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-21T11:29:58.000Z","updated_at":"2025-04-29T06:18:49.000Z","dependencies_parsed_at":"2025-02-24T11:36:01.908Z","dependency_job_id":null,"html_url":"https://github.com/maptiler/maptiler-cloud-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maptiler%2Fmaptiler-cloud-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maptiler%2Fmaptiler-cloud-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maptiler%2Fmaptiler-cloud-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maptiler%2Fmaptiler-cloud-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maptiler","download_url":"https://codeload.github.com/maptiler/maptiler-cloud-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maptiler%2Fmaptiler-cloud-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172987,"owners_count":22816560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-11T00:08:17.122Z","updated_at":"2025-06-11T00:08:17.672Z","avatar_url":"https://github.com/maptiler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapTiler Cloud CLI\nThis tool allows you [upload map data](https://documentation.maptiler.com/hc/en-us/articles/4408129705745-How-to-upload-MBTiles-or-GeoPackage-into-MapTiler-Cloud-using-API) into [MapTiler Cloud](https://www.maptiler.com/cloud/geodata-hosting/) using [upload API](https://docs.maptiler.com/cloud/admin-api/tileset_ingest/).\n\n## Requirements\n\n- Python *version \u003e= 3.8*\n- pip\n- venv\n\n## Installation\n\n```shell\npip install maptiler-cloud-cli\n```\n\n## Authorization\n\nYou need an API token to be able to use the tool.\nThe token can be acquired from the\n[Credentials](https://cloud.maptiler.com/account/credentials/)\nsection of your account administration pages in MapTiler Cloud.\n\nSpecify it either on the command line or as an environment variable.\n\n```shell\nmaptiler-cloud --token=MY_TOKEN ...\n```\n\n```shell\nMAPTILER_TOKEN=MY_TOKEN; maptiler-cloud ...\n```\n\n## Usage\n\n### Create a new tileset\n\nTo create a new tileset, use the `tiles ingest` command.\n\n```shell\nmaptiler-cloud tiles ingest v1.mbtiles\n```\n\nThe command will print out the tileset ID on the last line.\n\n\u003e :information_source: The GeoPackage must have a tile matrix set. Read the\n\u003e [Vector tiles generating (basic)](https://documentation.maptiler.com/hc/en-us/articles/360020887038-Vector-tiles-generating-basic-)\n\u003e article to learn how to create a valid GeoPackage or MBTiles from the\n\u003e [MapTiler Engine application](https://www.maptiler.com/engine/).\n\n\u003e :bulb: If you reach the tileset limit for your account, you will not be able to upload new tilesets, and you will get an error.\n\u003e Check out our [plans](https://www.maptiler.com/cloud/plans/) to increase the number of tilesets you can have.\n\n### Update a tileset\n\nYou can use the tileset ID to upload a new file to the same tileset.\n\n```shell\nmaptiler-cloud tiles ingest --document-id=EXISTING_TILESET_ID v2.mbtiles\n```\n\n\u003e :warning: This option **replaces** the tileset data with the data from the new file. It does **NOT** add the new data to the existing tileset.\n\nTo learn more about using this tool, read\n[How to upload MBTiles or GeoPackage into MapTiler Cloud](https://documentation.maptiler.com/hc/en-us/articles/4408129705745-How-to-upload-MBTiles-or-GeoPackage-into-MapTiler-Cloud-using-API).\n\nFor more control over tileset management, you can use the\n[Admin API](https://docs.maptiler.com/cloud/admin-api/).\nThe admin API allows you to create, update or delete a tileset among other actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaptiler%2Fmaptiler-cloud-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaptiler%2Fmaptiler-cloud-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaptiler%2Fmaptiler-cloud-cli/lists"}