bitrise-io / envman

Environment variable manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When you call `envman add` it should always add the item to the end of the list

viktorbenei opened this issue · comments

at the moment if it's already in the list it'll just replace it's value, but won't move it to the end of the env list!

Or should it keep both? - if steps call it in an order we should define how those can affect each other, especially if one uses another's output, which can be then used by a third..