Bitrise CLI build with "advanced properties"

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 :wave:

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! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.