1.0.6 • Published 5 years ago

event-cli v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago