CLI
CLI
CLI
The Laddro CLI lets you interact with the Career API from your terminal. Parse resumes, tailor them for jobs, generate cover letters, and export PDFs from the command line.
Install
npm install -g @laddro/career-cliOr via Homebrew:
brew tap laddro-app/tap && brew install laddroQuick Start
# Authenticate (opens browser)
laddro login
# Or use a token directly
laddro login --token lk_live_...
# 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.pdfWhy 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