Hi,
I want to run Bitrise locally.
I have installed everything that is needed for running the build.
I need to run from a specific branch and insert env vars just like in the “Advanced” build option
on the web, couldn’t find how to achieve it on docs.
Is that possible using the cli ?
Thanks for the help!
Hello @RoyPayKey 
You can use the yml file to configure which branch you need and insert Env Vars via the script step (which also can be configured in the yml): Bitrise CLI
Here is a list of already available Env Vars that are exposed to the Bitrise CLI: Available environment variables | Bitrise DevCenter
Hope this helps! 