• Geoff Simmons's avatar
    Add JSON support for the "param.show" CLI command. · db0e2596
    Geoff Simmons authored
    * Each param is represented as a JSON object listed in the output
      array.
    * The object's "value" field contains the current value, which can
      have different types -- int, float, string or boolean.
    * There is no -l form with param.show -j, each object contains the
      full description.
    * But "param.show -j the_param" or "param.show -j changed" may be
      used to limit the number of objects in the output.
    * Each object may or may not have any of the fields "minimum",
      "maximum", "default" or "units", depending on the param.
    * Params not implemented on the present platform just have
      "implemented":false along with the param name, and no other fields.
    * The values of the "minimum", "maximum" and "default" fields are
      always strings.
    db0e2596
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
tools Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
.syntastic_c_config Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish-legacy.m4 Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...