Skip to content

docs: document fabric-ca-client debug flag - #518

Open
ayaanoncrypto wants to merge 2 commits into
hyperledger:mainfrom
ayaanoncrypto:docs/document-client-debug-flag-426
Open

docs: document fabric-ca-client debug flag#518
ayaanoncrypto wants to merge 2 commits into
hyperledger:mainfrom
ayaanoncrypto:docs/document-client-debug-flag-426

Conversation

@ayaanoncrypto

Copy link
Copy Markdown

Type of change

  • Documentation update

Description

Addresses issue #426.

Document the existing -d, --debug flag in the generated fabric-ca-client CLI reference. The flag enables debug level logging but was absent from the documented global options.

Additional details

The change updates docs/source/clientcli.rst only. No command behavior changes.

Validation:

  • Confirmed the flag definition in lib/clientconfig.go.
    • git diff --check passed.

Related issues

Closes #426.

@ayaanoncrypto
ayaanoncrypto requested review from a team as code owners August 20, 2026 16:00
Signed-off-by: ayaanoncrypto <106945712+ayaanoncrypto@users.noreply.github.com>
@ayaanoncrypto
ayaanoncrypto force-pushed the docs/document-client-debug-flag-426 branch from 28b0897 to 2c476ff Compare August 20, 2026 16:05
@ayaanoncrypto

Copy link
Copy Markdown
Author

Verify Build fails in the repository workflow’s license-header check because the runner cannot resolve HEAD^ for git diff HEAD^..HEAD. The workflow uses the default shallow checkout. FVT Tests passed, and this PR changes only one documentation line. Please rerun with a checkout that fetches the parent commit, or track the workflow-depth issue separately.

Signed-off-by: ayaanoncrypto <106945712+ayaanoncrypto@users.noreply.github.com>
@ayaanoncrypto
ayaanoncrypto force-pushed the docs/document-client-debug-flag-426 branch from 7783eff to 042f62c Compare August 21, 2026 18:03
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