logi CLI
Source:
en/cli/index.md· Live: https://docs.1pass.dev/en/cli LLM-sanitized: internal links absolutized, VitePress containers → admonitions, line numbers in the Jump-to Index reference this rendered file (1-indexed).
📍 Jump-to Index
- L18-L24: ## What you can do
- L25-L34: ## Get started in 30 seconds
- L35-L41: ## Next steps
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