Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Monitor your GitHub Actions in real time from the command line
- Host: GitHub
- URL: https://github.com/remorses/actions-cli
- Owner: remorses
- Created: 2020-04-28T17:08:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T13:36:16.000Z (over 4 years ago)
- Last Synced: 2024-10-19T18:48:38.374Z (3 months ago)
- Topics: actions, ci, cli, github, github-actions, terminal
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 171
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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-cliFetch 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