Skip to content

v0.2.0

Choose a tag to compare

@tomkp tomkp released this 12 Jan 08:03
· 93 commits to main since this release
decbe16

What's New

Migrated the CLI to use Ink (React for CLIs) for a more modern, professional UI.

Changes

  • Replace chalk, cli-table3, ora with Ink
  • Add new UI component library (Table, Spinner, StatusBadge, Message, DetailView)
  • Add status indicators with colored dots (● running, ○ stopped)
  • Add clean table separators (─) and item counts
  • Add animated spinners during loading

Backwards Compatibility

  • --json flag still works (bypasses Ink)
  • Non-TTY mode falls back to simple text output
  • All existing CLI flags unchanged

Full Changelog: v0.1.0...v0.2.0