22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
|
---
|
||
|
layout: docs
|
||
|
page_title: 'Commands: plugin'
|
||
|
description: |
|
||
|
The plugin command is used to interact with plugins.
|
||
|
---
|
||
|
|
||
|
# Command: plugin
|
||
|
|
||
|
The `plugin` command is used to interact with plugins.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Usage: `nomad plugin <subcommand> [options]`
|
||
|
|
||
|
Run `nomad plugin <subcommand> -h` for help on that subcommand. The following
|
||
|
subcommands are available:
|
||
|
|
||
|
- [`plugin status`][status] - Display status information about a plugin
|
||
|
|
||
|
[status]: /docs/commands/plugin/status 'Display status information about a plugin'
|