Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

MunGell/vgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Manager

A little command line tool to manage many vagrant boxes without changing working directory.

Installation

$ npm install -g vgm

Getting Started

  1. Add your vagrant boxes to the manager with the following command:
$ vgm add <name-of-the-box> <path-to-Vagrantfile-directory>

Where <name-of-the-box> - is any convenient name that you would like to use for your box and <path-to-Vagrantfile-directory> is path to where your Vagrantfile is stored.

  1. Run vagrant commands like this:
$ vgm <name-of-the-box> status

This should show you your box's status.

Commands

vgm add <name> [path]

Adds virtual machine to the manager

Arguments:

  • name - any convenient name for your virtual machine
  • path (optional) - path to Vagrantfile directory, if not present vgm will use path to current directory

vgm remove <name>

Removes virtual machine from the manager configuration

Arguments:

  • name - name of the machine that you want to remove

vgm list

Outputs list of all registered vitrual machines.

vgm <name> [cmd]

Runs vagrant command on a machine

Arguments:

  • name - name of the machine that you want to run the command on
  • cmd (optional) - vagrant command, if not present vgm will assume status command

About

Vagrant Manager – command-line tool to simplify management of vagrant boxes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published