# HG changeset patch # User Goffi # Date 1627591861 -7200 # Node ID 6d03e8ebf1a6fe5ac0d670048eb92a26821da56b # Parent bc043afedbac84c8fac828c3a30be5554e6a6a85 doc (cli/common): explain the new `-C, --no-cache` option diff -r bc043afedbac -r 6d03e8ebf1a6 doc/libervia-cli/common_arguments.rst --- a/doc/libervia-cli/common_arguments.rst Thu Jul 29 22:51:01 2021 +0200 +++ b/doc/libervia-cli/common_arguments.rst Thu Jul 29 22:51:01 2021 +0200 @@ -88,6 +88,11 @@ this case the ``-m, --max`` argument should be prefered. See below for RSM common arguments. +``-C, --no-cache`` + skip pubsub cache. By default, internal pubsub cache is used automatically if requested + items are available there. With this option set, a request to the pubsub service will + always be done, regardless of presence of node items in internal cache. + result set management ===================== @@ -191,7 +196,7 @@ manipulated by a script, or if you want only a specific element of the result. ``-O {…}, --output {…}`` - specifiy the output to use. Available options depends of the command you are using, + specify the output to use. Available options depends of the command you are using, check ``li [your command] --help`` to know them. e.g.:: @@ -209,6 +214,6 @@ Some options expect parameters, in this case they can be specified using ``=``. - e.g. specifiying a template to use:: + e.g. specifying a template to use:: $ li blog get -O template --oo browser --oo template=/tmp/my_template.html