Skip to content

RobotDisco/sublime-vagrant

 
 

Repository files navigation

Sublime-vagrant

Implements common Vagrant commands.

Status Will show the status of this project's VM

Up Start's this project's VM

Halt Forcefully suspends the VM

Suspend Suspends the VM

Destroy Destroy's the VM. Be careful, you won't be asked to confirm.

Destroy & Up Destroys the VM and starts it again. Useful for reseting to a known position.

Settings

You can set up a different vagrant path if your Vagrat binary is not installed in the default location, or you're using Sublime-Vagrant on a windows machine.

    "vagrant_path": "/usr/bin/vagrant",
    "additional_args": ['-h', '-v']
}```

though there are very few additional arguments you can pass to Vagrant so by default there are none in the setting file.

# Contributors
* https://github.com/Stubbs/ - Original Author
* https://github.com/benmatselby - For the code to execute runtime commands.
* https://github.com/NaleagDeco - Bug fixes & improvments

About

Vagrant commands for Sublime Text 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%