Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/cli/src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ Commands:
delete <name> Delete profile entirely

Options:
--site <url> Atlassian site URL
--site <url> 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 <token> API token or PAT
--username <user> Username (for keychain lookup with --bearer)
Expand Down
Loading