Skip to content

Releases: amrhassan/nakacli

0.4.0

21 Dec 17:53
Compare
Choose a tag to compare

With support for publishing Data Change and Business events

0.3.1

15 Dec 16:40
Compare
Choose a tag to compare
(cargo-release)  version 0.3.1

Event Types

21 Nov 14:35
96fc1b1
Compare
Choose a tag to compare

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

13 Nov 20:51
Compare
Choose a tag to compare

Optional flag for event stream that specifies the number of events to be consumed before exitting.

Optional --pretty flag

06 Nov 09:29
Compare
Choose a tag to compare

And other minor cosmetic changes

Streaming published events

05 Nov 20:38
Compare
Choose a tag to compare

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

05 Nov 13:54
Compare
Choose a tag to compare
  • Publishes events
  • Zign authentication using --zign flag
  • Many small improvements to UX

See nakacli --help for full usage

Initial release

02 Nov 09:58
Compare
Choose a tag to compare

Initial release with basic CLI and the metrics command!