Skip to content

Quickstart

  1. Run against the current directory.

    Terminal window
    suitener
  2. Or point Suitener at a backend project.

    Terminal window
    suitener ./path/to/backend
  3. Use the explicit check command when scripts should be obvious.

    Terminal window
    suitener check ./path/to/backend
  4. Read the stable result file.

    suitener-results/latest.json

For machine output only:

Terminal window
suitener --json

For the shortest human output:

Terminal window
suitener --quiet

For scan details:

Terminal window
suitener --verbose