tailor icon indicating copy to clipboard operation
tailor copied to clipboard

Run locally on a branch - cli

Open stepanstipl opened this issue 8 years ago • 0 comments

Hi, for a start I would like to say thanks, this is an awesome tool!

I would like to be able to run the checks on a local branch. I'm thinking simple cli for start, allowing smth like tailor-cli $branch, where $branch would reference the base branch and tailor would check all the commits that are present in current branch but missing in base branch.

I realise that some entities in the root context are specific to the PR, bus basically anything under .commits[] could stay.

I think this would be super useful, allowing developers to run tests locally, before even commiting anything to GH or opening PR.

stepanstipl avatar Feb 01 '18 22:02 stepanstipl