View Source mix commanded.reset (Commanded v1.4.6)
Reset an event handler.
Usage
mix commanded.reset --app <app> --handler <handler_name>
Examples
mix commanded.reset --app MyApp --handler MyHandler
mix commanded.reset -a MyApp -h MyHandler
Command line options
-a
,--app
- the Commanded application-h
,--handler
- the name of the event handler to reset-q
,--quiet
- do not log output