gama

Manage GitHub Actions workflows and runs from your terminal with an interactive UI.

brewmacoslinux
Try with needOr install directly
Source

About

Manage your GitHub Actions from Terminal with great UI

Commands

gama

Examples

view all workflow runs for a repository$ gama
check status of failed workflow runs$ gama list --status failed
view logs for a specific workflow run$ gama logs <run-id>
trigger a workflow manually from terminal$ gama run <workflow-id>
cancel a running workflow job$ gama cancel <run-id>