Add --repo flag to allow specifying repository without being in a git
directory. This flag accepts OWNER/REPO format and enables working with
repositories from anywhere.
Commands updated:
Issue commands:
- issue view
- issue create
- issue edit
- issue comment
Pull request commands:
- pull view
- pull create
- pull edit
- pull comment
Milestone commands:
- milestone view
- milestone create
- milestone edit
- milestone list
Label commands:
- label create
- label edit
- label list
- label delete
Release commands:
- release list
- release create
Repository commands:
All commands now support the --repo OWNER/REPO flag to specify the target
repository, allowing users to work across multiple repositories without
changing directories.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Add --repo flag to allow specifying repository without being in a git
directory. This flag accepts OWNER/REPO format and enables working with
repositories from anywhere.
Commands updated:
Issue commands:
- issue view
- issue create
- issue edit
- issue comment
Pull request commands:
- pull view
- pull create
- pull edit
- pull comment
Milestone commands:
- milestone view
- milestone create
- milestone edit
- milestone list
Label commands:
- label create
- label edit
- label list
- label delete
Release commands:
- release list
- release create
Repository commands:
- repo assignees
All commands now support the --repo OWNER/REPO flag to specify the target
repository, allowing users to work across multiple repositories without
changing directories.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>