Skip to content

Commit

Permalink
Merge pull request #204 from havk64/minorfix
Browse files Browse the repository at this point in the history
Fix option to create rendered template file
  • Loading branch information
jrasell authored Jul 4, 2018
2 parents 428be27 + 2d04558 commit c993d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ levant dispatch -log-level=debug -address=nomad.devoops -meta key=value dispatch

* **-var-file** (string: "") The variables file to render the template with. This flag can be specified multiple times to supply multiple variables files.

* **-output** (string: "") The path to write the rendered template to. The template will be rendered to stdout if this is not set.
* **-out** (string: "") The path to write the rendered template to. The template will be rendered to stdout if this is not set.

Like `deploy`, the `render` command also supports passing variables individually on the command line. Multiple vars can be passed in the format of `-var 'key=value'`. Variables passed via the command line take precedence over the same variable declared within a passed variable file.

Expand Down

0 comments on commit c993d0f

Please sign in to comment.