github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  * [`job status`][status] - Display status information about a job
    28  
    29  [deployments]: /docs/commands/job/deployments.html "List deployments for a job"
    30  [dispatch]: /docs/commands/job/dispatch.html "Dispatch an instance of a parameterized job"
    31  [history]: /docs/commands/job/history.html "Display all tracked versions of a job"
    32  [promote]: /docs/commands/job/promote.html "Promote a job's canaries"
    33  [revert]: /docs/commands/job/revert.html "Revert to a prior version of the job"
    34  [status]: /docs/commands/job/status.html "Display status information about a job"