Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] REPORT log at the end of pull or push command #19

Open
youen opened this issue May 21, 2021 · 0 comments
Open

[Proposal] REPORT log at the end of pull or push command #19

youen opened this issue May 21, 2021 · 0 comments

Comments

@youen
Copy link
Collaborator

youen commented May 21, 2021

Similar to what is done with PIMO (https://github.com/CGI-FR/PIMO/tree/main/demo/demo9#fields) I think it would be nice to have a list of fields that are always printed when pulling/pushing.

Examples

  • id (or ids) of the current line being processed
  • line number from the input (on push)
  • line number from the output (on pull)
  • ...

Another "nice to have" is a small result of the processing, for example with PIMO :

+-------+--------------------+--------------------+---------------------+--------+-------------+----------+------------+-------------+----------+
| level | stats:ignoredPaths | stats:skippedLines | stats:skippedFields | return | config      | duration | input-line | output-line | message  |
+-------+--------------------+--------------------+---------------------+--------+-------------+----------+------------+-------------+----------+
| info  | 0                  | 0                  | 0                   | 0      | masking.yml | 2.1671ms | 1          | 3           | End PIMO |
+-------+--------------------+--------------------+---------------------+--------+-------------+----------+------------+-------------+----------+

Originally posted by @adrienaury in #18 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant