aktion

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL