Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.44 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.44 KB

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