Skip to content

v1.3.1: CLI Plugin Flag

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:22

Added

  • CLI Plugin Injection: Added the -p, --plugin <path> flag to the lint and test CLI commands. You can now load custom rules on the fly directly from the terminal without having to modify config.smile.json (e.g., smile lint ./api.yaml --plugin ./my-plugin.js).

Docs

  • CLI Options: Explicitly listed CLI options (--format, --quiet, --plugin, --header) in docs/getting-started.md.
  • Documentation Hub: Completely revamped docs/README.md to act as an organized hub linking all new guides (Plugins, Library API, Configuration, CI/CD).

📦 Installation

npm install -g @mrjacket/smile

View Full CHANGELOG