CLI Getting Started
EnterpriseEnterprise Command-Line Scanner
The Bloodhound CLI provides enterprise-grade security scanning with 6 professional report formats, CI/CD integration, and compliance documentation.
Enterprise License Required
The CLI tool requires an enterprise license. Contact sales@agnech.com to get started or request a trial.
Install CLI
Install globally via npm
Activate License
Enter your enterprise key
Run Scan
Scan your codebase
Generate Reports
Create professional reports
Overview
The Bloodhound CLI is designed for enterprise environments where you need automated security scanning, professional reports, and CI/CD integration.
7
Scan Engines
6
Report Formats
5
Scan Modes
3
CI/CD Platforms
Installation
Install the Bloodhound CLI globally using npm.
Terminal
Bash
System Requirements
- • Node.js 18.0 or later
- • 8GB RAM recommended
- • Internet connection (for license validation)
License Activation
Activate your enterprise license to unlock all features.
Terminal
Bash
License Details
Enterprise licenses include unlimited scans, all report formats, and priority support. See the License Management page for more details.
Your First Scan
Run your first security scan on a project directory.
Terminal
Bash
Live Demo
bloodhound scan ./src
Common Commands
bloodhound scan <path>Scan a directory or filebloodhound scan --deep <path>Run all 7 engines including AI verificationbloodhound scan --report <format> <path>Scan and generate reportbloodhound report <format> <path>Generate report from existing scanbloodhound license statusCheck license statusbloodhound config set <key> <value>Set configuration valuebloodhound --helpShow all available commands