Laddro DocsLaddro Docs
CLI

CLI Installation

CLI Installation

npm

npm install -g @laddro/career-cli

Homebrew

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

Authenticate

Open the browser-based auth flow:

laddro login

Or pass a token directly (useful in CI):

laddro login --token lk_live_...

The key is stored locally in ~/.laddro/config.json.

Verify

laddro resumes

If authentication is set up correctly, this lists your resumes.

Configuration

The CLI reads configuration from ~/.laddro/config.json:

{
  "apiKey": "lk_live_...",
  "baseUrl": "https://api.laddro.com"
}

You can also pass the API key via environment variable:

export LADDRO_API_KEY="lk_live_..."

Source

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

On this page