Skip to content

Releases: aginies/pvirsh

version 2.2

03 Mar 09:28
2be888c
Compare
Choose a tag to compare
  • again some lint fixes
  • remove unwanted shebang
  • various typo fixes
  • bug fixes
  • it is required to install python3-curses to get completion properly working

version 2.1

16 Nov 17:06
Compare
Choose a tag to compare
  • 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

17 Oct 11:55
b5178e5
Compare
Choose a tag to compare
  • 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

13 Oct 17:30
Compare
Choose a tag to compare
  • show_all_vm: show all VM from current hypervisor
  • improve README.md

version 1.2

12 Oct 16:59
5324fee
Compare
Choose a tag to compare
  • 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

12 Oct 07:54
Compare
Choose a tag to compare
  • various fix in non-interactive mode

version 1.0

11 Oct 15:44
Compare
Choose a tag to compare
  • 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

11 Oct 14:50
Compare
Choose a tag to compare
  • add some xml files
  • validate the yaml file
  • add xen+ssh in list of connector
  • some pylint fix

version 0.8

10 Oct 16:16
Compare
Choose a tag to compare
  • 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

10 Oct 13:25
aea0100
Compare
Choose a tag to compare
  • 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