Fxadmin readme and main - #279
Merged
Merged
Conversation
Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com>
Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com>
MayRosenbaum
force-pushed
the
fxadmin_readme_and_main
branch
from
August 9, 2026 17:58
abd436a to
4f5da2c
Compare
There was a problem hiding this comment.
Pull request overview
Adds the fxadmin admin CLI entrypoint to this repo and introduces initial end-user documentation for the reconfiguration workflow, while updating fabric-x-common to a version that contains the fxadmin core implementation.
Changes:
- Add
tools/fxadmin/main.goto wire thefxadmincommand tree fromfabric-x-commonand run it. - Add comprehensive
tools/fxadmin/docs/README.mdusage documentation (build, config, command reference, walkthrough). - Bump
github.com/hyperledger/fabric-x-commondependency to a newer pseudo-version.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/fxadmin/main.go | New CLI entrypoint that constructs handlers and executes the fxadmin app. |
| tools/fxadmin/docs/README.md | New documentation for fxadmin reconfiguration flow, flags, and examples. |
| go.mod | Updates fabric-x-common dependency to include fxadmin core packages. |
| go.sum | Updates checksums for the new fabric-x-common version. |
Suppressed comments (1)
tools/fxadmin/docs/README.md:435
- This section documents
fxadmin tx send, but it’s formatted as a top-level command (###). Sincesendis atxsubcommand (like endorse/merge/prepare/submit), it should use the same heading level as those sections to keep the command hierarchy consistent.
### Send a Configuration Update
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com>
tock-ibm
approved these changes
Aug 10, 2026
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.
Type of change
Admin CLI for reconfiguration - README.md + main()