Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.04 KB

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.