Laddro DocsLaddro Docs

Installation CLI

Installation CLI

npm

npm install -g @laddro/career-cli

Homebrew

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

Authentification

Lancez le flux d'authentification dans le navigateur :

laddro login

Ou passez un token directement (utile en CI) :

laddro login --token lk_live_...

La cle est stockee localement dans ~/.laddro/config.json.

Verification

laddro resumes

Si l'authentification est correctement configuree, vos CV seront listes.

Configuration

La CLI lit la configuration depuis ~/.laddro/config.json :

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

Vous pouvez aussi passer la cle API via une variable d'environnement :

export LADDRO_API_KEY="lk_live_..."

Code source

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

On this page