Dailybot CLI overview
The Dailybot CLI is a command-line tool for developers and coding agents. It talks to Dailybot APIs using your account or API credentials so you can send standup updates, log progress, and script repetitive actions from the terminal or from CI.
Who uses it
Developers run commands locally to submit check-ins, post status, or sync configuration without opening the web app.
Coding agents (Cursor, Claude Code, shell hooks) invoke the CLI after work sessions to append notes or full standup drafts the human approves.
What it does
- Send reports or standup payloads tied to your org.
- Read status for connectivity or authentication checks.
- Adjust config for defaults the CLI supports (project name, auth method).
- Integrate with login flows so tokens are stored for non-interactive use where permitted.
The CLI does not replace chat-based Dailybot; it complements it for machine-driven input.
Installation
Install the published package for your environment (npm global, Homebrew tap, or direct binary — follow the current install doc linked from the product). After install, run dailybot --help to confirm the binary is on your PATH. Complete CLI commands reference for login, report, status, and config.