docker build -t rubyapp .
docker run -v /home/app:/opt/app -ti --rm rubyapp sh
rubocop --auto-gen-config
bundle install
COVERAGE=true rspec spec
- validate row data with validate function or Validator
- support more types of more than just weblog row
- parse arguments with more options like -u --unique
- more helpful return messages