Skip to content

v0.2.1 - Keela gets a home 🏠

Choose a tag to compare

@kerrizor kerrizor released this 27 Jul 18:16

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 --quiet

Perfect 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:

  1. .keela/excluded.ymlkeela_excluded.yml
  2. .keela/baseline.ymlkeela_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