Adds a new LabGroup
Requires sysadmin permission. Creates a new lab group with a PI and optionally other group members. All users must be already existing in RSpace.
Note that members must have also initialised their accounts by logging in at least once
rspace-client eln addGroup [flags]
## create a group with 2 members and a PI
rspace eln addGroup --name Bob-Group --pi bobsmith --members anabelz,sarahs
# if the group name has spaces, enclose in double-quotes
rspace eln addGroup --name "Prof Smith Lab" --pi bobsmith --members anabelz,sarahs
-h, --help help for addGroup
--members string Comma-separated list of usernames of other group members
--name string The name of the group
--pi string Username of the group PI
--config string config file (default is $HOME/.rspace)
-o, --outFile string Output file for program output
-f, --outputFormat string Output format: one of 'json','table', 'csv' or 'quiet' (default "table")
- rspace-client eln - Top-level command to work with RSpace ELN