@sobird/actions
v1.0.2
Published
Impl Actions runner using typescript
Downloads
5
Maintainers
Readme
Actions
Impl Github Actions & Runner using typescript, Run your GitHub Actions locally and deploy your own CI/CD platform.
Installation
npm i -g @sobird/actionsUsage
actions
Usage: actions [options] [command]
Run GitHub actions locally by specifying the event name (e.g. `push`) or an action name directly.
Options:
-V, --version output the version number
-c, --config <path> config file path (default: "actions.config.yaml")
-h, --help display help for command
Commands:
config generate an example config file
run [options] [eventName] run workflow locally
help [command] display help for commandRun workflow locally
Run all local workflows containing push events
actions run pushRun a job with jobId as job-name
actions run -j job-nameRun a job directly on the host
actions run -j job-name --hosted