-
Notifications
You must be signed in to change notification settings - Fork 409
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
Conversation
@hmoffatt Please test. |
@cafferata Please review the docs and verify the hyperlink works. |
documentation/json-reports.md
Outdated
|
||
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`, |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
Co-authored-by: Jeffrey Cafferata <[email protected]>
Co-authored-by: Jeffrey Cafferata <[email protected]>
Looks good @tlimoncelli, thanks. |
@cafferata I removed the reference to old* commands. |
Fixes #3148