Commit ffd37357 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Document vcl.state and correct existing mention

Partially addresses #1795.
parent 346ea976
......@@ -119,6 +119,10 @@ vcl.list
vcl.show [-v] <configname>
Display the source code for the specified configuration.
vcl.state <configname> <state>
Force the state of the specified configuration.
State is any of auto, warm or cold values.
param.show [-l] [<param>]
Show parameters and their values.
......
......@@ -44,11 +44,12 @@ Output from `vcl.list`::
available auto/warm 0 62f5275f-a937-4df9-9fbb-c12336bdfdb8
A single VCL's state can be chanced with the `vcl.state` call in
A single VCL's state can be changed with the `vcl.state` call in
``varnishadm``::
vcl.state <configname> [auto|cold|warm]
Force the state of the named configuration.
vcl.state <configname> <state>
Force the state of the specified configuration.
State is any of auto, warm or cold values.
Example::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment