dlmarion commented on code in PR #5749: URL: https://github.com/apache/accumulo/pull/5749#discussion_r2223733519
########## shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java: ########## @@ -436,6 +458,8 @@ public Options getOptions() { outputFileOpt = new Option("o", "output", true, "local file to write the scan output to"); namespaceOpt = new Option(ShellOptions.namespaceOption, "namespace", true, "namespace to display/set/delete properties for"); + resourceGroupOpt = new Option(ShellOptions.resourceGroupOption, "resourceGroup", true, Review Comment: Yeah, I'm working on the configuration listing now. I'm reverting my changes to SystemConfiguration and creating a ResourceGroupConfiguration object by itself. This should let me iterate over the different resource groups and print the different configs. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org