fabric-ca icon indicating copy to clipboard operation
fabric-ca copied to clipboard

Make the debug flag visible in --help and docs

Open jkopczyn opened this issue 3 years ago • 3 comments

Type of change

  • Documentation update

Description

The -d flag is used by default in test/demo materials such as hyperledger/fabric-samples, so having the the flag be hidden from the documentation causes confusion. Remove 'hide'; add a warning for why users might not want to use it, since those drawbacks were probably the primary reason it was hidden before.

jkopczyn avatar Apr 14 '22 18:04 jkopczyn

No test failures seem to be a result of anything in this PR. They fail on main.

jkopczyn avatar Apr 19 '22 02:04 jkopczyn

/azp run

denyeart avatar May 21 '22 12:05 denyeart

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar May 21 '22 12:05 azure-pipelines[bot]

Close and re-open to trigger CI.

denyeart avatar Mar 21 '23 19:03 denyeart

Finally figured out the problem... since the --debug flag wasn't added in alphabetical order, the generated doc didn't match the doc provided in this PR. The change has been submitted and merged in #371.

denyeart avatar Aug 29 '23 18:08 denyeart