Skip to content

docs: add profile management documentation#71

Merged
pchuri merged 2 commits intomainfrom
claude/silly-zhukovsky
Mar 10, 2026
Merged

docs: add profile management documentation#71
pchuri merged 2 commits intomainfrom
claude/silly-zhukovsky

Conversation

@pchuri
Copy link
Owner

@pchuri pchuri commented Mar 10, 2026

Summary

  • Add profile management feature documentation to README.md and SKILL.md
  • Document --profile global flag, CONFLUENCE_PROFILE env var, profile list/use/add/remove subcommands
  • Add config priority explanation, error patterns, and agent tips for multi-instance workflows

These features were shipped in PR #70 (v1.26.0) but the documentation was not updated.

Test plan

  • All 125 tests pass (npm test)
  • Verify markdown renders correctly on GitHub

Document the multi-profile feature (PR #70) that was missing from
README.md and SKILL.md, including --profile global flag, CONFLUENCE_PROFILE
env var, profile list/use/add/remove subcommands, config priority,
and error patterns.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for the multi-profile configuration feature (shipped in v1.26.0 / PR #70) so users and agents can manage multiple Confluence instances via named profiles.

Changes:

  • Document profile selection via global --profile and CONFLUENCE_PROFILE.
  • Add usage docs for profile list/use/add/remove and multi-instance tips.
  • Extend command listings/examples to include profile management.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
README.md Adds profile feature callouts, env var, profile management examples, and command table entries.
.claude/skills/confluence/SKILL.md Adds profile-related configuration guidance, command reference sections, and error-pattern entries for agent workflows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Fix --profile flag position (global option must precede subcommand)
- Add missing --protocol option to profile add command docs
- Clarify two-stage config resolution (env vars vs profile-based)
- Fix error message strings to match actual CLI output
@pchuri pchuri merged commit d10d4d9 into main Mar 10, 2026
6 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants