cookiepal.oss
CLI

Overview

The cookiepal command.

cookiepal is the single entry point. Run it with no arguments to open an interactive menu, or pass a subcommand to go straight to work.

Subcommands

Where state lives

Every subcommand reads and writes one SQLite file — crawl populates what dashboard edits and what build ships. The file lives in a user-global location resolved with env-paths:

  • Linux: ~/.config/cookiepal/db.sqlite
  • macOS: ~/Library/Preferences/cookiepal/db.sqlite
  • Windows: %APPDATA%\cookiepal\Config\db.sqlite

Override by setting $COOKIEPAL_DB before invoking any subcommand.

On this page