Skip to content

mcupak/beacon-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beacon CLI Build Status GitHub license

Java CLI client for accessing Beacon.

Building

  • Prerequisites: Java 8, Maven 3.
  • Dependencies:
  • Building with Maven - in the root of the project, execute mvn package.

Usage

Beacon

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.

Releases

No releases published

Packages

No packages published