@@ -110,7 +110,7 @@ pepcli ama column removeFrom <column name> <column group name>
...
@@ -110,7 +110,7 @@ pepcli ama column removeFrom <column name> <column group name>
When columns are added to a column group, those columns immediately become available to users who can access the column group.
When columns are added to a column group, those columns immediately become available to users who can access the column group.
Column groups can be created and removed using [the `pepcli ama columnGroup`](#ama-columnGroup) subcommand. `Access Administrator` can [grant access to column groups](Access-control#access-rules) using the `pepcli ama cgar` subcommand.
Column groups can be created and removed using [the `pepcli ama columnGroup`](#ama-columngroup) subcommand. `Access Administrator` can [grant access to column groups](Access-control#access-rules) using the `pepcli ama cgar` subcommand.
### `ama columnGroup`
### `ama columnGroup`
...
@@ -125,16 +125,16 @@ Once a column group has been created, use the [`pepcli ama column`](#ama-column)
...
@@ -125,16 +125,16 @@ Once a column group has been created, use the [`pepcli ama column`](#ama-column)
### `ama query`
### `ama query`
The `query` subcommand summarizes the current state of PEP's [data structure](Data-structure) and [access rules](Access-control#access-rules). Both the `Access Administrator` and `Data Administrator` roles can invoke this subcommand:
The `query` subcommand summarizes the current state of PEP's [data structure](Data-structure) and [access rules](Access-control#access-rules). Both the `Access Administrator` and `Data Administrator` roles can invoke:
```
```
pepcli ama query
pepcli ama query
```
```
This output lists
The output lists
- The `Columns` that have been defined by data administrator.
- The [`Columns`](#ama-column) that have been defined by data administrator.
- The `ColumnGroups` that have been defined by data administrator, and the columns included in each column group.
- The [`ColumnGroups`](#ama-columngroup) that have been defined by data administrator, and the columns included in each column group.
- The `ColumnGroupAccessRules` that have been defined by access administrator, i.e. which access groups have what type(s) of access to which column groups.
- The `ColumnGroupAccessRules` that have been defined by access administrator, i.e. which access groups have what type(s) of access to which column groups.
- The (participant) `Groups` that have been defined by data administrator, and the participants included in each group.
- The (participant) `Groups` that have been defined by data administrator, and the participants included in each group.
- The (participant) `GroupAccessRules` that have been defined by access administrator, i.e. which access groups have what type(s) of access to which participant groups.
- The (participant) `GroupAccessRules` that have been defined by access administrator, i.e. which access groups have what type(s) of access to which participant groups.