Laddro DocsLaddro Docs
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-cli

Or via Homebrew:

brew tap laddro-app/tap && brew install laddro

Quick 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.pdf

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

Source

github.com/laddro-app/laddro-career-cli

On this page