# bee bee is a command-line tool for interacting with [Backlog](https://backlog.com/) project management. It supports issue tracking, pull requests, wikis, notifications, and project administration. Authenticate with `bee auth login`, then set `BACKLOG_PROJECT` to target a project. ## Docs - [Full documentation](https://nulab.github.io/bee/llms-full.txt): Complete reference in a single file - [はじめに](https://nulab.github.io/bee/getting-started.md) - [認証](https://nulab.github.io/bee/guides/authentication.md) - [環境変数](https://nulab.github.io/bee/guides/environment-variables.md) - [出力とフォーマット](https://nulab.github.io/bee/guides/output-formatting.md) - [シェル補完](https://nulab.github.io/bee/guides/shell-completion.md) - [AI エージェントとの連携](https://nulab.github.io/bee/integrations/ai-agent.md) - [CI/CD での利用](https://nulab.github.io/bee/integrations/ci-cd.md) - [Pull Request と課題を連動させる](https://nulab.github.io/bee/recipes/pr-lifecycle-sync.md) - [リリース時に関連課題へ通知する](https://nulab.github.io/bee/recipes/release-notify-issues.md) - [AI エージェント向けプロンプト集](https://nulab.github.io/bee/recipes/useful-prompts.md) ## Commands - [bee auth login](https://nulab.github.io/bee/commands/auth/login.md): Authenticate with a Backlog space - [bee auth logout](https://nulab.github.io/bee/commands/auth/logout.md): Remove authentication for a Backlog space - [bee auth refresh](https://nulab.github.io/bee/commands/auth/refresh.md): Refresh OAuth token - [bee auth status](https://nulab.github.io/bee/commands/auth/status.md): Show authentication status - [bee auth switch](https://nulab.github.io/bee/commands/auth/switch.md): Switch active space - [bee auth token](https://nulab.github.io/bee/commands/auth/token.md): Print the auth token to stdout - [bee category create](https://nulab.github.io/bee/commands/category/create.md): Create a category - [bee category delete](https://nulab.github.io/bee/commands/category/delete.md): Delete a category - [bee category edit](https://nulab.github.io/bee/commands/category/edit.md): Edit a category - [bee category list](https://nulab.github.io/bee/commands/category/list.md): List categories - [bee document attachments](https://nulab.github.io/bee/commands/document/attachments.md): List document attachments - [bee document create](https://nulab.github.io/bee/commands/document/create.md): Create a document - [bee document delete](https://nulab.github.io/bee/commands/document/delete.md): Delete a document - [bee document list](https://nulab.github.io/bee/commands/document/list.md): List documents - [bee document tree](https://nulab.github.io/bee/commands/document/tree.md): Display document tree - [bee document view](https://nulab.github.io/bee/commands/document/view.md): View a document - [bee issue attachments](https://nulab.github.io/bee/commands/issue/attachments.md): List issue attachments - [bee issue close](https://nulab.github.io/bee/commands/issue/close.md): Close an issue - [bee issue comment](https://nulab.github.io/bee/commands/issue/comment.md): Add a comment to an issue - [bee issue count](https://nulab.github.io/bee/commands/issue/count.md): Count issues - [bee issue create](https://nulab.github.io/bee/commands/issue/create.md): Create an issue - [bee issue delete](https://nulab.github.io/bee/commands/issue/delete.md): Delete an issue - [bee issue edit](https://nulab.github.io/bee/commands/issue/edit.md): Edit an issue - [bee issue list](https://nulab.github.io/bee/commands/issue/list.md): List issues - [bee issue reopen](https://nulab.github.io/bee/commands/issue/reopen.md): Reopen an issue - [bee issue status](https://nulab.github.io/bee/commands/issue/status.md): Show issue status summary for yourself - [bee issue view](https://nulab.github.io/bee/commands/issue/view.md): View an issue - [bee issue-type create](https://nulab.github.io/bee/commands/issue-type/create.md): Create an issue type - [bee issue-type delete](https://nulab.github.io/bee/commands/issue-type/delete.md): Delete an issue type - [bee issue-type edit](https://nulab.github.io/bee/commands/issue-type/edit.md): Edit an issue type - [bee issue-type list](https://nulab.github.io/bee/commands/issue-type/list.md): List issue types - [bee milestone create](https://nulab.github.io/bee/commands/milestone/create.md): Create a milestone - [bee milestone delete](https://nulab.github.io/bee/commands/milestone/delete.md): Delete a milestone - [bee milestone edit](https://nulab.github.io/bee/commands/milestone/edit.md): Edit a milestone - [bee milestone list](https://nulab.github.io/bee/commands/milestone/list.md): List milestones - [bee notification count](https://nulab.github.io/bee/commands/notification/count.md): Count notifications - [bee notification list](https://nulab.github.io/bee/commands/notification/list.md): List notifications - [bee notification read-all](https://nulab.github.io/bee/commands/notification/read-all.md): Mark all notifications as read - [bee notification read](https://nulab.github.io/bee/commands/notification/read.md): Mark a notification as read - [bee pr comment](https://nulab.github.io/bee/commands/pr/comment.md): Add a comment to a pull request - [bee pr comments](https://nulab.github.io/bee/commands/pr/comments.md): List comments on a pull request - [bee pr count](https://nulab.github.io/bee/commands/pr/count.md): Count pull requests - [bee pr create](https://nulab.github.io/bee/commands/pr/create.md): Create a pull request - [bee pr edit](https://nulab.github.io/bee/commands/pr/edit.md): Edit a pull request - [bee pr list](https://nulab.github.io/bee/commands/pr/list.md): List pull requests - [bee pr status](https://nulab.github.io/bee/commands/pr/status.md): Show pull request status summary for yourself - [bee pr view](https://nulab.github.io/bee/commands/pr/view.md): View a pull request - [bee project activities](https://nulab.github.io/bee/commands/project/activities.md): List project activities - [bee project add-user](https://nulab.github.io/bee/commands/project/add-user.md): Add a user to a project - [bee project create](https://nulab.github.io/bee/commands/project/create.md): Create a project - [bee project delete](https://nulab.github.io/bee/commands/project/delete.md): Delete a project - [bee project edit](https://nulab.github.io/bee/commands/project/edit.md): Edit a project - [bee project list](https://nulab.github.io/bee/commands/project/list.md): List projects - [bee project remove-user](https://nulab.github.io/bee/commands/project/remove-user.md): Remove a user from a project - [bee project users](https://nulab.github.io/bee/commands/project/users.md): List project users - [bee project view](https://nulab.github.io/bee/commands/project/view.md): View a project - [bee repo clone](https://nulab.github.io/bee/commands/repo/clone.md): Clone a repository - [bee repo list](https://nulab.github.io/bee/commands/repo/list.md): List repositories in a project - [bee repo view](https://nulab.github.io/bee/commands/repo/view.md): View a repository - [bee space activities](https://nulab.github.io/bee/commands/space/activities.md): List space activities - [bee star add](https://nulab.github.io/bee/commands/star/add.md): Add a star - [bee star count](https://nulab.github.io/bee/commands/star/count.md): Count received stars - [bee star list](https://nulab.github.io/bee/commands/star/list.md): List received stars - [bee star remove](https://nulab.github.io/bee/commands/star/remove.md): Remove a star - [bee status create](https://nulab.github.io/bee/commands/status/create.md): Create a status - [bee status delete](https://nulab.github.io/bee/commands/status/delete.md): Delete a status - [bee status edit](https://nulab.github.io/bee/commands/status/edit.md): Edit a status - [bee status list](https://nulab.github.io/bee/commands/status/list.md): List statuses - [bee team list](https://nulab.github.io/bee/commands/team/list.md): List teams - [bee team view](https://nulab.github.io/bee/commands/team/view.md): View a team - [bee user activities](https://nulab.github.io/bee/commands/user/activities.md): List user activities - [bee user list](https://nulab.github.io/bee/commands/user/list.md): List users - [bee user me](https://nulab.github.io/bee/commands/user/me.md): View the authenticated user - [bee user view](https://nulab.github.io/bee/commands/user/view.md): View a user - [bee watching add](https://nulab.github.io/bee/commands/watching/add.md): Add a watching item - [bee watching delete](https://nulab.github.io/bee/commands/watching/delete.md): Delete a watching item - [bee watching list](https://nulab.github.io/bee/commands/watching/list.md): List watching items - [bee watching read](https://nulab.github.io/bee/commands/watching/read.md): Mark a watching item as read - [bee watching view](https://nulab.github.io/bee/commands/watching/view.md): View a watching item - [bee wiki attachments](https://nulab.github.io/bee/commands/wiki/attachments.md): List wiki page attachments - [bee wiki count](https://nulab.github.io/bee/commands/wiki/count.md): Count wiki pages - [bee wiki create](https://nulab.github.io/bee/commands/wiki/create.md): Create a wiki page - [bee wiki delete](https://nulab.github.io/bee/commands/wiki/delete.md): Delete a wiki page - [bee wiki edit](https://nulab.github.io/bee/commands/wiki/edit.md): Edit a wiki page - [bee wiki history](https://nulab.github.io/bee/commands/wiki/history.md): View wiki page history - [bee wiki list](https://nulab.github.io/bee/commands/wiki/list.md): List wiki pages - [bee wiki tags](https://nulab.github.io/bee/commands/wiki/tags.md): List wiki tags - [bee wiki view](https://nulab.github.io/bee/commands/wiki/view.md): View a wiki page - [bee api](https://nulab.github.io/bee/commands/api.md): Make an authenticated API request - [bee browse](https://nulab.github.io/bee/commands/browse.md): Open a Backlog page in the browser - [bee completion](https://nulab.github.io/bee/commands/completion.md): Generate shell completion scripts - [bee dashboard](https://nulab.github.io/bee/commands/dashboard.md): Show a summary of your Backlog activity