tekton-neat

Export your tekton templates neatly


Keywords
tekton-neat
License
MIT
Install
pip install tekton-neat==0.3.0

Documentation

Tekton Neat

Export your tekton templates neatly

  • Free software: MIT license

Features

  • Like kubectl neat, tekton-neat cleanup a yaml coming from a live object and cleans it so you can easily re-import or inspect it.

Screenshot

It will take some live template like this :

images/notcleaned.png

To this :

images/cleaned.png

Install

$ pip3 install -U tekton-neat

Usage

You can pipe it :

$ kubectl get pipelinerun my-dear-pipeline|tekton-neat|kubectl apply -f-

Or just point to the files directly :

$ tekton-neat file1.yaml file2.yaml

AUTHORS

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.