Skip to Content
CLIInstallation

CLI Installation

The CLI is currently in development and not yet published. The instructions below describe the planned setup.

Install

npm install -g @laddro/career-cli

Authenticate

laddro login

You’ll be prompted to enter your API key from console.laddro.com . 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 

Last updated on