website: Document reload RPC command

This commit is contained in:
Armon Dadgar 2014-06-11 10:54:36 -07:00
parent 074c238ce8
commit 4952923ced
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Possible commands include:
* stop - Stops streaming logs
* leave - Consul agent performs a graceful leave and shutdown
* stats - Provides various debugging statistics
* reload - Triggers a configuration reload
Below each command is documented along with any request or
response body that is applicable.
@ -214,3 +215,9 @@ There is no request body, the response body looks like:
...
}
```
### reload
The reload command is used trigger a reload of configurations.
There is no request body, or special response body.