2017-07-25 18:18:21 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Commands: job"
|
|
|
|
sidebar_current: "docs-commands-job"
|
|
|
|
description: >
|
|
|
|
The job command is used to interact with jobs.
|
|
|
|
---
|
|
|
|
|
2018-03-22 20:39:18 +00:00
|
|
|
# Command: job
|
2017-07-25 18:18:21 +00:00
|
|
|
|
|
|
|
The `job` command is used to interact with jobs.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Usage: `nomad job <subcommand> [options]`
|
|
|
|
|
|
|
|
Run `nomad job <subcommand> -h` for help on that subcommand. The following
|
|
|
|
subcommands are available:
|
|
|
|
|
|
|
|
* [`job deployments`][deployments] - List deployments for a job
|
|
|
|
* [`job dispatch`][dispatch] - Dispatch an instance of a parameterized job
|
2018-05-09 22:19:23 +00:00
|
|
|
* [`job eval`][eval] - Force an evaluation for a job
|
2017-07-25 18:18:21 +00:00
|
|
|
* [`job history`][history] - Display all tracked versions of a job
|
|
|
|
* [`job promote`][promote] - Promote a job's canaries
|
|
|
|
* [`job revert`][revert] - Revert to a prior version of the job
|
2017-08-28 23:05:58 +00:00
|
|
|
* [`job status`][status] - Display status information about a job
|
2017-07-25 18:18:21 +00:00
|
|
|
|
|
|
|
[deployments]: /docs/commands/job/deployments.html "List deployments for a job"
|
|
|
|
[dispatch]: /docs/commands/job/dispatch.html "Dispatch an instance of a parameterized job"
|
2018-05-09 22:19:23 +00:00
|
|
|
[eval]: /docs/commands/job/eval.html "Force an evaluation for a job"
|
2017-07-25 18:18:21 +00:00
|
|
|
[history]: /docs/commands/job/history.html "Display all tracked versions of a job"
|
|
|
|
[promote]: /docs/commands/job/promote.html "Promote a job's canaries"
|
|
|
|
[revert]: /docs/commands/job/revert.html "Revert to a prior version of the job"
|
2017-08-28 23:05:58 +00:00
|
|
|
[status]: /docs/commands/job/status.html "Display status information about a job"
|