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

Bookmark scripts #51

Closed
BogdanHabic opened this issue Nov 13, 2014 · 1 comment
Closed

Bookmark scripts #51

BogdanHabic opened this issue Nov 13, 2014 · 1 comment

Comments

@BogdanHabic
Copy link

It would be great if there was a feature to define custom scripts and run them on the VMs. So lets say for example i want to rerun all migrations on a VM: what I would do usually is ssh into the machine and do something like this:
"cd Code/project_name_here;php artisan migrate:refresh;"
I imagine this working in a way that you type out the commands, and save/bookmark them and then every VM has a submenu called "Bookmarked scripts" and then from there I select my custom "Rerun migrations" script.
I would love to help you implementing this, but I don't promise anything because I never developed something for OS X.

@chriswayoub
Copy link
Member

Version 2.2.0 adds Custom Commands, which lets you execute shell commands on the Vagrant machine over SSH

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

3 participants