dlmarion commented on issue #5463:
URL: https://github.com/apache/accumulo/issues/5463#issuecomment-2794608619
The genesis for this issue was a comment that maybe we shouldn't use camel
case names for cli commands. Looking at `Admin`, seems like using camel case is
the standard.
```
cl.addCommand("serviceStatus", serviceStatusCommandOpts);
cl.addCommand("changeSecret", changeSecretCommand);
cl.addCommand("checkTablets", checkTabletsCommand);
cl.addCommand("deleteZooInstance", deleteZooInstOpts);
cl.addCommand("dumpConfig", dumpConfigCommand);
cl.addCommand("fate", fateOpsCommand);
cl.addCommand("signalShutdown", gracefulShutdownCommand);
cl.addCommand("listInstances", listInstancesOpts);
cl.addCommand("locks", tServerLocksOpts);
cl.addCommand("ping", pingCommand);
cl.addCommand("restoreZoo", restoreZooOpts);
cl.addCommand("randomizeVolumes", randomizeVolumesOpts);
cl.addCommand("stop", stopOpts);
cl.addCommand("stopAll", stopAllOpts);
cl.addCommand("stopManager", stopManagerOpts);
cl.addCommand("stopMaster", stopMasterOpts);
cl.addCommand("verifyTabletAssigns", verifyTabletAssignmentsOpts);
cl.addCommand("volumes", volumesCommand);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]