website: document -token parameter for exec/event commands
This commit is contained in:
parent
5866588d68
commit
d893a60534
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue