{"id":32936401,"url":"https://github.com/boringcache/cli","last_synced_at":"2026-05-18T23:06:00.297Z","repository":{"id":315591257,"uuid":"1049889839","full_name":"boringcache/cli","owner":"boringcache","description":"Content-addressed artifact cache for CI, Docker, and local dev.","archived":false,"fork":false,"pushed_at":"2026-04-14T09:57:13.000Z","size":1688,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T10:27:25.839Z","etag":null,"topics":["caching","ci","cicd","dependency-management","utilities"],"latest_commit_sha":null,"homepage":"https://boringcache.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boringcache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-03T16:35:35.000Z","updated_at":"2026-04-14T09:57:16.000Z","dependencies_parsed_at":"2025-09-19T14:40:02.618Z","dependency_job_id":"ec08889d-c294-4026-8360-437db09dba7e","html_url":"https://github.com/boringcache/cli","commit_stats":null,"previous_names":["boringcache/cli"],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/boringcache/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boringcache%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boringcache%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boringcache%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boringcache%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boringcache","download_url":"https://codeload.github.com/boringcache/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boringcache%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31949435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["caching","ci","cicd","dependency-management","utilities"],"created_at":"2025-11-12T00:02:01.962Z","updated_at":"2026-05-18T23:06:00.288Z","avatar_url":"https://github.com/boringcache.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BoringCache CLI\n\nBoringCache is a shared build cache for CI, Docker builds, and local development.\n\nIf you are new here, start in the terminal:\n\n```bash\ncurl -sSL https://install.boringcache.com/install.sh | sh\ncd your-project\nboringcache onboard\n```\n\n`boringcache onboard` authenticates the CLI, chooses a workspace, writes `.boringcache.toml` when it can, and lines up the same cache names across local runs, Docker builds, and GitHub Actions.\n\nIf you want to start sign-in from the terminal by email, use `boringcache onboard --email you@example.com`. For a brand-new account, pass `--name` and `--username` too.\n\nRepo config can also keep the repeated command itself under `[adapters.\u003ctool\u003e]`.\n`command` accepts either an argv array or a shell-style string.\nThis is not general TOML templating: proxy-backed commands only substitute `{PORT}`, `{ENDPOINT}`, and `{CACHE_REF}`.\nAfter that, start with the shortest command that fits the tool:\n\n```bash\n# Archive mode (run/save/restore)\nboringcache run -- bundle install\n\n# Docker adapter from repo config\nboringcache docker\n\n# Same adapter without repo config\nboringcache docker --tag docker-cache -- docker buildx build .\n\n# Long-lived local proxy\nboringcache cache-registry my-org/app registry-cache --port 5000\n```\n\nUse archive mode commands (`run`, `save`, and `restore`) when you are caching explicit directories.\nUse adapter commands when the build tool already speaks a remote-cache protocol and BoringCache has a dedicated wrapper for it.\nUse `cache-registry` when the repo already has a checked-in local endpoint setup or another process should keep the proxy alive. `cache-registry` is the proxy. `run --proxy` and adapter commands temporarily start that same proxy for one command.\nWhen `.boringcache.toml` stores the Docker command, `boringcache docker` is the short form. Use the longer version when you want to pass the Docker command inline.\n\nIf you are wiring GitHub Actions, use [`boringcache/one@v1`](https://github.com/boringcache/one) after onboard so CI can reuse the same repo config and trust model.\n\n## Docs\n\n- [Quick start](docs/quick-start.md)\n- [Onboard](docs/onboard.md)\n- [Archive mode](docs/archive-mode.md)\n- [Adapter commands](docs/adapter-commands.md)\n- [Tool guides](docs/tool-guides.md)\n- [Proxy mode](docs/proxy-mode.md)\n- [GitHub Actions](docs/github-actions.md)\n- [Development](docs/development.md)\n- [Installation setup](INSTALLATION.md)\n- [Website docs](https://boringcache.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboringcache%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboringcache%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboringcache%2Fcli/lists"}