Releases: aginies/pvirsh
Releases · aginies/pvirsh
version 2.2
version 2.1
- various lint fixes
- improve help usage
- add select_vm to choose VM on the connected hypervisor
- improve prompt
- add some more XML files
- remove unwanted import sys
version 2.0
- this is now a python module
- fix requirements
- doc has been improved
- man page available
- new xml_path/start/shutdown commands
- add a Licence
V1.3
version 1.2
- add a simple way to add (attach) or remove (detach) a device from an XML list
- remove edit from command list (no way to edit a group of VM... )
- remove help on virsh command in non-interactive mode
- use print_error and print_ok instead of doing esc(XXX)
- "exec" has been replaced by "shell"
version 1.1
- various fix in non-interactive mode
version 1.0
- improve checks (especially around yaml file)
- default file groups.yaml will be used is available in present path
- improve layout
- some typo fixes
version 0.9
- add some xml files
- validate the yaml file
- add xen+ssh in list of connector
- some pylint fix
version 0.8
- improve layout with some color
- prompt now display: selected group, yaml file, connector
- prompt uses color to help determine whats wrong
- completion: show list of yaml file in current path
version 0.7
- use argparse instead of optparse (deprecated)
- various pylint fix
- add a show command launche on VM option (default is off)
- add more doc in the code