Repotools command that exports user information.
Purpose
The exportUsers command
can be used to export the user information into a CSV file.
Parameters
| Attribute |
Description |
Required |
Default |
| toFile |
Path to the users comma delimited file. |
No |
users.csv |
| overwrite |
Whether to overwrite an existing CSV file. |
No |
No |
| repositoryURL |
The connection URL for the server. |
No |
https://localhost:9443/jazz |
| adminUserId |
Admin user ID to login to the Jazz repository. |
No |
ADMIN |
| adminPassword |
Admin password to login to the Jazz repository. |
No |
ADMIN |
| credentialsFile |
The file containing the admin user's login credentials. |
No |
credentials.properties |
| logFile |
Path to the log file. |
No |
repotools_exportUsers.log |
Sample
repotools -exportUsers tofile=users.csv overwrite=yes