{"id":27647433,"url":"https://github.com/tbxark/gbvm","last_synced_at":"2025-12-15T20:21:57.320Z","repository":{"id":272901256,"uuid":"918116666","full_name":"TBXark/gbvm","owner":"TBXark","description":"A command line tool to manage Go binaries installed in GOPATH/bin","archived":false,"fork":false,"pushed_at":"2025-01-21T12:39:08.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T01:49:44.836Z","etag":null,"topics":["bin-manager","go","go-binary","upgrade-tool"],"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/TBXark.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":"2025-01-17T09:31:16.000Z","updated_at":"2025-01-21T12:39:12.000Z","dependencies_parsed_at":"2025-01-17T10:31:44.385Z","dependency_job_id":"bf6bcad8-f450-4aed-bf89-d1704ec9fd98","html_url":"https://github.com/TBXark/gbvm","commit_stats":null,"previous_names":["tbxark/upgrade-go-bins"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fgbvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fgbvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fgbvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fgbvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBXark","download_url":"https://codeload.github.com/TBXark/gbvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546017,"owners_count":21448256,"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":["bin-manager","go","go-binary","upgrade-tool"],"created_at":"2025-04-24T01:49:48.045Z","updated_at":"2025-10-24T07:19:13.931Z","avatar_url":"https://github.com/TBXark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gbvm\n\nA command line tool to manage Go binaries installed in your `GOPATH/bin` directory. It helps you list installed binaries, check their versions, and upgrade them to the latest available versions.\n\n## Installation\n\n```bash\ngo install github.com/TBXark/gbvm@latest\n```\n\n## Usage\n\n```bash\nUsage: gbvm list [options]\n\nList all installed Go binaries\n\n  -help\n        show help\n  -json\n        json mode\n  -versions\n        show version\n```\n\n```bash\nUsage: gbvm install [options] \u003cbackup file\u003e\n\nInstall Go binaries from backup file\n\n  -help\n        show help\n```\n\n```bash\nUsage: gbvm upgrade [options] [bin1 bin2 ...]\n\nUpgrade Go binaries\n\n  -help\n        show help\n  -skip-dev\n        skip dev version\n```\n\n\n### Install Command\n\nInstalls binaries from a backup JSON file.\n\n```bash\n# Install binaries from backup\ngbvm install backup.json\n\n# List all installed binaries with their versions\ngbvm list -versions\n\n# List binaries in JSON format\ngbvm list -json\n\n# Upgrade a specific binary\ngbvm upgrade bin1 bin2\n\n# Upgrade all binaries except development versions\ngbvm upgrade\n```\n\n## License\n\n**gbvm** is released under the MIT license. [See LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fgbvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbxark%2Fgbvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fgbvm/lists"}