Closed as not planned
Description
The agent already implement an ipc_getMembership
method that is used by peers to get information about the membership of a subnet, however, we don't have a convenient method in the CLI for users to be able to inspect the membership of a subnet.
We should implement something like ./ipc-agent subnet get-membership --subnet=<subnetID>
that we can use for this purpose. This will also become really helpful for debugging purposes (instead of having to perform a raw curl as we currently do)