All Projects → remorses → Actions Cli

remorses / Actions Cli

Monitor your GitHub Actions in real time from the command line

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Actions Cli

Travis Watch
Stream live travis test results of the current commit to your terminal!
Stars: ✭ 294 (+88.46%)
Mutual labels:  cli, terminal, ci
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-17.95%)
Mutual labels:  cli, terminal
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-19.23%)
Mutual labels:  cli, terminal
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (-13.46%)
Mutual labels:  terminal, ci
Ervy
Bring charts to terminal.
Stars: ✭ 1,530 (+880.77%)
Mutual labels:  cli, terminal
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-21.79%)
Mutual labels:  cli, terminal
Programmer Calculator
Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits
Stars: ✭ 135 (-13.46%)
Mutual labels:  cli, terminal
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+1317.95%)
Mutual labels:  cli, terminal
Graphql Cli
📟 Command line tool for common GraphQL development workflows
Stars: ✭ 1,814 (+1062.82%)
Mutual labels:  cli, terminal
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (-12.82%)
Mutual labels:  cli, terminal
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+1939.74%)
Mutual labels:  cli, terminal
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (-26.28%)
Mutual labels:  cli, terminal
Termy
A terminal with autocomplete
Stars: ✭ 112 (-28.21%)
Mutual labels:  cli, terminal
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+8321.79%)
Mutual labels:  cli, terminal
Openterm
OpenTerm is a sandboxed command line interface for iOS.
Stars: ✭ 1,504 (+864.1%)
Mutual labels:  cli, terminal
Quickwall
Set latest wallpapers from Unsplash from the commandline
Stars: ✭ 131 (-16.03%)
Mutual labels:  cli, terminal
Cli Menu
🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
Stars: ✭ 1,776 (+1038.46%)
Mutual labels:  cli, terminal
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-30.13%)
Mutual labels:  cli, terminal
Switch Php
Easily switch between PHP versions on your Mac. Requires Homebrew and works with Laravel Valet. 🔀
Stars: ✭ 110 (-29.49%)
Mutual labels:  cli, terminal
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-12.82%)
Mutual labels:  cli, terminal


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
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].