π¦ ClawHub
Operately CLI
by @markoa
Manage Operately from the CLI: goals, OKRs, projects, tasks, milestones, spaces, documents, discussions, check-ins, reviews, assignments, people, permissions...
π Tips & Best Practices
Authentication Failures
Check authentication setup:
operately auth status
operately auth whoami
If token is invalid or expired, login again:
operately auth login --token
Command Not Found
Verify CLI is installed:
command -v operately
npm list -g @operately/operately-cli
Update to latest version:
npm update -g @operately/operately-cli
operately --version
API Errors
Use verbose mode to see request details:
operately projects get --id p1 --verbose
Check the API response for specific error messages.
Missing Required Fields
Use help to see required flags:
operately help projects create
Required fields are marked with (required) in the help output.
TERMINAL
clawhub install operately-cli