aliases
This commit is contained in:
parent
4f953578b5
commit
c5beef9f81
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@ description: >
|
|||
---
|
||||
|
||||
# Command: alloc logs
|
||||
**Alias: `nomad logs`**
|
||||
|
||||
The `alloc logs` command displays the log of a given task.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue