diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T13·07+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T13·07+0100 |
commit | efe49de57f6757c7ae6752927029932c556e881c (patch) | |
tree | eeddd5c917c9ec34341edc5f2b46c8f2550ed2c1 /README.md | |
parent | 6147ea7b9b4c9071ef7abe777e56f77e8497b440 (diff) |
docs: Add generated 'kontemplate run' help
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
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`: |