github.com/smintz/nomad@v0.8.3/website/source/docs/commands/job.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: job"
     4  sidebar_current: "docs-commands-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 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.html "List deployments for a job"
    28  [dispatch]: /docs/commands/job/dispatch.html "Dispatch an instance of a parameterized job"
    29  [history]: /docs/commands/job/history.html "Display all tracked versions of a job"
    30  [promote]: /docs/commands/job/promote.html "Promote a job's canaries"
    31  [revert]: /docs/commands/job/revert.html "Revert to a prior version of the job"
    32  [status]: /docs/commands/job/status.html "Display status information about a job"