prctrl 2.1.0

Terminal-native GitHub PR management. Stay on top of code reviews without leaving your terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PRCtrl Configuration
#
# NEW USERS: Run `prctrl config init` for interactive setup
#
# This file is for CI/automation use cases.
# Values here override ~/.prctrl/config.toml

# Required
PRCTRL_GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
PRCTRL_GITHUB_USERNAME=your-username
PRCTRL_GITHUB_ORG=your-org

# Optional
PRCTRL_GITHUB_REPOS=owner/repo1,owner/repo2
PRCTRL_GITHUB_TEAMS=team-slug
PRCTRL_CREW_MEMBERS=user1,user2
PRCTRL_ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxx