github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/job/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: job'
     4  description: |
     5    The job command is used to interact with jobs.
     6  ---
     7  
     8  # Command: job
     9  
    10  The `job` command is used to interact with jobs.
    11  
    12  ## Usage
    13  
    14  Usage: `nomad job <subcommand> [options]`
    15  
    16  Run `nomad job <subcommand> -h` for help on that subcommand. The following
    17  subcommands are available:
    18  
    19  - [`job deployments`][deployments] - List deployments for a job
    20  - [`job dispatch`][dispatch] - Dispatch an instance of a parameterized job
    21  - [`job eval`][eval] - Force an evaluation for a job
    22  - [`job history`][history] - Display all tracked versions of a job
    23  - [`job promote`][promote] - Promote a job's canaries
    24  - [`job revert`][revert] - Revert to a prior version of the job
    25  - [`job status`][status] - Display status information about a job
    26  
    27  [deployments]: /docs/commands/job/deployments 'List deployments for a job'
    28  [dispatch]: /docs/commands/job/dispatch 'Dispatch an instance of a parameterized job'
    29  [eval]: /docs/commands/job/eval 'Force an evaluation for a job'
    30  [history]: /docs/commands/job/history 'Display all tracked versions of a job'
    31  [promote]: /docs/commands/job/promote "Promote a job's canaries"
    32  [revert]: /docs/commands/job/revert 'Revert to a prior version of the job'
    33  [status]: /docs/commands/job/status 'Display status information about a job'