{"id":19703325,"url":"https://github.com/sakihet/bl","last_synced_at":"2025-07-18T05:08:07.674Z","repository":{"id":59151128,"uuid":"56106386","full_name":"sakihet/bl","owner":"sakihet","description":"command line tool for Backlog","archived":false,"fork":false,"pushed_at":"2018-07-04T00:27:26.000Z","size":215,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T03:40:06.718Z","etag":null,"topics":["backlog"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/sakihet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-12T23:54:37.000Z","updated_at":"2018-05-31T15:18:16.000Z","dependencies_parsed_at":"2022-09-13T11:00:42.880Z","dependency_job_id":null,"html_url":"https://github.com/sakihet/bl","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/sakihet/bl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakihet%2Fbl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakihet%2Fbl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakihet%2Fbl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakihet%2Fbl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakihet","download_url":"https://codeload.github.com/sakihet/bl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakihet%2Fbl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265246446,"owners_count":23734113,"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":["backlog"],"created_at":"2024-11-11T21:17:33.306Z","updated_at":"2025-07-18T05:08:07.646Z","avatar_url":"https://github.com/sakihet.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bl\n\nbl is a command line tool for Nulab's [Backlog](http://www.backlog.jp/).\n\n[![Gem Version](https://badge.fury.io/rb/bl.svg)](https://badge.fury.io/rb/bl)\n![License](https://img.shields.io/github/license/sakihet/bl.svg)\n\n## Table of Contents\n- [Requirements](https://github.com/sakihet/bl#requirements)\n- [Installation](https://github.com/sakihet/bl#installation)\n- [Configuration](https://github.com/sakihet/bl#configuration)\n- [Help](https://github.com/sakihet/bl#help)\n- [Usage](https://github.com/sakihet/bl#usage)\n- [Contributing](https://github.com/sakihet/bl#contributing)\n- [License](https://github.com/sakihet/bl#license)\n\n## Requirements\n\n- ruby 2.3+\n\n## Installation\n\n    gem install bl\n\n## Configuration\n\nbl uses `~/.bl.yml` for configuration.\n\n```\nbl init\n$EDITOR ~/.bl.yml\n```\n\n### .bl.yml Parameters\n\n```\n:space_id: '***'    # your backlog space id\n:api_key: '***'     # your backlog api key\n:project_key: '***' # your backlog project key\n:issue:\n  :default:         # issue default parameters(add command use this for easiness)\n    :projectId:\n    :issueTypeId:\n    :priorityId:\n    :assigneeId:\n```\n\n## Help\n\n```\nCommands:\n  bl add [SUBJECT...]                 # add issues\n  bl browse KEY                       # browse an issue\n  bl category SUBCOMMAND ...ARGS      # manage categories\n  bl close [KEY...]                   # close issues\n  bl config                           # show config\n  bl count                            # count issues\n  bl edit KEY                         # edit issues' description by $EDITOR\n  bl file SUBCOMMAND ...ARGS          # manage files\n  bl gitrepo SUBCOMMAND ...ARGS       # show gitrepos\n  bl group SUBCOMMAND ...ARGS         # manage groups\n  bl help [COMMAND]                   # Describe available commands or one specific command\n  bl init                             # initialize a default config file\n  bl list                             # list issues by typical ways\n  bl milestone SUBCOMMAND ...ARGS     # manage milestones\n  bl notification SUBCOMMAND ...ARGS  # manage notifications\n  bl priorities                       # list priorities\n  bl project SUBCOMMAND ...ARGS       # manage projects\n  bl pullrequest SUBCOMMAND ...ARGS   # manage pull requests\n  bl recent SUBCOMMAND ...ARGS        # list recent stuff\n  bl resolutions                      # list resolutions\n  bl roles                            # list roles\n  bl search                           # search issues\n  bl show KEY                         # show an issue's details\n  bl space SUBCOMMAND ...ARGS         # manage space\n  bl statuses                         # list statuses\n  bl type SUBCOMMAND ...ARGS          # manage types\n  bl update [KEY...]                  # update issues\n  bl user SUBCOMMAND ...ARGS          # manage users\n  bl version                          # show version\n  bl watching SUBCOMMAND ...ARGS      # manage watchings\n  bl webhook SUBCOMMAND ...ARGS       # manage webhooks\n  bl wiki SUBCOMMAND ...ARGS          # manage wikis\n\nOptions:\n  [--format=FORMAT]  # set output format\n                     # Default: table\n\n```\n\nView global or command specific help:\n\n```\nbl help\nbl help list\nbl help search\nbl help add\n```\n\n## Usage\n\n### Issue\n\nList unclosed issues:\n\n    bl list\n\nList overdue issues:\n\n    bl list --overdue\n\nAdd an issue:\n\n    bl add \"Update OpenSSL immediately\" --priorityId 2 --assigneeId 11111 --dueDate 2014-04-07\n\nAdd multi issues:\n\n    cat list.txt | xargs -I {} bl add {}\n\nEdit issue by your favorite $EDITOR:\n\n    bl edit ISSUE-12\n\n### Milestone\n\nAdd an milestone:\n\n    bl milestone add m1 --releaseDueDate=2017-04-01\n\n\n### Project\n\nList projects:\n\n    bl project list\n\nShow project progress:\n\n    bl project progress 12345\n\n### Wiki\n\nList wiki pages:\n\n    bl wiki list\n\nEdit wiki page by $EDITOR:\n\n    bl wiki edit 12345\n\n### File\n\nList files:\n\n    bl file list\n\nDownload file:\n\n    bl file get 12345\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/sakihet/bl.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakihet%2Fbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakihet%2Fbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakihet%2Fbl/lists"}