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

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: alloc"
     4  sidebar_current: "docs-commands-alloc"
     5  description: >
     6    The alloc command is used to interact with allocations.
     7  ---
     8  
     9  # Command: alloc
    10   
    11  The `alloc` command is used to interact with allocations.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad alloc <subcommand> [options]`
    16  
    17  Run `nomad alloc <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  * [`alloc fs`][fs] - Inspect the contents of an allocation directory
    21  * [`alloc logs`][logs] - Streams the logs of a task
    22  * [`alloc status`][status] - Display allocation status information and metadata
    23  
    24  [fs]: /docs/commands/alloc/fs.html "Inspect the contents of an allocation directory"
    25  [logs]: /docs/commands/alloc/logs.html "Streams the logs of a task"
    26  [status]: /docs/commands/alloc/status.html "Display allocation status information and metadata"