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-cliAuthenticate
laddro loginYou’ll be prompted to enter your API key from console.laddro.com . The key is stored locally in ~/.laddro/config.json.
Verify
laddro resumesIf 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
Last updated on