actions-cli
actions-cli copied to clipboard
Monitor your GitHub Actions in real time from the command line
We have a workflow that is manually triggered by a CLI command. The CLI command uses cURL to [create a `workflow_dispatch` event](https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#create-a-workflow-dispatch-event), which in turn triggers an Actions workflow that...
I have a script that pushes a tag, and then immediately calls `actions-cli` to watch the deploy workflow triggered `on: create` of that tag. Right now, I need to insert...
Currently the login process grants permission to "read and write all public and private repository data" -- which is more than I'm willing to give, especially considering I only want...
✗ actions-cli login login at http://localhost:61580 Token Saved Run `actions-cli` to see the actions status for the current commit ✗ actions-cli ℹ getting last commit sha ⠼ fetching state for...
After installing and performing a login, I execute `actions-cli` and I see: Error: cannot parse github url master