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

FEATURE: enable --report for preview (not just push) #3149

Merged
merged 6 commits into from
Oct 10, 2024

Conversation

tlimoncelli
Copy link
Contributor

@tlimoncelli tlimoncelli commented Oct 9, 2024

Fixes #3148

  • --report can now be used on preview/ppreview, not just push/ppush
  • The help message is changed to be more accurate. It is no longer a report of corrections that were performed, but a report of corrections.
  • Docs updated

@tlimoncelli
Copy link
Contributor Author

@hmoffatt Please test.

@tlimoncelli
Copy link
Contributor Author

@cafferata Please review the docs and verify the hyperlink works.


To enable the report option you must use the `push` operation in combination with the `--report <filename>` option. This generates the json file.
To generate the report, add the `--report <filename>` option to a preview or
push command (this includes `preview`, `ppreview`, `oldpreview`, `push`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the time of writing there is (still) no oldpreview and oldpush.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm willing to live with that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also my comment #3142 (comment)

tlimoncelli and others added 2 commits October 9, 2024 15:28
@hmoffatt
Copy link
Contributor

hmoffatt commented Oct 9, 2024

Looks good @tlimoncelli, thanks.

@tlimoncelli
Copy link
Contributor Author

@cafferata I removed the reference to old* commands.

@tlimoncelli tlimoncelli merged commit bbc6892 into main Oct 10, 2024
18 checks passed
@tlimoncelli tlimoncelli deleted the tlim_b3148_report branch October 10, 2024 13:55
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

Successfully merging this pull request may close these issues.

report option for preview
3 participants