{"id":19455743,"url":"https://github.com/artemnikitin/cci","last_synced_at":"2026-05-01T23:34:28.810Z","repository":{"id":76150941,"uuid":"71061397","full_name":"artemnikitin/cci","owner":"artemnikitin","description":"CDN Cache Invalidation","archived":false,"fork":false,"pushed_at":"2023-12-15T05:43:40.000Z","size":778,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T01:26:56.771Z","etag":null,"topics":["aws","cdn","cdn-cache-invalidation","cli","cli-app","cli-application","cli-client","cloudflare","cloudfront","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/artemnikitin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-10-16T16:06:24.000Z","updated_at":"2023-02-14T02:54:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ddde418-76f1-49e7-8d9c-0dbd78bd9708","html_url":"https://github.com/artemnikitin/cci","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemnikitin%2Fcci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemnikitin%2Fcci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemnikitin%2Fcci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemnikitin%2Fcci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemnikitin","download_url":"https://codeload.github.com/artemnikitin/cci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240654148,"owners_count":19835854,"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":["aws","cdn","cdn-cache-invalidation","cli","cli-app","cli-application","cli-client","cloudflare","cloudfront","go"],"created_at":"2024-11-10T17:14:52.019Z","updated_at":"2026-05-01T23:34:28.773Z","avatar_url":"https://github.com/artemnikitin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDN Cache Invalidation Tool\n[![Go Report Card](https://goreportcard.com/badge/github.com/artemnikitin/cci)](https://goreportcard.com/report/github.com/artemnikitin/cci)   [![codebeat badge](https://codebeat.co/badges/41e5be9d-a578-4bd0-87d4-5ffc564e38f0)](https://codebeat.co/projects/github-com-artemnikitin-cci)   [![Build Status](https://travis-ci.org/artemnikitin/cci.svg?branch=master)](https://travis-ci.org/artemnikitin/cci)   \n\n#### Description\nTool for invalidating cache for several CDN providers.     \nCurrently supports:\n```\nCloudfront (AWS)\nCloudflare\n```\n\n#### Get it \n``` \ngo get -u github.com/artemnikitin/cci\n``` \n\n#### Use it\n```\ncci -config /path/to/config\ncci -config https://example.com/config.json\n```\nParameters:\n- ``config`` specified path to config on hard drive or URL\n- ``debug`` print additional info for debug, **optional**\n\n#### Config \nShould be present as JSON file.\n```json\n{\n\t\"cloudfront\" : [{\n\t\t\"access_key\": \"AWS access key\",\n\t\t\"secret_key\": \"AWS secret key\",\n\t\t\"distribution_id\": \"Cloudfront distribution ID\",\n\t\t\"resources\": [\n\t\t\t\"List of files for invalidation, optional\",\n\t\t\t\"Format: /index.html or /folder/*\"\n\t\t]\n\t},\n\t{\n\t\t\"access_key\": \"AWS access key\",\n\t\t\"secret_key\": \"AWS secret key\",\n\t\t\"distribution_id\": \"Cloudfront distribution ID\"\n\t}],\n\t\"cloudflare\" : [{\n\t\t\"email\": \"Cloudflare email\",\n\t\t\"key\": \"Cloudflare API key\",\n\t\t\"zone_id\": \"Cloudflare Zone ID\",\n\t\t\"purge_all\": true\n\t},\n\t{\n\t\t\"email\": \"Cloudflare email\",\n\t\t\"key\": \"Cloudflare API key\",\n\t\t\"zone_id\": \"Cloudflare Zone ID\",\n\t\t\"resources\": [\n\t\t\t\"List of files for invalidation, optional\",\n\t\t\t\"Format: http://example.com/index.html\"\n\t\t]\n\t}]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemnikitin%2Fcci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemnikitin%2Fcci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemnikitin%2Fcci/lists"}