logi CLI
Create and manage logi apps from your terminal, without opening a browser.
What you can do
- Register, update, and delete apps
- Rotate
client_secretand add redirect URIs - Invite team members
- Inspect JWT tokens (for debugging)
Get started in 30 seconds
bash
brew install dcode-co/logi/logi # 1) install
logi login # 2) sign in through your browser
logi apps create --name "My App" --redirect-uri https://app.example.com/cbThe last command prints your client_id and client_secret right away. That's it.
Next steps
- Installation
- Login flow — browser OAuth plus a headless (server) option
- All app management commands
- CI/CD automation