hyperledger/fabric

Should we introduce a `osnadmin channel info` subcmd?

yeasy opened this issue · 7 comments

Current Status

osnadmin support following cmds today: join, list and remove.
If we want to get detailed information on specific channel, we use the list cmd with specific channel id.

List channel information for an Ordering Service Node (OSN). If the channelID flag is set, more detailed information will be provided for that channel.

Expected

Another better option is to let list only do list all channels work, and introduce a separate subcmd such as info to do the detailed info query on specific channel.

Solution

Add a new subcmd of info.

Please let us know if you plan to work on this.

Yes!

/assign

@denyeart how do you think?

@yeasy can i also work on this?

@yeasy can i also work on this?

Let's wait for @denyeart 's comment first.

Yes, I agree, osnadmin channel info --channelID=<channel_name> is a good enhancement, we look forward to a contribution!

@yeasy so can i work on this now