Skip to content

Commit

Permalink
Merge pull request #416 from lhayhurst/patch-1
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
angrycub authored Sep 27, 2021
2 parents 8bcab8d + 91460dc commit 2a7f995
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 2a7f995

Please sign in to comment.