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 @ 8a3ee77a
......@@ -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.
- [`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.
- [`list`](#list) lists data available in PEP.
- [`pull`](#pull) stores a data set in files on your local machine.
......@@ -64,6 +68,12 @@ Data storage and retrieval:
Administrative tasks:
- [`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
......
Clone repository
  • Access control
  • April 2022 migration
  • Castor integration
  • Data structure
  • Glossary
  • Pseudonymization
  • Uploading and downloading data
  • Using pepcli with docker
  • Using pepcli
  • Home