Commanded v1.0.0 mix commanded.reset View Source

Reset an event handler.

Usage

mix commanded.reset --app <app> --handler <handler>

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 event handler to reset
  • -q, --quiet - do not log output