github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/job/index.mdx (about)

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