Readme
Crisp CLI
Command-line interface for Crisp — website audit tool.
Run security, performance, SEO & accessibility audits from your terminal.
Installation
cargo install crisp-cli
Usage
Scan a website
crisp scan https://example.com
Authenticate with your API key
# Set your API key (get one at https://crisp.sh/settings)
export CRISP_API_KEY=sk_your_key_here
# Verify authentication
crisp auth
# Scan with your account (Pro users get priority)
crisp scan https://example.com
Check a previous scan
crisp status < scan-id>
Search for a site
crisp search stripe.com
Options
crisp scan < URL> [ OPTIONS]
Options:
-- api-key < KEY> API key (or use CRISP_API_KEY env var )
--format json Output raw JSON
--format minimal One-line output
--help Show help
Get an API Key
Sign up at crisp.sh
Go to Settings
Create an API key
Set it as an environment variable or pass it with --api-key
Links