1.0.6 • Published 3 years ago

event-cli v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

commands

event-cli publish -k event.key

--help to display available commands

Events sturcture

[
    ["event.key", {
        "exchange": "event-exchange",
        "contentType": "application/json",
        "key": "events.key",
        "data": {
            "Test": "Test"
        }
    }]
]

Example event. To add more copy sturcture and add to array

Environment Variables

EVENT_CLI_FILE_LOCATION - Location of file that contains events NEEDS TO BE .json RABBIT_URL - String for rabbit url

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago