Skip to content

Add vagrant support and environemnt variables#4

Open
geromueller wants to merge 3 commits intoPostcon:masterfrom
geromueller:master
Open

Add vagrant support and environemnt variables#4
geromueller wants to merge 3 commits intoPostcon:masterfrom
geromueller:master

Conversation

@geromueller
Copy link

  • calls vagrant ssh -c "cmd"
  • prepend ENV=var to commands

Copy link
Contributor

@DrSchimke DrSchimke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a few lines to the README.md mentioning vagrant and the new "env" parameter.

*/
public function iRun($command, $server = 'default')
{
$server = str_replace('-', '_', $server);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you replace minus signs by underscore here?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants