From efe49de57f6757c7ae6752927029932c556e881c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 8 Feb 2017 14:07:56 +0100 Subject: docs: Add generated 'kontemplate run' help --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 86a0616dcc5c..c89dbeb1f203 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,18 @@ Assuming you have Go configured correctly, you can simply `go get github.com/taz You must have `kubectl` installed to use KonTemplate effectively. +``` +NAME: + kontemplate run - Interpolate and print templates + +USAGE: + kontemplate run [command options] [arguments...] + +OPTIONS: + --file value, -f value Cluster configuration file to use + --limit value, -l value Limit templating to certain resource sets +``` + At the moment KonTemplate will simply output the templated Kubernetes resource files, which can then be piped into `kubectl`: -- cgit 1.4.1