Skip to content

Files

Latest commit

 

History

History
This branch is 2 commits behind eclipse-hono/hono:master.

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This module contains a command line client for interacting with

  1. messaging infrastructure implementing Hono's north bound Telemetry, Event and Command & Control APIs
  2. Hono's AMQP protocol adapter.

The component is implemented as a Quarkus application using the Picocli library. The CLI provides extensive help using the --help and/or -h command line options.

Building

The CLI can be built as a standard Java archive which requires a VM to run or it can be built as a native (x86_64) Linux executable.

Building the JVM based CLI

# in directory hono/cli/
mvn clean install

Building the Native Executable

# in directory hono/cli/
mvn clean install -Pbuild-cli-native-executable

Usage

Please refer to Getting Started and the AMQP Adapter User Guide.

These guides provide extensive examples for the usage of the client with Hono.