Skip to main content

magic

magic#

magic is the main command line tool used to interact with the Hyperdrive service. It has multiple modes and options. Running the command by itself will print all the amiable modes, options and info:

magic

Output:

Hyperdrive is a software service that provides remote access to Anuvu lab rigs.
magic is a CLI client for Hyperdrive that runs on macOS and Linux.
Usage examples:
magic vnc --key <magic key>
magic wifi --usb <info> --key <magic key>
Additional usage and installation guides can be found at:
https://hyperdrive.anuvu.com
Usage:
magic [command]
Available Commands:
help Help about any command
lsusb List available USB devices
upgrade Upgrade hyperdrive clients
version Show the magic CLI version information
vnc Start a hypervnc session
wifi Start a hyperwifi session
Flags:
--config string config file (default is $HOME/.magic.yaml)
-h, --help help for magic
Use "magic [command] --help" for more information about a command.

-h, --help#

For more info on how to use the help option, refer to the help cli doc.

lsusb#

List all avaiable USB devices on the system. For more info refer to the Getting Wifi Adapter Info doc.

upgrade#

Used to upgrade the hyperwifi/hypervnc images. For more info refer to upgrade cli doc.

version#

Show version data, for more info refer to version cli.

vnc#

Runs the hyperdvnc mode, for more info refer to vnc cli.

wifi#

Runs the hyperwifi mode, for more info refer to wifi cli.

--config#

Specific a config file, fore more info refer to Config User Guide.