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

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: node"
     4  sidebar_current: "docs-commands-node"
     5  description: >
     6    The node command is used to interact with nodes.
     7  ---
     8  
     9  # Command: node
    10   
    11  The `node` command is used to interact with nodes.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad node <subcommand> [options]`
    16  
    17  Run `nomad node <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  * [`node config`][config] - View or modify client configuration details
    21  * [`node drain`][drain] - Set drain mode on a given node
    22  * [`node eligibility`][eligibility] - Toggle scheduilng eligibility on a given node
    23  * [`node status`][status] - Display status information about nodes
    24  
    25  [config]: /docs/commands/node/config.html "View or modify client configuration details"
    26  [drain]: /docs/commands/node/drain.html "Set drain mode on a given node"
    27  [eligibility]: /docs/commands/node/eligibility.html "Toggle scheduling eligibility on a given node"
    28  [status]: /docs/commands/node/status.html "Display status information about nodes"