4ef4a604c2
Includes: * changes `nomad alloc status` and `nomad node status` * changes to `volume` block in jobspec * new `csi_plugin` block in jobspec * new `nomad volume register/deregister/status` commands * new `nomad plugin status` command
23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: plugin'
|
|
sidebar_title: 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'
|