Metadata-Version: 2.1
Name: tekton-neat
Version: 0.1.0
Summary: Export your tekton templates neatly
Home-page: https://github.com/chmouel/tekton_neat
Author: Chmouel Boudjnah
Author-email: chmouel@chmouel.com
License: MIT license
Keywords: tekton-neat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

===========
Tekton Neat
===========


.. image:: https://img.shields.io/pypi/v/tekton-neat.svg
        :target: https://pypi.python.org/pypi/tekton-neat


Export your tekton templates neatly


* Free software: MIT license


Features
--------

* Like [kubectl neat](https://github.com/itaysk/kubectl-neat), `tekton-neat` would cleanup tekton yaml coming from live object and cleans it so you can easily reimport it or inspect it.

Screenshot
----------

It will take some live template like this :

.. image:: images/notcleaned.png
   :width: 600

To this :

.. image:: images/cleaned.png
   :width: 600


Install
-------

.. code-block:: bash

   $ pip3 install -U tekton-neat


Usage
-----

You can pipe it :

.. code-block:: bash

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

Or just point to the files directly :

.. code-block:: bash

   $ tekton-neat file1.yaml file2.yaml


AUTHORS
-------

* Chmouel Boudjnah <chmouel@chmouel.com>

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-11-06)
------------------

* First release on PyPI.


