From c9c1ef26e200d4e2f2359b94ae30c45e92490007 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 25 Mar 2016 18:34:01 -0700 Subject: [PATCH] JSON page docs --- website/source/docs/jobspec/json.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/json.html.md b/website/source/docs/jobspec/json.html.md index c62a8d1ec21..70c596f7cbc 100644 --- a/website/source/docs/jobspec/json.html.md +++ b/website/source/docs/jobspec/json.html.md @@ -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 ` +which will emit a JSON version of the job. ## JSON Syntax