This commit is contained in:
Alex Dadgar 2018-03-22 11:09:26 -07:00
parent 4f953578b5
commit c5beef9f81
8 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@ description: >
---
# Command: alloc fs
**Alias: `nomad fs`**
The `alloc fs` command allows a user to navigate an allocation directory on a Nomad
client. The following functionalities are available - `cat`, `tail`, `ls` and

View File

@ -7,6 +7,7 @@ description: >
---
# Command: alloc logs
**Alias: `nomad logs`**
The `alloc logs` command displays the log of a given task.

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job init
**Alias: `nomad init`**
The `job init` command creates an example [job specification][jobspec] in the
current directory that demonstrates some common configurations for tasks, task

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job inspect
**Alias: `nomad inspect`**
The `job inspect` command is used to inspect the content of a submitted job.

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job plan
**Alias: `nomad plan`**
The `job plan` command can be used to invoke the scheduler in a dry-run mode with
new jobs or when updating existing jobs to determine what would happen if the

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job run
**Alias: `nomad run`**
The `job run` command is used to submit new jobs to Nomad or to update existing
jobs. Job files must conform to the [job specification](/docs/job-specification/index.html)

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job stop
**Alias: `nomad stop`**
The `job stop` command is used to stop a running job and signals the scheduler
to cancel all of the running allocations.

View File

@ -7,6 +7,7 @@ description: >
---
# Command: job validate
**Alias: `nomad validate`**
The `job validate` command is used to check a [HCL job specification](/docs/job-specification/index.html)
for any syntax errors or validation problems.