jenkins-infra / jenkins-contribution-extractor

Retrieves Jenkins Community related data points that help to evaluate community health.
MIT License
0 stars 2 forks source link

Remove data for a given user #23

Closed jmMeessen closed 9 months ago

jmMeessen commented 9 months ago

As part of the maintenance of the data, a tool is required to remove all data points for a given user (ex a bot).

Implement a new verb : remove

jmMeessen commented 9 months ago

Proposed command line

jenkins-stat remove GitHub_User --input data_file.csv --backup

User --input data_file --backup

We need to find a way to detect the file data type.

jmMeessen commented 9 months ago

Improved CLI: jenkins-stat remove GitHub_user [--backup]