1.1 KiB
1.1 KiB
name, description, homepage, metadata
| name | description | homepage | metadata | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1password | Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. | https://developer.1password.com/docs/cli/get-started/ |
|
1Password CLI
Follow the official CLI get-started steps. Don't guess install commands.
References
references/get-started.md(install + app integration + sign-in flow)references/cli-examples.md(realopexamples)
Workflow
- Check OS + shell.
- Verify CLI present:
op --version. - Enable desktop app integration in 1Password app (per get-started).
- Sign in:
op signin. - If multiple accounts: use
--accountorOP_ACCOUNT. - Verify access:
op whoamiorop account list.
Guardrails
- Never paste secrets into logs, chat, or code.
- Prefer
op run/op injectover writing secrets to disk. - If sign-in without app integration is needed, use
op account add.