← Back to homeCLI reference
Last updated June 2026
The aicash CLI manages the status-line ad and your revenue-share account. Run aicash with no arguments (or --help) to print usage.
Synopsis
aicash <command> [flags]
Commands
| Command | What it does |
|---|
| aicash install | Set aicash as the Claude Code statusLine. Add --force to overwrite an existing one. |
| aicash login | Email-code login that links this machine to your account so impressions earn a share. |
| aicash whoami | Show the signed-in account and this machine's installId. |
| aicash logout | Sign out on this machine. It keeps serving ads anonymously. |
| aicash uninstall | Remove the aicash statusLine. |
| aicash help | Print usage (aliases: --help, -h). |
Flags
| Flag | Applies to | Effect |
|---|
| --force | install | Overwrite an existing statusLine instead of refusing. |
| --help, -h | (global) | Print usage and exit. |
Files
| Path | Purpose |
|---|
| ~/.claude/settings.json | Where aicash adds (and removes) the statusLine entry. |
| ~/.claude/settings.json.aicash-bak | Backup written by install before any change. |
Examples
aicash install --force # replace whatever statusLine you already have
aicash login # link this machine to your earnings account
aicash whoami # confirm the account + installId
aicash uninstall # remove the status line, keep the rest of settings