Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U User docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PEP Public
  • User docs
  • Wiki
  • Using pepcli

Using pepcli · Changes

Page history
Update Using pepcli authored Feb 08, 2021 by Kai van Lopik's avatar Kai van Lopik
Show whitespace changes
Inline Side-by-side
Using-pepcli.md
View page @ 275efa43
......@@ -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.
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`
......@@ -125,16 +125,16 @@ Once a column group has been created, use the [`pepcli ama column`](#ama-column)
### `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
```
This output lists
The output lists
- The `Columns` 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 [`Columns`](#ama-column) that have been defined by data administrator.
- 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 (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.
......
Clone repository
  • Access control
  • April 2022 migration
  • Castor integration
  • Data structure
  • Glossary
  • Pseudonymization
  • Uploading and downloading data
  • Using pepcli
  • Home