This module contains a command line client for interacting with
- messaging infrastructure implementing Hono's north bound Telemetry, Event and Command & Control APIs
- 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.
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.
# in directory hono/cli/
mvn clean install
# in directory hono/cli/
mvn clean install -Pbuild-cli-native-executable
Please refer to Getting Started and the AMQP Adapter User Guide.
These guides provide extensive examples for the usage of the client with Hono.