Workflow automation for the RHDH documentation team. Content lives in the content repository.
- Fork and clone this repository.
- Install the GitHub CLI and run
gh auth login. - Create a Jira API token — use a personal API token (not OAuth or PAT). The
jirhaCLI uses HTTP Basic authentication with your email and this token. - Copy
.env.exampleto.envand setJIRA_API_TOKENandJIRA_EMAIL. - Run
bash scripts/setup.sh. - (Optional) Run
bash scripts/setup.sh --globalto makejirhaavailable to Claude in all your projects.
CLI for Jira operations. Auto-bootstraps into the workspace venv and loads .env. ~/bin/jirha is a symlink to scripts/jirha, so it works from any directory.
Run jirha --help for all commands. See docs/jira-reference.md for details.
pantheon-cli and visual-diff have moved to pantheon-cli.