docs: describe required ACLs for all commands

This commit is contained in:
Tim Gross
2020-11-19 16:38:08 -05:00
parent bfbd6b9cb2
commit 8a66f11bb3
161 changed files with 540 additions and 34 deletions

View File

@@ -21,8 +21,11 @@ func (c *PluginStatusCommand) Help() string {
helpText := `
Usage nomad plugin status [options] <plugin>
Display status information about a plugin. If no plugin id is given,
a list of all plugins will be displayed.
Display status information about a plugin. If no plugin id is given,
a list of all plugins will be displayed.
If ACLs are enabled, this command requires a token with the 'plugin:read'
capability.
General Options: