Socket
Socket
Sign inDemoInstall

actions-cli

Package Overview
Dependencies
25
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    actions-cli

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


Version published
Maintainers
1
Created

Readme

Source


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

FAQs

Last updated on 10 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc