{"id":20522509,"url":"https://github.com/fiskeben/circle-cmd","last_synced_at":"2026-05-18T06:39:19.465Z","repository":{"id":139138410,"uuid":"56349890","full_name":"fiskeben/circle-cmd","owner":"fiskeben","description":"Use CircleCI from the command line","archived":false,"fork":false,"pushed_at":"2017-07-24T07:55:28.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-26T15:02:29.909Z","etag":null,"topics":["circleci","cli","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fiskeben.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":"2016-04-15T21:08:43.000Z","updated_at":"2017-02-15T18:37:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"0202b3d1-609d-4785-869a-d923287f1fbe","html_url":"https://github.com/fiskeben/circle-cmd","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/fiskeben/circle-cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fcircle-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fcircle-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fcircle-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fcircle-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiskeben","download_url":"https://codeload.github.com/fiskeben/circle-cmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fcircle-cmd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268151877,"owners_count":24204042,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["circleci","cli","ruby"],"created_at":"2024-11-15T22:35:47.773Z","updated_at":"2026-05-18T06:39:14.444Z","avatar_url":"https://github.com/fiskeben.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# circle-cmd\n\nA command line tool for getting status about your project's build jobs in Circle CI.\nInspired by [hub](https://github.com/github/hub).\n\n**Note:** This tool uses the 1.0 Circle CI API. For 2.0 support, take a look at [the official command line tool](https://circleci.com/docs/2.0/local-jobs/).\n\n## Requirements\n\nRuby installed to `/usr/bin/ruby`.\n\nThis has only been tested on a Mac and will only work on Unix-like systems.\nPull requests with Windows support are welcome.\n\n## Installation\n\n### Install with Homebrew\n\nAdd my tap:\n\n`$ brew tap fiskeben/tap`\n\nand install:\n\n`$ brew install circle-cmd`\n\n### Manual installation\n\nClone or download this project to somewhere on your disk and add `circle.rb` to your path.\nI prefer to remove the `.rb` by linking it like this:\n\n```\n$ ln -s ../my-stuff/circle-cmd/circle.rb circle\n```\n\n`circle-cmd` will ask for a **CircleCI token** and your username/organization\nthe first time you run it.\nCreate an API token from [your CircleCI account page](https://circleci.com/account/api).\n\nNote on username/organization: If you're using CircleCI with an organization\nyou need to type its name at the prompt. Otherwise you should be good to go\nwith the default value (which should be your username).\n\n\n## Usage\n\nRunning the `circle` command without arguments will open the project in your browser.\n\nYou can also use these commands:\n\n```\nUsage: `circle [command]`\n\nCommands:\nopen            Opens the current project in your browser\nstatus          Show info about the latest build\nrecent [n]      Show info about the recent [n] builds\nretry [id]      Retry a build\ncancel [id]     Cancel the build with ID or the latest\nme              Displays info about the registered user\n```\n\nOr type `circle help` for help.\n\n## TODO\n\nPlanned features:\n\n- [ ] Trigger a new build\n- [ ] Clear build cache\n- [ ] Support per-project username/organization\n\nOther [API endpoints](https://circleci.com/docs/api/) aren't planned as such unless there is demand.\n\nPRs are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskeben%2Fcircle-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiskeben%2Fcircle-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskeben%2Fcircle-cmd/lists"}