confluence.py¶
Confluence docs fetcher / searcher.
Usage: python confluence.py fetch
[--force] python confluence.py search python confluence.py search-local # search 의 alias (SKILL.md 와 정합) python confluence.py all Flags: --force 기존 저장 파일이 있어도 덮어쓴다 (fetch 모드 한정)
Required env vars (둘 중 하나로 설정): 1) 프로젝트 루트
.env또는workspace/.env파일에 기록 2) shell profile에서exportCONFLUENCE_EMAIL — Atlassian 계정 이메일 (예: user@example.com) CONFLUENCE_TOKEN — Atlassian API 토큰 (https://id.atlassian.com/manage-profile/security/api-tokens 에서 생성)