sebgoa / aktion

Translates GitHub Actions into Tekton and Knative Objects

Home Page:https://triggermesh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card CircleCI

Aktion

[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

About

Translates GitHub Actions into Tekton and Knative Objects

https://triggermesh.com

License:Apache License 2.0


Languages

Language:Go 83.0%Language:Shell 14.1%Language:Makefile 2.9%