CLI
The CLI is currently in development and not yet published. This documentation describes the planned functionality. Use the REST API directly in the meantime.
The Laddro CLI will let you interact with the Career API from your terminal. Parse resumes, tailor them for jobs, generate cover letters, and export PDFs — all from the command line.
Why CLI?
- Works with AI coding tools (Claude Code, Cursor) in the terminal
- Scriptable — pipe into CI/CD or batch workflows
- Local folder stores downloaded PDFs
- Fast iteration without leaving the terminal
Planned Usage
# Authenticate
laddro login
# Tailor a resume for a job
laddro tailor resume.pdf --job "https://example.com/job-posting"
# Export as PDF
laddro export --template graphite --output resume.pdfLast updated on