✨ Split API review commands#259
Merged
Merged
Conversation
847fd56 to
1bd3ce4
Compare
b523beb to
2826b05
Compare
Group the build, baseline, comparison, project, review, and upload command changes into one reviewable slice.
2826b05 to
03311ae
Compare
Vizzly - Visual Test ResultsCLI Reporter - 1 change needs review
|
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.

Why
The API-facing commands are where users inspect builds, baselines, comparisons, projects, reviews, and uploads. These commands share the same risk: malformed inputs, inconsistent JSON/human output, and thin test coverage can make the CLI feel unreliable even when the backend is working correctly.
This PR keeps that review surface together. It focuses on the commands that translate user intent into API requests and render the response back to the terminal, with tests that verify outcomes instead of internal command wiring.
What Changed
api,baselines,builds,comparisons,projects,review, andupload.Verification
npm run lintnode --test tests/commands/api.test.js tests/commands/baselines.test.js tests/commands/builds.test.js tests/commands/comparisons.test.js tests/commands/projects.test.js tests/commands/review.test.js tests/commands/upload.test.jsStack
4/10 in the CLI audit stack.
Base:
rd/cli-audit-init-authHead:
rd/cli-audit-api-review