File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -866,3 +866,25 @@ labgrid contains some command line tools which are used for remote access to
866
866
resources.
867
867
See :doc: `man/client `, :doc: `man/device-config ` and :doc: `man/exporter ` for
868
868
more information.
869
+
870
+ Advanced CLI features
871
+ ~~~~~~~~~~~~~~~~~~~~~
872
+
873
+ This section of the manual describes advanced features that are supported by the
874
+ labgrid client CLI.
875
+
876
+ Sharing a place with a co-worker
877
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
878
+
879
+ Labgrid client allows multiple people to access the same shared place,
880
+ even though locks can only be acquired by one person. To allow a coworker to use
881
+ a place use the ``allow `` command of labgrid client in conjunction with the
882
+ coworkers ``user `` and ``hostname ``. As an example, with a places named
883
+ ``example ``, a user name ``john `` and a host named ``sirius ``, the command looks
884
+ like this:
885
+
886
+ .. code-block :: bash
887
+
888
+ $ labgrid-client -p example allow sirius/john
889
+
890
+ To remove the allow it is currently necessary to unlock and lock the place.
You can’t perform that action at this time.
0 commit comments