Skip to content
GitLab
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 and registries
    • Packages and 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
Show whitespace changes
Inline Side-by-side
Using-pepcli.md
View page @ b0b6ece7
...@@ -15,6 +15,8 @@ Some commands have subcommands: ...@@ -15,6 +15,8 @@ Some commands have subcommands:
pepcli [general flags] <COMMAND> <SUBCOMMAND> [subcommand flags] [parameters...] pepcli [general flags] <COMMAND> <SUBCOMMAND> [subcommand flags] [parameters...]
``` ```
The general flags are [documented separately](#general-flags). Commands are [listed alphabetically](#alphabetic-list-of-commands) and [documented in more detail](#commands-supported-by-pepcli). A [categorization by task](#commands-categorized-by-task) and/or audience is also available.
## Command line help ## Command line help
The `pepcli` application provides command line help if it is invoked without parameters, or with the `--help` switch: The `pepcli` application provides command line help if it is invoked without parameters, or with the `--help` switch:
...@@ -33,6 +35,20 @@ pepcli ama query --help # Output mentions the <em>--col ...@@ -33,6 +35,20 @@ pepcli ama query --help # Output mentions the <em>--col
pepcli ama query --column-group ShortPseudonyms # The completed command line pepcli ama query --column-group ShortPseudonyms # The completed command line
</pre> </pre>
## Alphabetic list of commands
The commands supported by `pepcli` are listed below. Follow hyperlinks to read more detailed documentation on each of the commands.
- [`query`](#query) provides information on the PEP environment.
## Commands categorized by task
The `pepcli` utility supports commands aimed at various tasks and/or types of users. This section categorizes commands accordingly.
General purpose:
- [`query`](#query) provides information on the PEP environment.
## General flags ## 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: 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:
...@@ -49,18 +65,6 @@ pepcli --oauth-token /PATH/TO/OAuthToken.json --client-working-directory /PATH/T ...@@ -49,18 +65,6 @@ pepcli --oauth-token /PATH/TO/OAuthToken.json --client-working-directory /PATH/T
Other general flags exist, but are intended for use by developers of the PEP system. While mentioned in `pepcli`'s command line help, they are not further documented here. Other general flags exist, but are intended for use by developers of the PEP system. While mentioned in `pepcli`'s command line help, they are not further documented here.
## List of commands
The commands supported by `pepcli` are listed below. Follow hyperlinks to read more detailed documentation on each of the commands. A categorization [by task and/or audience](#by-task) is also available.
- [`query`](#query) provides information on the PEP environment.
## By task
General purpose:
- [`query`](#query) provides information on the PEP environment.
# Commands supported by `pepcli` # Commands supported by `pepcli`
## query ## query
......
Clone repository
  • Access control
  • April 2022 migration
  • Castor integration
  • Data structure
  • Glossary
  • Pseudonymization
  • Uploading and downloading data
  • Using pepcli with docker
  • Using pepcli
  • Home