Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
This is a smol PR that fixes a typo I noticed while reading these docs.

Thank you for the great tool.
  • Loading branch information
lhayhurst authored Jul 13, 2021
1 parent 9c97664 commit 91460dc
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 @@ -50,7 +50,7 @@ levant deploy -log-level=debug -address=nomad.devoops -var-file=var.yaml -var 'v

* **-log-format** (string: "HUMAN") Specify the format of Levant's logs. Valid values are HUMAN or JSON

* **-meta** (string: "key=vaule") The metadata key will be merged into the job's metadata. The job may define a default value for the key which is overridden when dispatching. The flag can be provided more than once to inject multiple metadata key/value pairs. Arbitrary keys are not allowed. The parameterized job must allow the key to be merged.
* **-meta** (string: "key=value") The metadata key will be merged into the job's metadata. The job may define a default value for the key which is overridden when dispatching. The flag can be provided more than once to inject multiple metadata key/value pairs. Arbitrary keys are not allowed. The parameterized job must allow the key to be merged.

The command also supports the ability to send data payload to the dispatched instance. This can be provided via stdin by using "-" for the input source or by specifying a path to a file.

Expand Down

0 comments on commit 91460dc

Please sign in to comment.