AutobahnSwift / Autobahn

CLI tool written in Swift heavily inspired by https://github.com/fastlane/fastlane
MIT License
129 stars 6 forks source link

DSL support for ENV variables #8

Open kdawgwilk opened 6 years ago

kdawgwilk commented 6 years ago

We need an easy way to access ENV variables in the Autobahn.swift and it would also be nice to add support for loading variables from dotenv files as well. I believe if we load them in the CLI the process that gets kicked off to run the Autobahn.swift will share the same ENV but this still needs to be confirmed