▸case-06 I am configuring a GitHub Actions workflow to pull deployment keys from 1Password. I want to set up non-interactive authentication. Should I hardcode a user session key `OP_SESSION_my` in secret variables or use a service account token? | pass→pass | 10,077 | 8,202 | -19% | 1 | 1 | 0% | 1,689 | 1,789 | +6% | 0 | 0 | — |
▸case-01 I need to set up the 1Password command line interface on my workstation and pair it with my local desktop application. Please perform the installation or configuration steps and provide the execution results along with concrete action notes on what was configured. | fail→pass | 6,769 | 15,543 | +130% | 1 | 1 | 0% | 365 | 1,756 | +381% | 0 | 0 | — |
▸case-02 I want to retrieve a database password stored in my 1Password vault item named 'prod-db' under the field 'password' directly into my terminal output. I usually run `op item get prod-db` and parse the full JSON output with jq, but I want the native sub-command for evaluating just that field reference. | pass→pass | 8,621 | 5,974 | -31% | 1 | 1 | 0% | 1,445 | 1,392 | -4% | 0 | 0 | — |
▸case-03 I have a local `.env.tpl` template file containing placeholders like `DATABASE_URL={{op://prod/db/url}}`. I usually write a custom python script with regex to fetch items, but I want to evaluate secret templates natively using the 1Password CLI to produce a populated `.env` file. | pass→pass | 7,909 | 7,111 | -10% | 1 | 1 | 0% | 1,268 | 1,731 | +37% | 0 | 0 | — |
▸case-04 I am starting a Node.js web server (`node server.js`) that needs `AWS_SECRET_ACCESS_KEY` loaded from my 1Password vault. I normally export the plaintext key into my shell history before starting the server. What command executes the process directly with secret references passed in without persisting plaintext variables in my environment? | pass→pass | 7,656 | 13,045 | +70% | 1 | 1 | 0% | 1,384 | 1,386 | +0% | 0 | 0 | — |
▸case-05 I work with two separate 1Password accounts: my personal account (`my.1password.com`) and my work account (`company.1password.com`). I usually sign out completely and re-authenticate every time I switch contexts. How do I authenticate multiple accounts in the CLI and target a specific account for a single command execution? | pass→pass | 10,692 | 10,569 | -1% | 1 | 1 | 0% | 1,891 | 2,206 | +17% | 0 | 0 | — |
▸case-07 I need to fetch details for a secure note titled 'API Gateway Certs' using the 1Password CLI and process the metadata in a bash script. What command flag instructs `op item get` to output structured JSON data instead of the default human-readable table? | pass→pass | 2,762 | 2,768 | +0% | 1 | 1 | 0% | 436 | 745 | +71% | 0 | 0 | — |
▸case-08 I want to create a new login item named 'Staging-Redis' with username 'admin' and password 'secret123' in the 'Engineering' vault using the 1Password CLI. I usually manually click around the desktop UI. What command creates this item directly from the command line? | pass→pass | 4,075 | 3,680 | -10% | 1 | 1 | 0% | 737 | 1,021 | +39% | 0 | 0 | — |
▸case-09 I am connected to my organization's 1Password account via `op`. I forgot the exact name of the security vault where SSL certificates are stored. What CLI command lists all vaults available to my signed-in account? | pass→pass | 4,022 | 3,644 | -9% | 1 | 1 | 0% | 687 | 653 | -5% | 0 | 0 | — |
▸case-10 I installed 1Password CLI on macOS. When I run `op` commands in my terminal, it keeps prompting me for my master password repeatedly instead of allowing Touch ID. What configuration setting inside 1Password desktop app enables terminal biometric authentication? | pass→pass | 6,127 | 3,965 | -35% | 1 | 1 | 0% | 1,025 | 1,008 | -2% | 0 | 0 | — |
▸case-11 I have a private SSH key file uploaded as a document item named 'prod-bastion-key' in my 1Password vault. I want to save the raw file attachment directly to `~/.ssh/id_rsa` using the CLI rather than downloading it through a browser. | pass→pass | 7,441 | 4,367 | -41% | 1 | 1 | 0% | 1,360 | 1,154 | -15% | 0 | 0 | — |
▸case-12 My 1Password vault contains hundreds of items. I want to display only items categorized as 'Server' tagged with 'production'. I am tempted to dump all items with `op item list` and write a complex grep string. How can this be accomplished natively with CLI flags? | pass→pass | 6,224 | 3,538 | -43% | 1 | 1 | 0% | 1,104 | 939 | -15% | 0 | 0 | — |
▸case-13 I need to update the password for an existing 1Password item named 'Staging DB' to a newly generated password 'NewPass2025!'. I usually delete the item and recreate it from scratch. What command updates an existing field directly? | pass→pass | 4,219 | 4,801 | +14% | 1 | 1 | 0% | 680 | 1,177 | +73% | 0 | 0 | — |
▸case-14 I am writing a script that provisions new user credentials. I want to generate a 24-character random password containing symbols directly using 1Password CLI without creating an item in a vault yet. I usually invoke `openssl rand -base64 24`. | pass→pass | 12,562 | 12,425 | -1% | 1 | 1 | 0% | 1,674 | 1,954 | +17% | 0 | 0 | — |
▸case-15 An old API key stored in my 'Dev' vault item named 'legacy-stripe-key' has been revoked. I want to remove it using the CLI so it no longer appears in normal searches. | pass→pass | 4,356 | 5,121 | +18% | 1 | 1 | 0% | 617 | 1,128 | +83% | 0 | 0 | — |
▸case-16 I want my SSH client (`ssh user@host`) to automatically pull private keys stored in 1Password without exporting them to disk files. How do I configure my `~/.ssh/config` to connect to 1Password's integrated SSH agent on macOS? | pass→pass | 10,365 | 4,007 | -61% | 1 | 1 | 0% | 1,524 | 1,068 | -30% | 0 | 0 | — |
▸case-17 As a 1Password administrator, I need to provision a new team member with email 'alice@example.com' and full name 'Alice Smith' using the CLI instead of navigating the admin web portal. | pass→fail | 6,834 | 5,218 | -24% | 1 | 1 | 0% | 1,128 | 1,207 | +7% | 0 | 0 | — |
▸case-18 I want to reference a secret in my configuration template using the `op://` syntax, but I don't know the exact URI path for the field 'api_key' in item 'SendGrid' within vault 'Production'. What CLI command displays secret reference syntax for item fields? | pass→pass | 10,567 | 4,919 | -53% | 1 | 1 | 0% | 1,717 | 1,311 | -24% | 0 | 0 | — |
▸case-19 I have multiple 1Password accounts signed in. Before executing an automated deployment script, I want to check which account is currently active in my CLI session. | fail→pass | 9,904 | 4,306 | -57% | 1 | 1 | 0% | 1,781 | 1,142 | -36% | 0 | 0 | — |
▸case-20 Our security team needs a formal written policy document outlining secret rotation schedules, password complexity requirements, and RBAC rules for enterprise credentials. Please draft this secret management policy strategy document. | fail→fail | 18,514 | 12,877 | -30% | 1 | 1 | 0% | 3,092 | 2,374 | -23% | 0 | 0 | — |
▸case-21 I am designing a high-availability infrastructure on AWS and need a conceptual architectural proposal comparing 1Password Secrets Automation deployment patterns vs HashiCorp Vault enterprise cluster replication. Please produce an architecture design overview. | fail→fail | 21,406 | 17,464 | -18% | 1 | 1 | 0% | 3,584 | 3,321 | -7% | 0 | 0 | — |
▸case-22 I need a custom HCL policy file for HashiCorp Vault to grant read access on path `secret/data/payment/*` to a Kubernetes service account. Please write the HCL policy code. | fail→fail | 15,425 | 4,805 | -69% | 1 | 1 | 0% | 939 | 1,151 | +23% | 0 | 0 | — |