docs: add profile management documentation#71
Merged
Conversation
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.
Contributor
There was a problem hiding this comment.
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
--profileandCONFLUENCE_PROFILE. - Add usage docs for
profile list/use/add/removeand 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
|
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--profileglobal flag,CONFLUENCE_PROFILEenv var,profile list/use/add/removesubcommandsThese features were shipped in PR #70 (v1.26.0) but the documentation was not updated.
Test plan
npm test)