Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remorses/actions-cli

Monitor your GitHub Actions in real time from the command line
https://github.com/remorses/actions-cli

actions ci cli github github-actions terminal

Last synced: about 1 month ago
JSON representation

Monitor your GitHub Actions in real time from the command line

Awesome Lists containing this project

README

        






actions-cli


Monitor your GitHub Actions from the command line









```
npm install -g actions-cli
```

## Usage

```
$ actions-cli login
$ actions-cli ./
```

```
actions-cli

Fetch the current hash job status and logs

Commands:
actions-cli login Logins to cli
actions-cli Fetch the current hash job status and logs [predefinito]

Positionals:
path The github repo path [stringa] [predefinito: ""]

Options:
--version Mostra il numero di versione [booleano]
--verbose, -v [booleano] [predefinito: false]
-h Mostra la schermata di aiuto [booleano]
--sha The sha to look for actions, at least 7 characters long
[stringa] [richiesto] [predefinito: ""]
--workflow, -w The workflow file name [stringa] [predefinito: ""]
--job, -j The job name, defaults to the first listed job
[stringa] [predefinito: ""]
```

### TODOS

- multiple jobs per workflow
- multiple workflows
- ~~use latest commit pushed instead of latest commit~~ use -p
- ~~don't use the commit pushed from github actions~~ use -n