Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CLI

Command-line tool for interacting with a Grapevine device and the related services.

Installation

The included build is for MacOS. Executables can be built for different architectures if needed.

Optional

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

Usage

grapevine --help

If you haven't added the cli directory to your path, prepend a ./ to the above command