github.com/jrxfive/nomad@v0.6.1-0.20170802162750-1fef470e89bf/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  # Nomad Job
    10   
    11  Command: `nomad job`
    12  
    13  The `job` command is used to interact with jobs.
    14  
    15  ## Usage
    16  
    17  Usage: `nomad job <subcommand> [options]`
    18  
    19  Run `nomad job <subcommand> -h` for help on that subcommand. The following
    20  subcommands are available:
    21  
    22  * [`job deployments`][deployments] - List deployments for a job
    23  * [`job dispatch`][dispatch] - Dispatch an instance of a parameterized job
    24  * [`job history`][history] - Display all tracked versions of a job
    25  * [`job promote`][promote] - Promote a job's canaries
    26  * [`job revert`][revert] - Revert to a prior version of the job
    27  
    28  [deployments]: /docs/commands/job/deployments.html "List deployments for a job"
    29  [dispatch]: /docs/commands/job/dispatch.html "Dispatch an instance of a parameterized job"
    30  [history]: /docs/commands/job/history.html "Display all tracked versions of a job"
    31  [promote]: /docs/commands/job/promote.html "Promote a job's canaries"
    32  [revert]: /docs/commands/job/revert.html "Revert to a prior version of the job"