Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -40,6 +40,10 @@ pepcli ama query --column-group ShortPseudonyms # The completed command line ...@@ -40,6 +40,10 @@ pepcli ama query --column-group ShortPseudonyms # The completed command line
The commands supported by `pepcli` are listed below. Follow hyperlinks to read more detailed documentation on each of the commands. The commands supported by `pepcli` are listed below. Follow hyperlinks to read more detailed documentation on each of the commands.
- [`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 cgar`](ama-cgar) can be used to manage the type(s) of access that access groups have to column groups.
- [`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 columns, and to group and un-group them.
- [`ama query`](ama-query) summarizes the current data structure and access rules.
- [`get`](#get) retrieves data from a specific cell. - [`get`](#get) retrieves data from a specific cell.
- [`list`](#list) lists data available in PEP. - [`list`](#list) lists data available in PEP.
- [`pull`](#pull) stores a data set in files on your local machine. - [`pull`](#pull) stores a data set in files on your local machine.
...@@ -64,6 +68,12 @@ Data storage and retrieval: ...@@ -64,6 +68,12 @@ 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.
- 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 columnGroup`](ama-columngroup) can be used to create and remove columns, and to group and un-group them.
- 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.
## General flags ## General flags
... ...
......