{"id":51304125,"url":"https://github.com/mehranzand/repofleet","last_synced_at":"2026-06-30T23:00:18.470Z","repository":{"id":367856143,"uuid":"1282469794","full_name":"mehranzand/repofleet","owner":"mehranzand","description":"RepoFleet is an issue-centered CLI tool for managing Git workflows across multiple repositories.","archived":false,"fork":false,"pushed_at":"2026-06-28T02:35:09.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T03:10:33.259Z","etag":null,"topics":["cli","git","terminal"],"latest_commit_sha":null,"homepage":"","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/mehranzand.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-27T20:15:38.000Z","updated_at":"2026-06-28T02:35:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mehranzand/repofleet","commit_stats":null,"previous_names":["mehranzand/repofleet"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mehranzand/repofleet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Frepofleet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Frepofleet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Frepofleet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Frepofleet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehranzand","download_url":"https://codeload.github.com/mehranzand/repofleet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Frepofleet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34986248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","git","terminal"],"created_at":"2026-06-30T23:00:16.236Z","updated_at":"2026-06-30T23:00:18.371Z","avatar_url":"https://github.com/mehranzand.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/repofleet-logo.svg\" alt=\"repofleet\" width=\"480\" /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mehranzand/repofleet/releases/latest\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/mehranzand/repofleet?style=flat-square\" alt=\"Latest Release\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mehranzand/repofleet/actions/workflows/release.yml\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/mehranzand/repofleet/release.yml?style=flat-square\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mehranzand/repofleet/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mehranzand/repofleet?style=flat-square\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mehranzand/homebrew-tap\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/homebrew-available-orange?style=flat-square\u0026logo=homebrew\" alt=\"Homebrew\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mehranzand/scoop-bucket\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/scoop-available-blue?style=flat-square\u0026logo=windows\" alt=\"Scoop\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nRepoFleet is an issue-centered CLI tool for managing Git workflows across multiple repositories.\n\nWhen a feature spans multiple services, RepoFleet  lets you create one issue context, branch all repos together, run git commands across them in parallel, and track every open MR/PR — without switching directories.\n\n---\n\n## Commands\n\n```\nrepofleet\n├── repo\n│   ├── add \u003cpath\u003e                 Add a repository to a workspace\n│   ├── remove \u003cname\u003e              Remove a repository from a workspace\n│   └── list                       List repositories in the current workspace\n├── git [git args...]              Run any git command across all workspace repos\n└── issue\n    ├── create \u003cid\u003e                Create an issue context across selected repos\n    ├── list                       List all issue contexts\n    ├── switch \u003cid\u003e                Switch all repos to the issue branch\n    ├── sync                       Fetch and rebase all repos for the current issue\n    ├── push                       Push all issue branches to their remotes\n    ├── status                     Show status dashboard for the current issue\n    └── archive \u003cid\u003e               Archive a completed issue context\n```\n\n---\n\n## Architecture\n\nThree layers — each with one job, depending only on the layer below.\n\n```\ncmd/repofleet/main.go           binary entry point; version via ldflags\n        │\ncommands/                       Cobra CLI layer — parse flags, call internal, print output\n  ├── root/                     wires factory + registers all subcommands\n  ├── factory/                  dependency injection: Config, GitRunner, IO\n  ├── repo/\n  ├── gitcmd/\n  └── issuecmd/\n        │\ninternal/                       business logic — compiler-enforced, not importable outside\n  ├── config/                   Workspace + Repo types; YAML persistence (~/.config/repofleet/)\n  ├── issue/                    issue context entity; per-issue YAML state\n  ├── git/                      concurrent git runner (one goroutine per repo)\n  └── iostreams/                injectable IO + ANSI color helpers\n```\n\n## Getting Started\n\n**Install Go** (if not already installed):\n```bash\nwget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz\nsudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz\n```\n\n**Build:**\n```bash\ngo mod tidy\ngo build -ldflags=\"-X main.version=0.1.0\" -o repofleet ./cmd/repofleet\n```\n\n**Run:**\n```bash\n./repofleet\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehranzand%2Frepofleet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehranzand%2Frepofleet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehranzand%2Frepofleet/lists"}