Skip to content

A terminal script to run vagrant halt on every vagrant running vagrantbox.

Notifications You must be signed in to change notification settings

HubbeDev/vagrant-halt-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vagrant-halt-all

A one-stop solution for gracefully shutting down all running Vagrant boxes with a single command.

Installation

  1. Clone the repo
   git clone https://github.com/HubbeDev/vagrant-halt-all.git
  1. Navigate to the repository folder.
   cd vagrant-halt-all
  1. Make the script executable.
   chmod +x vagrant-halt-all.sh
  1. Optionally, move the script to a location in your system's PATH for easy access.
   mv vagrant-halt-all.sh /usr/local/bin/

Usage

   ./vagrant-halt-all.sh

License and Credits

This project is open source under the MIT License. Credit for the initial idea goes to this Stackoverflow answer

About

A terminal script to run vagrant halt on every vagrant running vagrantbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages