Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -Options to Start-VagrantEnvironment #14

Open
steviecoaster opened this issue Oct 3, 2020 · 0 comments
Open

Add -Options to Start-VagrantEnvironment #14

steviecoaster opened this issue Oct 3, 2020 · 0 comments

Comments

@steviecoaster
Copy link
Owner

Sometimes when you bring up a vagrant environment, you want to include some additional environment variables etc that get processed in the Vagrantfile while provisioning the virtual machine. Syntax looks something like this:

OPTION=value vagrant up

To process this appropriately, we'd need to determine if -Options was passed, and pass them to the vagrant process properly formatted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant