• Dridi Boukelmoune's avatar
    cli: Teach vcl.discard to operate on multiple VCLs · 9947307d
    Dridi Boukelmoune authored
    To put it simply, let's take a simple CLI script:
    
        vcl.discard vcl1
        vcl.discard vcl2
        [...]
        vcl.discard vclX
    
    We can now achieve the same with a single command:
    
        vcl.discard vcl1 vcl2 ... vclX
    
    But there is slighty more to it, because vcl.discard operates on both
    VCLs and VCL labels, and dependencies can exist between both. So in
    addition to operate on multiple VCLs it also does so in the correct
    order.
    9947307d
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...