circleci-tools / circleci-cli

:cyclone: CLI client / command line tool for CircleCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch specific branch

fzf opened this issue · comments

I am not sure if this is possible with the circle ci api but I was wondering if there is a way to watch a specific branch?

I think we can 👍
So I will implement the option like circle-cli watch -b branch_name later ✋ .

@all-contributors add @fzf for bug, ideas

This is awesome, I realized that because I run a lot of pull requests off forked repos circle ci reports them as branch: pull-request/1234 instead of the actual branch :( I made another pull request that lets you filter by the user that committed the code, happy to get your thoughts. This PR helped me understand what you were doing better. #44