Skip to content

EkLine CLI

Run checks locally or build custom integrations using the Command Line Interface.

Download the EkLine binary for your operating system from the Release Page.

Execute the CLI with your token to scan your docs:

Terminal window
ekline-cli [options]
OptionDescriptionExample
-i, --ignoreIgnore specific rule IDs (comma separated).-i EK1,EK4
-o, --outputOutput to file (.jsonl or .csv).-o report.jsonl
--style-guideEnforce a specific guide (Microsoft, Google, Marketing).--style-guide Google
--debugEnable verbose logging.-d
--no-suggestionDisable suggestion generation in output.--ns

You can obtain your EkLine integration token by visiting the EkLine dashboard and clicking on the View Integration Token button.

  1. Running EkLine CLI and ignoring specific rules.
Terminal window
ekline-cli -i EK1,EK4 --ek-token YOUR_EKLINE_TOKEN
  1. Running EkLine CLI and specifying a content directory.
Terminal window
ekline-cli -cd ./content --ek-token YOUR_EKLINE_TOKEN

Replace YOUR_EKLINE_TOKEN in these examples with your actual EkLine integration token.