CLI Guide

The wasit binary is a thin adapter over @wasit-dev/core. Every check it runs is the same code the MCP server runs, so the two cannot disagree about the same target.

Install and run it directly with npx (no local install needed), or install globally for a shorter wasit command:

bash
npx @wasit-dev/cli <subcommand> [options]
# or: npm install -g @wasit-dev/cli && wasit <subcommand> [options]

Every subcommand also has its own --help, with worked examples and cost notes: wasit <subcommand> --help.