Skip to content

CLI

The Vantmetry CLI lets you query your error logs from the terminal. It supports both interactive mode for exploration and direct queries for scripts.

Quick start:

bash
npm install -g vantmetry-cli
vant config production
vant query "SELECT * FROM vantmetry_logs LIMIT 10"

See Setup for installation and configuration, or Commands for a full reference of available commands.