Document happo CLI version availability#307
Merged
Merged
Conversation
Add "Available since happo vX.Y.Z" annotations to each command and option in the CLI reference, and to references in integration guides. Makes it clear which version of the happo package first shipped --skip, --only, the flake command, and --skippedExamples on finalize. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
trotzig
approved these changes
May 11, 2026
Contributor
trotzig
left a comment
There was a problem hiding this comment.
Should we have a special way of formatting this type of thing?
Contributor
Author
|
@trotzig yeah maybe--we could accomplish that with a shared component in mdx. But let's roll with this for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--only), playwright.mdx / cypress.mdx / custom.mdx (--skip), and the skipping-snapshots partial (--skippedExamplesonfinalize).Why
--skipand--onlywere added recently but the docs didn't make their version requirements clear. While doing this, the existing "flake" command and its options were also annotated for completeness.Version sources (from git tags in happo/happo):
flakecommand and its options--skipand--only--skippedExamplesonhappo finalize(reintroduced from legacyhappo-e2e)Test plan
🤖 Generated with Claude Code