$ go build -o ./engine application/main.go
$ ./engine rest
$ ./engine rest --config .env.production$ ./engine cron-update-payment
$ ./engine cron-update-payment --dry-run
$ ./engine cron-update-payment --batch-size 100$ go build -o ./engine application/main.go
$ ./engine rest
$ ./engine rest --config .env.production$ ./engine cron-update-payment
$ ./engine cron-update-payment --dry-run
$ ./engine cron-update-payment --batch-size 100