You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: