diff --git a/website/source/docs/commands/plan.html.md.erb b/website/source/docs/commands/plan.html.md.erb index c00fd94c9..3470aac31 100644 --- a/website/source/docs/commands/plan.html.md.erb +++ b/website/source/docs/commands/plan.html.md.erb @@ -22,9 +22,9 @@ nomad plan [options] The plan command requires a single argument, specifying the path to a file containing a [HCL job specification](/docs/job-specification/index.html). This file will be read and the job checked for any problems. If the -supplied path is "-", the jobfile is read from STDIN. Otherwise it is read +supplied path is "-", the job file is read from STDIN. Otherwise it is read from the file at the supplied path or downloaded and read from URL specified. -Nomad downloads the jobfile using +Nomad downloads the job file using [`go-getter`](https://github.com/hashicorp/go-getter) and supports `go-getter` syntax. diff --git a/website/source/docs/commands/run.html.md.erb b/website/source/docs/commands/run.html.md.erb index a72cade59..5ba1a93de 100644 --- a/website/source/docs/commands/run.html.md.erb +++ b/website/source/docs/commands/run.html.md.erb @@ -15,15 +15,15 @@ format. ## Usage ``` -nomad run [options] +nomad run [options] ``` The run command requires a single argument, specifying the path to a file containing a valid [job specification](/docs/job-specification/index.html). This file will be read and the job will be submitted to Nomad for scheduling. If the -supplied path is "-", the jobfile is read from STDIN. Otherwise it is read +supplied path is "-", the job file is read from STDIN. Otherwise it is read from the file at the supplied path or downloaded and read from URL specified. -Nomad downloads the jobfile using [`go-getter`](https://github.com/hashicorp/go-getter) +Nomad downloads the job file using [`go-getter`](https://github.com/hashicorp/go-getter) and supports `go-getter` syntax. By default, on successful job submission the run command will enter an diff --git a/website/source/docs/commands/validate.html.md.erb b/website/source/docs/commands/validate.html.md.erb index ec0ac6434..7383e8552 100644 --- a/website/source/docs/commands/validate.html.md.erb +++ b/website/source/docs/commands/validate.html.md.erb @@ -20,9 +20,9 @@ nomad validate The validate command requires a single argument, specifying the path to a file containing a [HCL job specification](/docs/job-specification/index.html). This file will be read and the job checked for any problems. If the -supplied path is "-", the jobfile is read from STDIN. Otherwise it is read +supplied path is "-", the job file is read from STDIN. Otherwise it is read from the file at the supplied path or downloaded and read from URL specified. -Nomad downloads the jobfile using [`go-getter`](https://github.com/hashicorp/go-getter) +Nomad downloads the job file using [`go-getter`](https://github.com/hashicorp/go-getter) and supports `go-getter` syntax. On successful validation, exit code 0 will be returned, otherwise an exit code