ykulazhenkov / frigate

Frigate is a tool for automatically generating documentation for your Helm charts

Home Page:https://frigate.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frigate

Frigate is a tool for automatically generating documentation for your Helm charts.

Features:

  • Render documentation from your Chart.yaml and values.yaml files.
  • Supports outputting as markdown, reStructuredText and HTML.
  • Sphinx extension for including in Python documentation.

Installation

$ pip install frigate

Usage

$ frigate gen path/to/chart

Chart
==========

Chart description.

...

Pre-commit-hook

Into the repository you want to have the pre-commit hook installed, run:

cat <<EOF >> .pre-commit-config.yaml
- repo: https://github.com/rapidsai/frigate
  rev: v0.4.0 #  pre-commit autoupdate  - to keep the version up to date
  hooks:
    - id: frigate
EOF

Parameters

You can add extra parameters with :

- repo: https://github.com/rapidsai/frigate
  rev: v0.4.0 #  pre-commit autoupdate  - to keep the version up to date
  hooks:
    - id: frigate
      args:
        - --output=README.rst
        - --format=rst
        - --no-credits
        - --no-deps

About

Frigate is a tool for automatically generating documentation for your Helm charts

https://frigate.readthedocs.io

License:Other


Languages

Language:Python 89.0%Language:Shell 4.2%Language:Mustache 3.5%Language:Jinja 3.3%