v0.2.1 - Keela gets a home 🏠
What's New
Keela now supports organizing its files in a dedicated .keela/ directory, keeping your project root tidy. Plus, a new quiet mode for when you just want the results.
🤫 Quiet Mode
Suppress the progress bar with --quiet or -q:
keela --type methods --quietPerfect for CI pipelines or when you're piping output somewhere else.
🏠 New .keela/ Directory Support
Tired of dotfiles cluttering your project root? Keela now looks for its files in a .keela/ directory first:
.keela/
├── baseline.yml
└── excluded.yml
Don't worry—your existing root-level keela_baseline.yml and keela_excluded.yml files still work. Keela checks both locations:
.keela/excluded.yml→keela_excluded.yml.keela/baseline.yml→keela_baseline.yml
Explicit excluded_path or baseline_path config always wins.
Full Changelog: v0.2.0...v0.2.1
Install / Upgrade
gem install keela
# or
bundle update keela