Skip to content

Releases: onyx-and-iris/vmrcli

vmrcli v0.14.1

08 Apr 20:27

Choose a tag to compare

vmrcli v0.14.0

08 Apr 02:19

Choose a tag to compare

vmrcli v0.13.0

04 Mar 18:17

Choose a tag to compare

v0.12.0

02 Dec 02:18

Choose a tag to compare

This update includes several changes to the flags:

  • -D flag changed to -l flag. It now accepts a string (the name of the log level). Must be one of TRACE, DEBUG, INFO, WARN, ERROR, or FATAL.
  • -v flag now prints the CLI version and exits.
  • What was previously the -v flag is now the -e flag, it does the same thing, namely prints extra console output, for example when toggling.
  • New flag -f allows users to send strings requests that contain spaces, see string commands with spaces section in the README.

v0.11.0

23 Jul 16:35

Choose a tag to compare

Changes internal to the interface, they don't affect cli usage.

v0.10.0

13 Jul 10:53

Choose a tag to compare

Input buffer size increased.

v0.9.0

10 Jul 17:19

Choose a tag to compare

Added some quickcommands:

  • lock: command.lock=1
  • unlock: command.lock=0
  • show: command.show=1
  • hide: command.show=0
  • restart: command.restart=1

They may be used in either direct or interactive mode.

v0.8.0

10 Jul 09:55

Choose a tag to compare

New flag -I added, disables >> on the interactive prompt.

Script files may now contain comments starting with #. No attempt will be made to parse these lines.

v0.7.1

09 Jul 12:16

Choose a tag to compare

Adding logging for unknown option/missing option args.

v0.6.0

08 Jul 17:01

Choose a tag to compare

Multiple commands in script files may now be separated by space, ; or ,.