You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/utilities.rst
+11-11
Original file line number
Diff line number
Diff line change
@@ -109,38 +109,38 @@ When not specified, the artiq_coreconfig tool will assume that there is a file n
109
109
110
110
To read the record whose key is ``mac``::
111
111
112
-
$ artiq_coreconfig -r mac
112
+
$ artiq_coreconfig read -k mac
113
113
114
114
To write the value ``test_value`` in the key ``my_key``::
115
115
116
-
$ artiq_coreconfig -w my_key test_value
117
-
$ artiq_coreconfig -r my_key
116
+
$ artiq_coreconfig write -s my_key test_value
117
+
$ artiq_coreconfig read -k my_key
118
118
b'test_value'
119
119
120
120
You can also write entire files in a record using the ``-f`` parameter. This is useful for instance to write the ``idle`` kernel in the flash storage::
0 commit comments