mirror of https://github.com/status-im/consul.git
website: document -token parameter for exec/event commands
This commit is contained in:
parent
320ab1448d
commit
7e63572df6
|
@ -56,3 +56,5 @@ The list of available flags are:
|
||||||
a matching tag. This must be used with `-service`. As an example, you may
|
a matching tag. This must be used with `-service`. As an example, you may
|
||||||
do "-service mysql -tag slave".
|
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.
|
* `-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