[ CLI ]
Log it from the terminal you ship in
You just deployed and paid for something. Log it without leaving the shell, or run one command to surface every tool you already have wired up. Same data as the dashboard.
install
$ npm install -g stacktracker-cli
$ export STACKTRACKER_API_KEY=your_key
$ export STACKTRACKER_API_KEY=your_key
Seven commands
| stacktracker projects | List your projects |
| stacktracker costs demo | Spend by category |
| stacktracker renewals 14 | What charges in the next 14 days |
| stacktracker cashflow | Next 30 days of cash out |
| stacktracker scan --project demo | Find the tools wired up on your machine |
| stacktracker log 20 Vercel Hosting --project demo | Log an expense |
| stacktracker time 3 backend --project demo | Log 3 hours of backend work |
scan runs on your machine and reads only which tools exist (config folders, dependency names, env-var names). It never reads the value of a secret, and nothing leaves your machine until you add --project.
Prefer an agent doing it for you? The same key powers the MCP server.