From 3a44de6374a51f708e8d3663c15ce61dc287d4fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:13:49 +0000 Subject: [PATCH] docs: note that Confluence appends /wiki to site URL in auth help text Agent-Logs-Url: https://github.com/twogood/atlcli-fork/sessions/fdd25c86-ec8e-4408-9dbb-5a0798b78fff Co-authored-by: twogood <189982+twogood@users.noreply.github.com> --- apps/cli/src/commands/auth.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cli/src/commands/auth.ts b/apps/cli/src/commands/auth.ts index 639355b..8abd2a2 100644 --- a/apps/cli/src/commands/auth.ts +++ b/apps/cli/src/commands/auth.ts @@ -450,7 +450,8 @@ Commands: delete Delete profile entirely Options: - --site Atlassian site URL + --site Atlassian site URL (root only, e.g. https://company.atlassian.net; + do not include /wiki — Confluence appends it automatically) --bearer Use Bearer auth with PAT (for Server/Data Center) --token API token or PAT --username Username (for keychain lookup with --bearer)