Command-line tool for interacting with a Grapevine device and the related services.
The included build is for MacOS. Executables can be built for different architectures if needed.
Add the cli directory to your path, so you can reference the executable directly in your command line.
MacOS
# Get current path
pwd
# Add it to your paths file
sudo vim /etc/paths
grapevine --help
If you haven't added the cli directory to your path, prepend a
./
to the above command