From e200caae45cf0ae797580bb37ec751772807b675 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 9 Mar 2021 08:25:52 -0500 Subject: [PATCH] docs: clarify HCL is parsed in CLI --- website/content/docs/job-specification/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/index.mdx b/website/content/docs/job-specification/index.mdx index 5f00cfe931c2..74f544f82eae 100644 --- a/website/content/docs/job-specification/index.mdx +++ b/website/content/docs/job-specification/index.mdx @@ -15,8 +15,8 @@ The job specification is broken down into smaller pieces, which you will find expanded in the navigation menu. We recommend getting started at the [job][] stanza. Alternatively, you can keep reading to see a few examples. -For machine-friendliness, Nomad can also read JSON-equivalent configurations. In -general, we recommend using the HCL syntax. +Nomad HCL is parsed in the command line and sent to Nomad in JSON format via +the HTTP API. The general hierarchy for a job is: