firefly-cli
firefly-cli copied to clipboard
Allow customization of member IDs
We use a string for member identifiers throughout the codebase. However, right now the strings are generated by simply incrementing a counter as each member's config is generated. Users should be able to customize the name of each member both interactively and by passing flags.
I'll like to attend to this...
just to clarify, you mean "OrgName"?
No, OrgName is separate from ID: https://github.com/hyperledger/firefly-cli/blob/main/pkg/types/organization.go#L20
Though in reality, now that the org name can be customized, I'm not sure how much value this feature has anymore
Hmmm... should I let it sleep and move on to another instead?