CLI
CLI Installation
CLI Installation
npm
npm install -g @laddro/career-cliHomebrew
brew tap laddro-app/tap && brew install laddroAuthenticate
Open the browser-based auth flow:
laddro loginOr pass a token directly (useful in CI):
laddro login --token lk_live_...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_..."