1.2.0 • Published 1 year ago

github-run-script v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

github-run-script

Run a script on multiple repositories, cloning them if needed.

  Description
    Run a script on multiple repositories, cloning them if needed.

  Usage
    $ github-run-script <script> [options]

  Options
    -o, --owner          The owner for repositories without an explicit owner.
    -s, --search-path    A path to search for already-cloned repositories.
    -t, --terminate      Terminate any spawned processes on error.
    -s, --signal         The signal to terminate a process with.
    -v, --version        Displays current version
    -h, --help           Displays this message

Environment variables

The script gets run with additional environment variables.

Environment Variable NameDescription
REPO_OWNERThe owner of the repository
REPO_NAMEThe name of the repository
REPOThe value of "REPO_OWNER/REPO_NAME"
REPO_PATHThe path to the repository on the filesystem. The same path as the working directory of the script.
1.2.0

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago