CIPWEUse npx

CIPWE docs

CLI Reference

All commands, options, and examples.

5 sections~8 min readPractical examples included

On this page

audit

Analyzes your site for AI visibility and outputs a score with detailed findings.

cipwe audit https://example.com
cipwe audit .
cipwe audit https://example.com --json

audit flags

Use flags to adapt output for CI, scripting, and debugging.

  • --json: machine-readable output
  • Local folder targets such as . or ./dist
  • Direct URL targets with automatic HTTPS normalization

fix

Generates recommended files to raise your score and improve machine readability.

cipwe fix https://example.com
cipwe fix . -o ./public

score

Returns a compact score output for dashboards and PR comments.

cipwe score https://example.com

Command usage patterns

Use command modes intentionally by environment.

  • Local development: npx cipwe audit .
  • Pre-release checks: npx cipwe audit https://staging.example.com
  • Release gate: npx cipwe audit https://example.com --json