aacebedo / machination

An helper to create virtual machines using Docker and Vagrant
2 stars 2 forks source link

[feature] add a command line mode option ? #46

Open mzemb opened 9 years ago

mzemb commented 9 years ago

usefull for further automation: parsing of machination outputs without context lines

example: machination list instances: get rid of the two first lines: "Machine instances:" "-------------------"

with maybe a --parse option ?

mzemb commented 9 years ago

As "machination list" gives everything (templates + instances), maybe a simplier change would be that "machination list templates" and "machination list instances" do not print context lines and though would be easily parsable.