[WIP]: A CLI for running Github Actions in Kubernetes clusters using Knative and Tekton
Installation
With a working Golang environment do:
go get github.com/triggermesh/aktion
Usage
Test that the parsing of your GitHub Action workflow works:
aktion parser -f samples/main.workflow
Create the Tasks object that Tekton can understand:
aktion create -f samples/main.workflow
To specify which git repository this should apply to:
aktion create -f samples/main.workflow --repo https://github.com/sebgoa/klr-demo
You can pipe it directly to kubectl
to create the actions:
aktion create -f samples/main.workflow | kubectl apply -f -
Support
This is heavily Work In Progress We would love your feedback on this tool so don't hesitate to let us know what is wrong and how we could improve it, just file an issue
Code of Conduct
This plugin is by no means part of CNCF but we abide by its code of conduct