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
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • 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
Hide whitespace changes
Inline Side-by-side
Using-pepcli.md
View page @ ff207c17
......@@ -39,6 +39,7 @@ 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.
- [`ama`](#ama) performs administrative tasks related to the Access Manager service.
- [`get`](#get) retrieves data from a specific cell.
- [`list`](#list) lists data available in PEP.
- [`pull`](#pull) stores a data set in files on your local machine.
......@@ -60,6 +61,10 @@ Data storage and retrieval:
- [`pull`](#pull) stores a data set in files on your local machine.
- [`store`](#store) stores data in a specific cell.
Administrative tasks:
- [`ama`](#ama) performs administrative tasks related to the Access Manager service.
## General flags
Most of `pepcli`'s commands will connect to one or more of the PEP servers, and most server requests will require the user to be [enrolled](Access-control#enrollment). The utility's general flags can be used to indicate how to connect and enroll:
......@@ -92,11 +97,11 @@ pepcli ama query
This subcommand's output lists
- The `Columns` that have been defined by data administrator (using `pepcli ama column`).
- The `ColumnGroups` that have been defined by data administrator (using `pepcli ama columnGroup create`), and the columns included in each column group (using `pepcli ama column addTo`).
- The `ColumnGroupAccessRules` that have been defined by access administrator (using `pepcli ama cgar create`), 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 (using `pepcli ama group create`), and the participants included in each group (using `pepcli ama group addTo`).
- The (participant) `GroupAccessRules` that have been defined by access administrator (using `pepcli ama pgar create`).
- 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 `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.
## `get`
......
Clone repository
  • Access control
  • April 2022 migration
  • Castor integration
  • Data structure
  • Glossary
  • Pseudonymization
  • Uploading and downloading data
  • Using pepcli with docker
  • Using pepcli
  • Home