
5 Jan
2016
5 Jan
'16
8:26 a.m.
On 30/12/2015 12:41 am, Joel W. Shea wrote:
Although the following would be more verbose, it would go a long way towards consistency, using a "command verb object options" pattern;
$ virsh create [domain|volume|etc] --name <name> <options> $ virsh create domain --file <xml-file> $ virsh info domain <domain> --dumpxml <xml-file> $ virsh create snapshot <domain> $ virsh clone volume <volume> [options] $ virsh list network --filter active [options] $ virsh edit [domain|network|pool|etc]
Just a thought... any one else think that'd be a good idea?
Be a great idea, I hate virsh right now just so hard to find the correct command and some of this are just wrong. Mike