Add availability to override env vars through curl command

From Alain FLORET on 2016/10/05 19:42:07 +0000

In case of using curl command to chain app building, it could be interesting to override an existing env vars as you can already create a new one.

Thanks.

Copied from original feature request: http://bitrise.uservoice.com/forums/235233-general/suggestions/16509892-add-availability-to-override-env-vars-through-curl

From Bitrise on 2016/10/09 09:01:41 +0000

Technical note: this should be solved by treating these env vars separately. Right now these are appended to the "secrets" passed to the build. Instead we should add a new parameter/flag to bitrise run, e.g. bitrise run --env KEY_VALUE (of course allow more than one, and allow it in the JSON/Base64 params).

This way you could pass parameters locally too.

These env vars should be processed after app env vars, before workflow env vars.