The JustServe Cli tool is an admin tool for JustServe Specialists and administrators.
This tool is very much under development and whose api is subject to change with each release. Standard versioning is used for this project to delineate breaking releases.
Warning
JustServe Cli tool uses gradle and the graalvm to create a native executable. This results in a very performant binary, but requires a lot of your computer's resources when generating the executable (this is called compiling). This resource allocation is determined by your system's available resources, thus the compile time will depend on your unique hardware setup.
To generate the executable for your system, run ./gradlew nativeCompile
. The executable will be generated in the build directory (\build\native\nativeCompile\
).
Authenticate with this tool by defining the JUSTSERVE_KEY environment variable. This variable needs to be the bearer token used in api calls when browsing JustServe.