17 Commits

Author SHA1 Message Date
d60719b8e2 Updated unattended command 2023-03-13 18:23:46 +01:00
a839731fe6 Updated debugvm command 2023-03-13 18:14:27 +01:00
4557521b27 Updated dhcpserver command 2023-03-13 17:56:56 +01:00
507b4aa0bd Updated mediumio command 2023-03-13 17:31:02 +01:00
8d90209fcc Updated export command 2023-03-13 17:26:48 +01:00
c212439a64 Updated import command 2023-03-13 17:10:43 +01:00
12e85b78da Updated controlvm command 2023-03-13 15:54:56 +01:00
385c78df30 Updated startvm command 2023-03-13 14:41:13 +01:00
ce1c0c1b19 Added encryptvm command 2023-03-13 13:25:15 +01:00
7c42bcd22f Updated clonevm command 2023-03-13 12:45:34 +01:00
417fc3132f Updated modifyvm command. 2023-03-12 18:56:12 +01:00
d505a106fa Updated createvm command. 2023-03-12 18:53:20 +01:00
aa31561a45 Updated registervm command. 2023-03-12 18:51:07 +01:00
dda64a649c Updated showvminfo command. 2023-03-12 18:50:08 +01:00
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
c7a5fc729c Bump to version 6.1.38 2022-10-08 09:12:03 +02:00
62d9078b23 Version bump 2022-08-29 10:20:38 +02:00
2 changed files with 439 additions and 290 deletions

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
6.1.34, and should contain all commands and their options.
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:

File diff suppressed because it is too large Load Diff