jobfile -> job file
This commit is contained in:
parent
b3e1807dfd
commit
56c0ae456b
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue