All Projects → spatie → github-actions-watcher

spatie / github-actions-watcher

Licence: MIT license
A CLI tool to see the status of your all GitHub Actions workflows in real time

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to github-actions-watcher

do-spaces-action
📦Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.
Stars: ✭ 30 (-72.97%)
Mutual labels:  actions
set-env-to-github env
A migration tools convert `::set-env`/`::set-output`/`::save-state` to $GITHUB_ENV/$GITHUB_OUTPUT/$GITHUB_STATE on GitHub Actions.
Stars: ✭ 27 (-75.68%)
Mutual labels:  actions
actionlint
Static checker for GitHub Actions workflow files
Stars: ✭ 1,385 (+1147.75%)
Mutual labels:  actions
release-changelog-builder-action
A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
Stars: ✭ 515 (+363.96%)
Mutual labels:  actions
azure-static-website-deploy
Deploys static website to Azure Storage
Stars: ✭ 18 (-83.78%)
Mutual labels:  actions
yaml-update-action
Update YAML property with dynamic values
Stars: ✭ 81 (-27.03%)
Mutual labels:  actions
auth
A GitHub Action for authenticating to Google Cloud.
Stars: ✭ 567 (+410.81%)
Mutual labels:  actions
eslint-action
Github action that runs ESLint on javascript code.
Stars: ✭ 81 (-27.03%)
Mutual labels:  actions
action-lgtm-reaction
GitHub Action to send LGTM reaction
Stars: ✭ 62 (-44.14%)
Mutual labels:  actions
material-about
An about screen to use in your Mobile apps.
Stars: ✭ 37 (-66.67%)
Mutual labels:  actions
deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+65.77%)
Mutual labels:  actions
gcloud-login-action
A Github Action which can be used to authenticate with Google Cloud Container Registry
Stars: ✭ 21 (-81.08%)
Mutual labels:  actions
dont-waste-your-ducking-time
🐓 An opinionated guide on how to test Redux ducks
Stars: ✭ 28 (-74.77%)
Mutual labels:  actions
issue-action
github action for github issue
Stars: ✭ 58 (-47.75%)
Mutual labels:  actions
juejin-actions
掘金每天自动签到 github actions 。组织了每周一起学习200行左右的【源码共读】活动,感兴趣可以加我微信 ruochuan12 参与。
Stars: ✭ 47 (-57.66%)
Mutual labels:  actions
setup-meteor
Set up your GitHub Actions workflow with a specific version of Meteor.js
Stars: ✭ 17 (-84.68%)
Mutual labels:  actions
launchbar
Actions repository for LaunchBar 6
Stars: ✭ 65 (-41.44%)
Mutual labels:  actions
action-dynamic-readme
~ Dynamic ReadME Generator ~
Stars: ✭ 29 (-73.87%)
Mutual labels:  actions
actions-suggest-related-links
A GitHub Action to suggest related or similar issues, documents, and links. Based on the power of NLP and fastText.
Stars: ✭ 23 (-79.28%)
Mutual labels:  actions
winrar-keygen
Principle of WinRAR key generation.
Stars: ✭ 398 (+258.56%)
Mutual labels:  actions

A CLI tool to see the status of all your GitHub Actions workflows in real time

Latest Version on Packagist Tests Total Downloads

The official GitHub CLI allows you to monitor a single workflow on the terminal. Using our GitHub Actions Watcher tool you can monitor the results of all your GitHub Actions. When installed, you can just execute actions-watcher to see all results.

By default, the watcher will use the git repo and branch of the directory it is launched in. It will keep polling and refreshing results until all workflows of your repo have been completed.

screenshot

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Source diving this tool

In this stream on YouTube, we'll guide you through the entire source code of the tool.

Installation

You can install the tool via composer:

composer global require spatie/github-actions-watcher

Usage

You can just execute the tool on your cli.

actions-watcher

By default, the watcher will use the git repo and branch of the directory it is launched in. It will keep polling and refreshing results until all workflows of your repo have been completed.

Authenticating with GitHub

To see results of private repos, you must authenticate with GitHub. Even when working with public repos, we highly recommend authenticating, as you'll get higher rate limit when the tools communicates with GitHub.

You can authenticate with GitHub by executing this command:

actions-watcher login

After having completed the login flow, a token will be stored on your disk. At no point, Spatie can see any data of your repos or user.

To destroy the token on your hard disk, execute the logout command.

actions-watcher logout

Single pass

If you don't want to poll for new results, but just want to see current results use the --single-pass option

actions-watcher --single-pass

Using an alternative repo and/or branch

By default, the watcher will use the git repo and branch of the directory it is launched in. It will keep polling and refreshing results until all workflows of your repo have been completed.

If you want to use another repo or branch, use the --repo and --branch flags.

actions-watcher --repo=your-organisation/your-repo-name --branch=other-branch

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

A big thank you to Francisco Madeira and Owen Voke for helping us with the layout of the screens.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].