Java CLI client for accessing Beacon.
- Prerequisites: Java 8, Maven 3.
- Dependencies:
- Building with Maven - in the root of the project, execute
mvn package
.
To load information on a beacon, type in your console:
java -jar path/to/cli/cli.jar -u http://yourbeacon.com/ info
Each command has help message. For the beacon command, it will look similar to the following:
java -jar path/to/cli/cli.jar info --help
Description: Gets beacon information.