Linux command
act3 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
View last 3 runs
act3
View runs for a specific repository
act3 -r [owner/repo]
Output results in table format
act3 --format table
Open failed workflow pages
act3 -o
说明
act3 is a command-line tool that displays the results of the last three GitHub Actions workflow runs directly in the terminal. It auto-detects the GitHub repository from the current directory and shows the status of recent runs including success, failure, and cancelled states, providing a quick snapshot without needing to open the GitHub web interface. Written in Go, it is useful for developers who want to monitor CI/CD pipelines without leaving the terminal. It also supports HTML output for generating shareable reports.
参数
- -r _repo_
- Specify the GitHub repository (owner/repo format)
- -o
- Open failed workflow run pages in the browser
- --format _format_
- Output format: table or html
FAQ
What is the act3 command used for?
act3 is a command-line tool that displays the results of the last three GitHub Actions workflow runs directly in the terminal. It auto-detects the GitHub repository from the current directory and shows the status of recent runs including success, failure, and cancelled states, providing a quick snapshot without needing to open the GitHub web interface. Written in Go, it is useful for developers who want to monitor CI/CD pipelines without leaving the terminal. It also supports HTML output for generating shareable reports.
How do I run a basic act3 example?
Run `act3` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r _repo_ do in act3?
Specify the GitHub repository (owner/repo format)