Skip to content

chmouel/tekton-neat

Repository files navigation

Tekton Neat

image

image

image

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 :

image

To this :

image

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published