From 91460dcbb187af52e24b1453abbb1120a0597a8c Mon Sep 17 00:00:00 2001 From: Lyle Hayhurst Date: Tue, 13 Jul 2021 12:46:20 -0700 Subject: [PATCH] Fixed small typo This is a smol PR that fixes a typo I noticed while reading these docs. Thank you for the great tool. --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 4a116d196..b054200b1 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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.