CLI Overview
Run UX audits from your terminal with the VertaaUX command-line interface
CLI Overview
The VertaaUX CLI brings UX auditing directly to your terminal. Run audits locally during development, integrate into CI/CD pipelines for quality gates, and manage baselines for tracking improvements over time.
Quick Install
npm install -g @vertaaux/cliKey Features
Terminal Audits
Run audits directly from your shell with real-time progress and results
Multiple Audit Modes
Choose basic, standard, or deep analysis depth for your use case
Baseline Tracking
Create baselines and track UX improvements over time with diff comparisons
CI/CD Ready
Exit codes and structured output for pipeline integration
What You Can Do
Local Development
Run audits during development to catch UX issues before they reach production:
CI/CD Quality Gates
Block merges when UX score drops below threshold:
Baseline Comparisons
Track UX improvements by comparing against a baseline:
Multiple Output Formats
Export results in the format you need:
Output Formats
| Format | Use Case |
|---|---|
human | Terminal display with colors (default) |
json | Structured data for programmatic processing |
sarif | IDE integration (VS Code, GitHub code scanning) |
junit | Test framework integration |
html | Shareable HTML reports |
Getting Started
Quickstart
Run your first audit in 5 minutes
Installation
All installation methods and authentication
Configuration
Configure defaults with .vertaaux.yml
All Commands
Complete command reference
Related
Also available
The same auditing capabilities are available through:
- REST API - Direct HTTP access for custom integrations
- TypeScript SDK - Programmatic access with full type safety
Was this page helpful?