-
Notifications
You must be signed in to change notification settings - Fork 9
Previous Releases
graju256 edited this page Sep 16, 2024
·
1 revision
Older releases needed CLI wrapper for use. Hence, you will refer the client along with the extension depending on the platform. It is now simplified with the latest releases (>= 1.3.7).
Download one of the released Graphman client distributions, and follow the below steps to install the client:
- unzip the wrapper archive
tar -xvf layer7-graphman-wrapper.tar.gz
- cd to the wrapper directory
cd /path/to/layer7-graphman-wrapper
- install the @layer7/graphman npm module
npm install layer7-graphman-<version>.tgz
- set the environment variable GRAPHMAN_HOME to the path where this wrapper is unzipped.
export GRAPHMAN_HOME=/path/to/layer7-graphman-wrapper
- verify the installation by running the version command
graphman.sh version
Tip
Use platform specific entry-point to interact with the GRAPHMAN.
- Windows - graphman.bat
- Linux - graphman.sh