hemera-cli
v5.0.0
Published
CLI for Hemera
Maintainers
Readme
Hemera-cli
Install
npm install -g hemera-cli
hemera-cliCommands
Create plugin
Create a basic plugin hemera plugin with a test suite.
$ create plugin <name>List services
List all available services in your network.
Prerequisites
You service have to use the hemera-stats plugin. Look at this example.
$ connect
$ servicesList actions
List all available actions in your network.
Prerequisites
You service have to use the hemera-stats plugin. Look at this example.
$ connect
$ actionsStart a request
Start a request against a server method and print the ouput in a coloured YAML-style, perfect for CLI output.
$ connect
$ act --pattern topic:math,cmd:add,a:2,b:44
$ result: 46