github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/plugin/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: plugin' 4 description: | 5 The plugin command is used to interact with plugins. 6 --- 7 8 # Command: plugin 9 10 The `plugin` command is used to interact with external plugins that 11 can be registered by Nomad jobs. Currently Nomad supports [Container 12 Storage Interface (CSI)][csi] plugins. 13 14 ## Usage 15 16 Usage: `nomad plugin <subcommand> [options]` 17 18 Run `nomad plugin <subcommand> -h` for help on that subcommand. The following 19 subcommands are available: 20 21 - [`plugin status`][status] - Display status information about a plugin 22 23 [csi]: https://github.com/container-storage-interface/spec 24 [status]: /docs/commands/plugin/status 'Display status information about a plugin'