Skip to content

Commit

Permalink
JSON page docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 26, 2016
1 parent fb25340 commit c9c1ef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/source/docs/jobspec/json.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description: |-
# Job Specification

Jobs can be specified either in [HCL](https://github.com/hashicorp/hcl) or JSON.
This guide covers the json syntax for submitting jobs to Nomad.
This guide covers the json syntax for submitting jobs to Nomad. A useful command
for generating valid JSON versions of HCL jobs is `nomad run -output <job.nomad>`
which will emit a JSON version of the job.

## JSON Syntax

Expand Down

0 comments on commit c9c1ef2

Please sign in to comment.