Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -263,7 +263,6 @@ The flags are: ...@@ -263,7 +263,6 @@ The flags are:
- `-t` The ticket you stored with the `-T` flag of [the `list` command](#list) - `-t` The ticket you stored with the `-T` flag of [the `list` command](#list)
- `-i` The identifier you got from [`pepcli list`](#list) - `-i` The identifier you got from [`pepcli list`](#list)
- `-o` The file to write the output to. `-` indicates stdout. This is the default. - `-o` The file to write the output to. `-` indicates stdout. This is the default.
- `-m` Also retrieve the metadata and write it to the given file. `-` indicates stdout. Default is to not retrieve metadata. If you do not know what you would need metadata for, then you probably don't need it.
Note that the `pepcli get` command is not capable of data re-pseudonymization. Data from columns requiring such processing should be retrieved using [`pepcli pull`](#pull) instead. Note that the `pepcli get` command is not capable of data re-pseudonymization. Data from columns requiring such processing should be retrieved using [`pepcli pull`](#pull) instead.
... ...
......