comparison doc/libervia-cli/param.rst @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents c80a0f864b5d
children
comparison
equal deleted inserted replaced
3562:9f599ccbea4e 3563:267e4987b58b
1 ============================ 1 =================================
2 param: manage SàT parameters 2 param: manage Libervia parameters
3 ============================ 3 =================================
4 4
5 ``param`` commands allows to retrieve or set parameters as well as to export/import them 5 ``param`` commands allows to retrieve or set parameters as well as to export/import them
6 to a XML file. 6 to a XML file.
7 7
8 Parameters are retrieve using a ``category`` and a ``name``, they are both case sensitive. 8 Parameters are retrieve using a ``category`` and a ``name``, they are both case sensitive.
61 $ li param get Connection Priority -a constraint 61 $ li param get Connection Priority -a constraint
62 62
63 set 63 set
64 === 64 ===
65 65
66 As expected, this command set a SàT parameter. The ``category``, ``name`` and ``value`` 66 As expected, this command set a Libervia parameter. The ``category``, ``name`` and ``value``
67 are needed as positional arguments. 67 are needed as positional arguments.
68 68
69 ``--security-limit SECURITY_LIMIT`` can be used if you want an update to be rejected if 69 ``--security-limit SECURITY_LIMIT`` can be used if you want an update to be rejected if
70 the parameter is not modifiable with this limit. This can be useful if you use ``li`` from 70 the parameter is not modifiable with this limit. This can be useful if you use ``li`` from
71 an external tool and you want to limit damage risks, or for testing purpose. 71 an external tool and you want to limit damage risks, or for testing purpose.