open-nomad/website/pages/docs/commands/job/index.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

35 lines
1.3 KiB
Plaintext

---
layout: docs
page_title: 'Commands: job'
sidebar_title: job
description: |
The job command is used to interact with jobs.
---
# Command: job
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
- [`job eval`][eval] - Force an evaluation for a job
- [`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
- [`job status`][status] - Display status information about a job
[deployments]: /docs/commands/job/deployments 'List deployments for a job'
[dispatch]: /docs/commands/job/dispatch 'Dispatch an instance of a parameterized job'
[eval]: /docs/commands/job/eval 'Force an evaluation for a job'
[history]: /docs/commands/job/history 'Display all tracked versions of a job'
[promote]: /docs/commands/job/promote "Promote a job's canaries"
[revert]: /docs/commands/job/revert 'Revert to a prior version of the job'
[status]: /docs/commands/job/status 'Display status information about a job'