meticulous-cli-download
meticulous download
Commands for downloading Meticulous artifacts to the local dataDir (default ~/.meticulous). All commands are idempotent — if the artifact already exists locally it will not be re-fetched.
download session
meticulous download session --sessionId=<id> [--format=<format>] [--apiToken=<token>]
Purpose: Download a recorded session's data from Meticulous.
Options:
| Option | Type | Default | Description |
|---|---|---|---|
--sessionId |
string | — | ID of the session to download (required) |
--format |
json | multi-file |
json |
json downloads the original single JSON file. multi-file writes a structured directory tree. |
--outputDir |
string | .meticulous/sessions |
Output directory for multi-file format |
More from alwaysmeticulous/skills
meticulous-cli
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.
28test-with-meticulous
Run after implementing any frontend change to verify its visual impact. Triggers a Meticulous test run, then inspects screenshot diffs to classify each visual change as intended or unintended. Use this before marking a frontend task as complete.
26meticulous-simulate-and-diff
Run a Meticulous session simulation against a live URL and analyze the visual output — either by inspecting screenshots directly (quick-check mode) or by comparing pixel and HTML diffs against a base replay. Use when checking whether a code change has introduced visual regressions for a specific session.
23meticulous-cli-schema
Meticulous CLI schema command for outputting the full CLI command structure as JSON. Use when you need to programmatically inspect available commands and their options, or when building tooling that drives the Meticulous CLI.
20meticulous-cli-auth
Meticulous CLI authentication commands. Use when logging in, checking who is authenticated, or logging out of the Meticulous CLI. Covers `meticulous auth whoami` and `meticulous auth logout`.
20meticulous-cli-project
Meticulous CLI project commands for inspecting the project configuration linked to an API token. Covers `meticulous project show`.
20