comparison doc/libervia-cli/param.rst @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 267e4987b58b
children
comparison
equal deleted inserted replaced
3541:888109774673 3573:813595f88612
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.