about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-02-08T13·07+0100
committerVincent Ambo <tazjin@gmail.com>2017-02-08T13·07+0100
commitefe49de57f6757c7ae6752927029932c556e881c (patch)
treeeeddd5c917c9ec34341edc5f2b46c8f2550ed2c1 /README.md
parent6147ea7b9b4c9071ef7abe777e56f77e8497b440 (diff)
docs: Add generated 'kontemplate run' help
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86a0616dcc..c89dbeb1f2 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`: