Loading...
Loading...
Overview of the Meticulous CLI tool and its global options. Use when asking about the meticulous CLI in general, available commands, or global flags that apply to all commands.
npx skill4agent add alwaysmeticulous/skills meticulous-climeticulous@alwaysmeticulous/cliBefore starting, run theskill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it.meticulous-cli-update
meticulous <command> [options]meticulousPATHmeticulous-cli-updatenpm install --global @alwaysmeticulous/cli@latestnpx @alwaysmeticulous/cli| Command | Purpose |
|---|---|
| Authenticate with Meticulous (whoami, logout) |
| Set up AI-ready debug workspaces for investigating replay diffs and replays |
| Download sessions, replays, and test runs locally |
| Find sessions relevant to the current branch's code changes |
| Inspect the project linked to an API token |
| Replay a recorded session against a URL |
| Output the CLI command schema as JSON (for agent/programmatic use) |
| Option | Type | Default | Description |
|---|---|---|---|
| string | | Log verbosity: |
| string | | Directory where sessions, replays, and other data are stored |
| string | — | Pass all options as a JSON string (useful for programmatic/agent invocation) |
| boolean | | Print what the command would do without making any changes |
--apiTokenMETICULOUS_API_TOKEN# Print schema for all commands (agent use)
meticulous schema
# Run a single replay locally
meticulous simulate --sessionId=<id> --appUrl=http://localhost:3000