Approve diffs from command line #886
Unanswered
thomasmattheussen
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to approve diffs from the command line?
My use case is: at my company we create a multi branded design system. I have a Percy project for each separate brand. Right now, that's about 20 projects, but the list will grow.
Sometimes when I make a change in the base of the system, these changes get propagated to all brands. That means I know and expect there to be changes in more than 20 Percy projects. What I do is, I check a few of the projects to see if the change is indeed correct which then gives me the confidence that all other projects are OK as well. But now I have to open more than 20 tabs to approve those builds, which gets tedious really fast.
Of course, I don't want to auto-approve them either.
I think it would be handy to have some sort of CLI tool people can use that can replace some functions you now only do in the GUI.
Beta Was this translation helpful? Give feedback.
All reactions