-
-
Notifications
You must be signed in to change notification settings - Fork 245
feat(build): Add --selective flag to snapshots command #3268
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
Changes from 3 commits
a8f3b9c
45985b8
1ef71dd
feb656b
cb8276f
e73888e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,16 +36,21 @@ Options: | |
| --log-level <LOG_LEVEL> | ||
| Set the log output verbosity. [possible values: trace, debug, info, warn, error] | ||
|
|
||
| --head-sha <head_sha> | ||
| The VCS commit sha to use for the upload. If not provided, the current commit sha will be | ||
| used. | ||
| --all-image-names <PATH> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also name suggestions:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. switched to |
||
| Path to a file containing the full list of preview names (one per line, comma-separated, | ||
| or both). When provided, only images in the upload directory are compared; missing images | ||
| listed here are reported as 'skipped' rather than 'removed'. | ||
|
|
||
| --quiet | ||
| Do not print any output while preserving correct exit code. This flag is currently | ||
| implemented only for selected subcommands. | ||
|
|
||
| [aliases: --silent] | ||
|
|
||
| --head-sha <head_sha> | ||
| The VCS commit sha to use for the upload. If not provided, the current commit sha will be | ||
| used. | ||
|
|
||
| --base-sha <base_sha> | ||
| The VCS commit's base sha to use for the upload. If not provided, the merge-base of the | ||
| current and remote branch will be used. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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'd elaborate on what a "missing" image is and what this list does to clarify this more. Maybe "Path to a file containing a list of preview names (...). Sentry will use this list to determine what images to diff. Any image in this list will be diffed against the base. Images not uploaded, but present in this list will be marked as 'skipped' rather than 'removed'."