From b40d3ab59b9f928aa3707cccf6113704c0a31098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jan 2026 00:49:37 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/onepassword-cli/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/onepassword-cli/README.md b/src/onepassword-cli/README.md index 088fd5b..efd7c11 100644 --- a/src/onepassword-cli/README.md +++ b/src/onepassword-cli/README.md @@ -50,6 +50,12 @@ The feature supports multiple authentication methods (checked in order): If no authentication method succeeds, only the CLI is installed and a warning is displayed. +**Important**: When using Connect Server or Service Account authentication, you **must** specify a vault using either: +- The `vault` feature option in devcontainer.json +- The `OP_VAULT` environment variable (takes precedence) + +These authentication methods require `--vault` parameter for all item operations and automatically set `OP_FORMAT=json`. + ### Desktop App Agent Authentication The Desktop App authentication method works by detecting the 1Password agent socket at `~/.1password/agent.sock`. This method is **only available on Linux** because: