0.0
No commit activity in last 3 years
No release in over 3 years
Produces machine-readable global status output.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
 Project Readme

VagrantPlugins::MRO

This is a solution for getting machine-readable global status output from Vagrant, until this functionality is implemented in Vagrant itself.

Installation

vagrant plugin install vagrant-mro

Usage

vagrant mro

# output:
# id, name, state

915bee0,default,saved

Todo

  • Should probably use the machine-readable UI format
  • Or, fix this in vagrant itself by splitting the command output from its data in the global-status plugin