Skip to content

Document fabric-ca-client -d debug flag (#426)#508

Open
antcybersec wants to merge 1 commit into
hyperledger:mainfrom
antcybersec:document-fabric-ca-client-debug-flag-426
Open

Document fabric-ca-client -d debug flag (#426)#508
antcybersec wants to merge 1 commit into
hyperledger:mainfrom
antcybersec:document-fabric-ca-client-debug-flag-426

Conversation

@antcybersec

Copy link
Copy Markdown
Contributor

Summary

  • Unhide the -d/--debug flag on fabric-ca-client so it appears in --help, consistent with fabric-ca-server
  • Add the flag to docs/source/clientcli.rst
  • Document in the user's guide that -d enables debug logging and must not be combined with --loglevel on the same command

Fixes #426

Test plan

  • go build ./cmd/fabric-ca-client/...
  • Verified fabric-ca-client help will include -d after unhiding the flag

Unhide the -d/--debug flag so it appears in CLI help, matching the
server. Document the flag in clientcli.rst and explain that -d must not
be combined with --loglevel in the user's guide.

Signed-off-by: antcybersec <anant1234466@gmail.com>
@antcybersec antcybersec requested review from a team as code owners June 17, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undocumented fabric-ca-client flag: -d

1 participant