Skip to content

v0.2.1

Released 2 July 2026. Available on npm as orino-cli and @bynaree/orino.

Terminal window
npx orino-cli audit
  • npx orino-cli command. Orino now installs under the memorable unscoped name orino-cli, a lightweight package that forwards to @bynaree/orino. Both names track the same releases — existing npx @bynaree/orino usage keeps working.
  • Styled help output. orino --help and orino audit --help now render a branded banner with the current version, bold section titles, colour-coded option and command names with column-aligned wrapping, and a footer with copy-paste examples plus docs and issue-tracker links. Styling degrades to plain text automatically when output is piped or NO_COLOR is set, and --version remains machine-parseable.
  • All command examples in the documentation, README, and help output now use npx orino-cli.