SP-1447: Add config branch command group (beta) - #399
Merged
Conversation
Includes-AI-Code: true
Includes-AI-Code: true
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8f762a9. Configure here.
The root program registers -V, --version, which shadowed the subcommand flag: the CLI printed its own version and exited without merging. Includes-AI-Code: true
|
Laberion Ajvazi (LaberionAjvazi)
marked this pull request as ready for review
July 28, 2026 12:52
Meris Nici (promeris)
approved these changes
Jul 28, 2026
Laberion Ajvazi (LaberionAjvazi)
added a commit
that referenced
this pull request
Jul 29, 2026
PR #399 was squash-merged, so main carries the SP-1447 branch commands as a single commit while this branch still carries them as three. Every conflict was that duplicated history rather than a real content clash: main is byte-identical to this branch's SP-1447 tip for all six files, so each conflict resolves to this branch's version, which is main's content plus the SP-1472 export/import changes on top. The two docs hunks where main had content are lines SP-1472 reworded to mention the Git mirror, so the reworded text is kept. Includes-AI-Code: true
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.




Description
Adds a beta
config branchcommand group for working with package branches:settings set,create,list,delete, andmerge preview|apply. All commands accept--jsonto write the response to a file.Relevant links
Checklist