> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blindfold.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI

> Official Blindfold CLI

```bash theme={null}
npm install -g @blindfold/cli
```

```bash theme={null}
blindfold detect "Email john@acme.com, SSN 123-45-6789"  # no API key needed
blindfold redact --file sensitive-data.txt --quiet > clean.txt
```

<Card title="Full documentation on GitHub" icon="github" href="https://github.com/blindfold-dev/Blindfold/tree/main/packages/cli">
  All commands, flags, input methods, output formats, and examples.
</Card>
