Back to home

CLI 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

CommandWhat it does
aicash installSet aicash as the Claude Code statusLine. Add --force to overwrite an existing one.
aicash loginEmail-code login that links this machine to your account so impressions earn a share.
aicash whoamiShow the signed-in account and this machine's installId.
aicash logoutSign out on this machine. It keeps serving ads anonymously.
aicash uninstallRemove the aicash statusLine.
aicash helpPrint usage (aliases: --help, -h).

Flags

FlagApplies toEffect
--forceinstallOverwrite an existing statusLine instead of refusing.
--help, -h(global)Print usage and exit.

Files

PathPurpose
~/.claude/settings.jsonWhere aicash adds (and removes) the statusLine entry.
~/.claude/settings.json.aicash-bakBackup 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