mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
527 B
527 B
1Password CLI get-started (summary)
Official docs: https://developer.1password.com/docs/cli/get-started/
Core flow
- Install
opCLI. - Enable desktop app integration in 1Password app.
- Unlock app.
- Run
op signinand approve prompt. - Verify with
op whoami.
Multiple accounts
- Use
op signin --account <subdomain.1password.com> - Or set
OP_ACCOUNT
Non-interactive / automation
- Use service accounts and
OP_SERVICE_ACCOUNT_TOKEN - Prefer
op runandop injectfor runtime secret handling