Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -146,7 +146,7 @@ pepcli ama columnGroup create <column group name> ...@@ -146,7 +146,7 @@ pepcli ama columnGroup create <column group name>
pepcli ama columnGroup remove <column group name> pepcli ama columnGroup remove <column group name>
``` ```
Because of technical limitations, column group names may contain only [printable ASCII characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters). Note that [some column groups](https://gitlab.pep.cs.ru.nl/pep-public/user-docs/-/wikis/Data-structure#grouping) are predefined and/or managed by PEP itself. Because of technical limitations, column group names may contain only [printable ASCII characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters). Note that [some column groups](https://gitlab.pep.cs.ru.nl/pep-public/user-docs/-/wikis/Data-structure#grouping) are predefined and/or automatically managed by PEP software.
Once a column group has been created, use the [`pepcli ama column`](#ama-column) subcommand to determine which columns are included in the group. `Access Administrator` can [grant access to column groups](Access-control#access-rules) using the `pepcli ama cgar` subcommand. Once a column group has been created, use the [`pepcli ama column`](#ama-column) subcommand to determine which columns are included in the group. `Access Administrator` can [grant access to column groups](Access-control#access-rules) using the `pepcli ama cgar` subcommand.
... ...
......