Is it possible to use the Bitrise CLI and/or bootstraps (ex. https://github.com/bitrise-io/osx-box-bootstrap) to set up developer environments to have parity with the Bitrise environment?
The bootstrapers seem to be set up to install to VMs but it would be nice if we could leverage these to stay “Here, run this script” and have it download and install specific versions of files to match what the code will ultimately be compiled and tested with in bitrise rather than say “Here is a long list of instructions and links to files to download and install” and rely on every developer to remember to check the latest list of versions in the system report and go track down the correct versions of frameworks and tools.

