open-nomad/website/pages/docs/commands/plugin/index.mdx
Tim Gross 4ef4a604c2
Documentation for CSI command line and jobspec (#7439)
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
2020-03-24 11:09:46 -04:00

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'