Update Using pepcli authored by Hans Harmannij's avatar Hans Harmannij
...@@ -80,14 +80,14 @@ Data storage and retrieval: ...@@ -80,14 +80,14 @@ Data storage and retrieval:
Administrative tasks: Administrative tasks:
- [`ama`](#ama) provides subcommands to perform administrative tasks related to the Access Manager service. - [`ama`](#ama) provides subcommands to perform administrative tasks related to the Access Manager service.
- [`ama query`](ama-query) summarizes the current data structure and access rules. - [`ama query`](#ama-query) summarizes the current data structure and access rules.
- For users enrolled as a `Data Administrator`: - For users enrolled as a `Data Administrator`:
- [`ama column`](ama-column) can be used to create and remove columns, and to group and un-group them. - [`ama column`](#ama-column) can be used to create and remove columns, and to group and un-group them.
- [`ama columnGroup`](ama-columngroup) can be used to create and remove column groups. - [`ama columnGroup`](#ama-columngroup) can be used to create and remove column groups.
- [`ama group`](ama-group) can be used to create and remove participant groups, and add participants to them - [`ama group`](#ama-group) can be used to create and remove participant groups, and add participants to them
- [`ama group auto-assign`](ama-group-auto-assign) can be used to automatically fill participant groups based on study contexts. - [`ama group auto-assign`](#ama-group-auto-assign) can be used to automatically fill participant groups based on study contexts.
- For users enrolled as an `Access Administrator`: - For users enrolled as an `Access Administrator`:
- [`ama cgar`](ama-cgar) can be used to manage the type(s) of access that access groups have to column groups. - [`ama cgar`](#ama-cgar) can be used to manage the type(s) of access that access groups have to column groups.
- [`castor`](#castor) provides subcommands to perform administrative tasks related to PEP's [Castor integration](Castor-integration) functionality. - [`castor`](#castor) provides subcommands to perform administrative tasks related to PEP's [Castor integration](Castor-integration) functionality.
- [`castor export`](#castor-export) @@@ TODO @@@ - [`castor export`](#castor-export) @@@ TODO @@@
- [`castor list-sp-columns`](#castor-list-sp-columns) lists short pseudonym columns that are bound to Castor studies. - [`castor list-sp-columns`](#castor-list-sp-columns) lists short pseudonym columns that are bound to Castor studies.
... ...
......