open-nomad/website/content/docs/commands/plugin/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* chore: updates link checker workflow hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 09:31:14 -08:00

25 lines
702 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 external plugins that
can be registered by Nomad jobs. Currently Nomad supports [Container
Storage Interface (CSI)][csi] 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
[csi]: https://github.com/container-storage-interface/spec
[status]: /nomad/docs/commands/plugin/status 'Display status information about a plugin'