website: Mention reload command in addition to SIGHUP
This commit is contained in:
parent
5378542b1c
commit
90cababb0b
|
@ -20,7 +20,8 @@ The exact merging behavior will be specified.
|
|||
|
||||
Consul also supports reloading of configuration when it receives the
|
||||
SIGHUP signal. Not all changes are respected, but those that are
|
||||
are documented below.
|
||||
are documented below. The [reload command](/docs/commands/reload.html)
|
||||
can also be used to trigger a configuration reload.
|
||||
|
||||
## Command-line Options
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ Available commands are:
|
|||
leave Gracefully leaves the Consul cluster and shuts down
|
||||
members Lists the members of a Consul cluster
|
||||
monitor Stream logs from a Consul agent
|
||||
reload Triggers the agent to reload configuration files
|
||||
version Prints the Consul version
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue