github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/plugin/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: plugin'
     4  sidebar_title: plugin
     5  description: |
     6    The plugin command is used to interact with plugins.
     7  ---
     8  
     9  # Command: plugin
    10  
    11  The `plugin` command is used to interact with plugins.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad plugin <subcommand> [options]`
    16  
    17  Run `nomad plugin <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  - [`plugin status`][status] - Display status information about a plugin
    21  
    22  [status]: /docs/commands/plugin/status 'Display status information about a plugin'