Releases: amrhassan/nakacli
Releases · amrhassan/nakacli
0.4.0
0.3.1
Event Types
Now supports Event Type creation, deletion and listing. Also supports reading JSON Schema and event bodies from local file paths for the event-type create
and event publish
commands.
event stream --take=N
Optional flag for event stream
that specifies the number of events to be consumed before exitting.
Optional --pretty flag
And other minor cosmetic changes
Streaming published events
Can now stream published events of a certain type via the event stream EVENT_TYPE_NAME
command.
For more on how to use, check:
nakacli event stream --help
Event publishing
- Publishes events
- Zign authentication using
--zign
flag - Many small improvements to UX
See nakacli --help
for full usage
Initial release
Initial release with basic CLI and the metrics command!