Render templates in docker entrypoint scripts.


Keywords
kubernetes, clustering, entrypoint, entrypoints, docker, template, templates
License
Apache-2.0
Install
pip install tmpld==0.2.0

Documentation

tmpld

Build Status Github Repo Pypi Version Pypi License Pypi Wheel Pypi Versions Docker Pulls

Maintainer

Joe Black | me@joeblack.nyc | github

Introduction

CLI tool combining jinja2 with parsers and other objects including Kubernetes API objects and linux capabilities objects.

Usage

usage: tmpld (sub-commands ...) [options ...] {arguments ...}

Base Controller

positional arguments:
  templates             template files to render

optional arguments:
  -h, --help            show this help message and exit
  --debug               toggle debug output
  --quiet               suppress all output
  -d DATA, --data DATA  file(s) containing context data
  -s, --strict          Raise an exception if a variable is not defined