Compare commits

..

47 Commits

Author SHA1 Message Date
gryf d2c25f9805 Updates showmediuminfo command 2023-03-14 20:22:02 +01:00
gryf 170b3a69d9 Added modifynvram command 2023-03-14 20:04:54 +01:00
gryf ca2073b686 Added signova command. 2023-03-14 19:00:33 +01:00
gryf 4d6210b599 Fix run and start subcommands for guestcontrol 2023-03-14 19:00:10 +01:00
gryf b231c43740 Updated cloud related commands 2023-03-14 17:52:43 +01:00
gryf d60719b8e2 Updated unattended command 2023-03-13 18:23:46 +01:00
gryf a839731fe6 Updated debugvm command 2023-03-13 18:14:27 +01:00
gryf 4557521b27 Updated dhcpserver command 2023-03-13 17:56:56 +01:00
gryf 507b4aa0bd Updated mediumio command 2023-03-13 17:31:02 +01:00
gryf 8d90209fcc Updated export command 2023-03-13 17:26:48 +01:00
gryf c212439a64 Updated import command 2023-03-13 17:10:43 +01:00
gryf 12e85b78da Updated controlvm command 2023-03-13 15:54:56 +01:00
gryf 385c78df30 Updated startvm command 2023-03-13 14:41:13 +01:00
gryf ce1c0c1b19 Added encryptvm command 2023-03-13 13:25:15 +01:00
gryf 7c42bcd22f Updated clonevm command 2023-03-13 12:45:34 +01:00
gryf 417fc3132f Updated modifyvm command. 2023-03-12 18:56:12 +01:00
gryf d505a106fa Updated createvm command. 2023-03-12 18:53:20 +01:00
gryf aa31561a45 Updated registervm command. 2023-03-12 18:51:07 +01:00
gryf dda64a649c Updated showvminfo command. 2023-03-12 18:50:08 +01:00
gryf 4298237cf9 Changed a way how vboxmanage commands are obtained.
Starting from 7.x version of VirtualBox, vboxmanage command help gives
its usage with one or more lines per command, like:

  VBoxManage command <args> [--option1|--option2] [--option3=optarg ]

There is no need to get it as in old format from now on.
2023-03-12 18:44:37 +01:00
gryf c7a5fc729c Bump to version 6.1.38 2022-10-08 09:12:03 +02:00
gryf 62d9078b23 Version bump 2022-08-29 10:20:38 +02:00
gryf 3f42dd2dc1 Version bump. 2022-07-25 11:15:06 +02:00
gryf 6ee3136033 Version bump. 2022-07-25 11:14:24 +02:00
gryf cf367c093d Bump to 6.1.28.
There was a minor change regarding export command: --iso parameter has
been removed.
2021-12-07 21:21:57 +01:00
gryf 7174fe03db Bump to version 6.1.22.
There were cloud network command added.
2021-08-01 17:40:51 +02:00
gryf f2d71065cb Removed trailing spaces. 2021-08-01 17:39:56 +02:00
gryf 82e2fade6b Change approach with getting commands out of help.
There are currently two ways for specify available commands in
vboxmanage help:

Usage:

  VBoxManage [<general option>] <command>
[..]
Commands:

  command1 ...

  command2 ...

and:

  VBoxManage command3 ...

  VBoxManage command4 ...

besides the fact how it is annoying for parsing the output (or lack of
having some way for machine readable format for commands), I have
treated the latter as a exception from general rule, but lately it
slowly moving towards the second form. In this patch it is adapted to
also parse second format instead of adding those commands manually.

Also, there was missing parameter added for sharedfolder add command.
2021-07-27 20:10:58 +02:00
gryf 8360d95123 Bump to 6.1.10 2020-07-21 14:30:48 +02:00
gryf 12b0f38741 Bump to version 6.1.6 2020-05-18 20:06:25 +02:00
gryf 808c4ac277 Merge pull request #10 from schplurtz/sedasfunc
define sed as a function
2020-02-17 08:00:53 +01:00
Schplurtz le Déboulonné 31a7eec15a use sed from global var VBMC_SED instead of function 2020-02-16 18:45:56 +01:00
Schplurtz le Déboulonné 0ffc79dbe2 fix syntax error in _vbmc_sed 2020-02-15 23:13:26 +01:00
Schplurtz le Déboulonné 1ed71c9253 define sed as a function 2020-02-15 14:55:06 +01:00
gryf 35bce20ef5 Bump to 6.1.0 2019-12-25 12:24:22 +01:00
gryf c8301459df Command extapck will be available on topmost completion again. 2019-12-22 19:06:05 +01:00
gryf ab0cc7aea4 Fixes for modifyvm options completion. 2019-12-22 19:03:09 +01:00
gryf f73e80c7ad Fixed list command 2019-12-22 19:03:09 +01:00
gryf 10900543fa Bump to version 6.0.12.
Changed videocap to recording in modifyvm and controlvm, changed from
usb to usbohci in modifyvm command, added new movevm and mediumio
commands and cloud related options.
2019-12-22 19:02:50 +01:00
gryf 1be3e589d4 Bump to 5.2.32 version 2019-09-16 07:24:42 +02:00
gryf 9c5b048c62 Bump to 5.2.26
Added guesttohost and bidirectional parameters for --draganddrop option
for both: controlvm and modifyvm.
2019-04-23 19:14:39 +02:00
gryf 5fd18d7cec Removed redundant --videocapopts from modifyvm 2019-04-23 19:14:39 +02:00
gryf 05af06f337 Merge pull request #7 from schplurtz/comp_words
change comp_words to upper case
2019-02-19 19:21:21 +01:00
gryf cde78c8e4c Merge pull request #6 from schplurtz/snaplist
handle snapshot completion entirely with awk
2019-02-19 19:19:39 +01:00
Schplurtz le Déboulonné 197c46cd35 change comp_words to upper case 2019-02-19 10:58:37 +01:00
Christophe Martin 296be19560 handle snapshot completion entirely with awk
fixes #5
Also list and complete snapshot uuid.
2019-02-19 10:41:23 +01:00
gryf 62f57ebbb7 Added level 1 data cache options.
New options are added to modifyvm command:
- --l1d-flush-on-sched
- --l1d-flush-on-vm-entry
2018-11-28 20:21:06 +01:00
2 changed files with 1002 additions and 351 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ script. However, in some point of time I've decided to rewrite it almost from
scratch.
Current version of script was written and tested against VBoxManage in version
5.2.14, and supports all commands (in some extent ;)).
6.1.38, and should contain all commands and their options.
Unlike other attempts, I've tried to make the script context aware. See the
simple session with the VBoxManage command below, to have an idea how it works:
+991 -340
View File
File diff suppressed because it is too large Load Diff