Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement F3 CLI to list power table and proportional power at …
…instance (#12698) * Implement F3 CLI to list power table and proportional power at instance Implement utility CLIs to: * get the power table used by F3 at a given instance ID. * get total proportional power of a list of actors at a given instance ID. These utilities allow us to debug the exact participation power for an instance without having to manually calculate it or estimate it from the latest power. * Update changelog * Address lint issue * Regenerate CLI docs * Take instance ID via flag and actor IDs as args * Reduce indentation by defiling top level vars * Work around bug in docsgencli by using one-liner usage
- Loading branch information