website: document -token parameter for exec/event commands

This commit is contained in:
Ryan Uber 2015-06-22 17:19:07 -07:00
parent 5866588d68
commit d893a60534
2 changed files with 5 additions and 0 deletions

View File

@ -56,3 +56,5 @@ The list of available flags are:
a matching tag. This must be used with `-service`. As an example, you may
do "-service mysql -tag slave".
* `-token` - The ACL token to use when firing the event. This token must have
write-level privileges for the event specified. Defaults to that of the agent.

View File

@ -62,3 +62,6 @@ The list of available flags are:
* `-verbose` - Enables verbose output.
* `-token` - The ACL token to use during requests. This token must have access
to the prefix in the KV store as well as exec "write" access for the _rexec
event. Defaults to that of the agent.