jobfile -> job file

This commit is contained in:
Seth Vargo 2016-10-27 22:50:02 -04:00
parent b3e1807dfd
commit 56c0ae456b
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
3 changed files with 7 additions and 7 deletions

View File

@ -22,9 +22,9 @@ nomad plan [options] <file>
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.

View File

@ -15,15 +15,15 @@ format.
## Usage
```
nomad run [options] <jobfile>
nomad run [options] <job file>
```
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

View File

@ -20,9 +20,9 @@ nomad validate <file>
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